Graphcomm         278 ompi/mpi/cxx/intercepts.cc   MPI::Graphcomm graphcomm;
Graphcomm         288 ompi/mpi/cxx/intercepts.cc           graphcomm = MPI::Graphcomm(comm);
Graphcomm         341 ompi/mpi/cxx/intercepts.cc   MPI::Graphcomm graphcomm;
Graphcomm         349 ompi/mpi/cxx/intercepts.cc           graphcomm = MPI::Graphcomm(comm);
Graphcomm         117 ompi/mpi/cxx/intracomm.h   virtual Graphcomm
Graphcomm         114 ompi/mpi/cxx/intracomm_inln.h inline MPI::Graphcomm
Graphcomm         169 ompi/mpi/cxx/mpicxx.h   class Graphcomm;
Graphcomm          99 ompi/mpi/cxx/topology.h class Graphcomm : public Intracomm {
Graphcomm         103 ompi/mpi/cxx/topology.h   Graphcomm() { }
Graphcomm         105 ompi/mpi/cxx/topology.h   Graphcomm(const Comm_Null& data) : Intracomm(data) { }
Graphcomm         107 ompi/mpi/cxx/topology.h   inline Graphcomm(const MPI_Comm& data);
Graphcomm         109 ompi/mpi/cxx/topology.h   Graphcomm(const Graphcomm& data) : Intracomm(data), pmpi_comm(data) { }
Graphcomm         110 ompi/mpi/cxx/topology.h   Graphcomm(const PMPI::Graphcomm& d) :
Graphcomm         114 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const Graphcomm& data) {
Graphcomm         117 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const Comm_Null& data) {
Graphcomm         119 ompi/mpi/cxx/topology.h     pmpi_comm = (PMPI::Graphcomm)data; return *this; }
Graphcomm         121 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const MPI_Comm& data) {
Graphcomm         126 ompi/mpi/cxx/topology.h   Graphcomm(const Graphcomm& data) : Intracomm(data.mpi_comm) { }
Graphcomm         128 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const Graphcomm& data) {
Graphcomm         130 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const Comm_Null& data) {
Graphcomm         133 ompi/mpi/cxx/topology.h   Graphcomm& operator=(const MPI_Comm& data) {
Graphcomm         141 ompi/mpi/cxx/topology.h   Graphcomm Dup() const;
Graphcomm         143 ompi/mpi/cxx/topology.h   virtual Graphcomm& Clone() const;
Graphcomm         164 ompi/mpi/cxx/topology.h   PMPI::Graphcomm pmpi_comm;
Graphcomm         146 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Graphcomm(const MPI_Comm& data) {
Graphcomm         164 ompi/mpi/cxx/topology_inln.h inline MPI::Graphcomm
Graphcomm         165 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Dup() const
Graphcomm         177 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Get_dims(int nnodes[], int nedges[]) const
Graphcomm         183 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Get_topo(int maxindex, int maxedges, int index[],
Graphcomm         190 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Get_neighbors_count(int rank) const
Graphcomm         198 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Get_neighbors(int rank, int maxneighbors,
Graphcomm         205 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Map(int nnodes, const int index[],
Graphcomm         213 ompi/mpi/cxx/topology_inln.h inline MPI::Graphcomm&
Graphcomm         214 ompi/mpi/cxx/topology_inln.h MPI::Graphcomm::Clone() const
Graphcomm         218 ompi/mpi/cxx/topology_inln.h   MPI::Graphcomm* dup = new MPI::Graphcomm(newcomm);