Home | History | Annotate | Download | only in XRay

Lines Matching defs:GraphT

26 typedef Graph<VAttr, EAttr, unsigned> GraphT;
27 typedef typename GraphT::VertexIdentifier VI;
28 typedef typename GraphT::EdgeIdentifier EI;
58 typedef ::testing::Types<GraphT, const GraphT> GraphTestTypes;
60 using VVT = typename GraphT::VertexValueType;
61 using EVT = typename GraphT::EdgeValueType;
183 GraphT MG;
184 const GraphT &G = MG;
200 GraphT MG;
201 const GraphT &G = MG;
229 GraphT MG;
230 const GraphT &G = MG;