Lines Matching refs:GraphT
25 typedef Graph<VAttr, EAttr, unsigned> GraphT; typedef
26 typedef typename GraphT::VertexIdentifier VI;
27 typedef typename GraphT::EdgeIdentifier EI;
57 typedef ::testing::Types<GraphT, const GraphT> GraphTestTypes;
59 using VVT = typename GraphT::VertexValueType;
60 using EVT = typename GraphT::EdgeValueType;
182 GraphT MG; in TEST()
183 const GraphT &G = MG; in TEST()
199 GraphT MG; in TEST()
200 const GraphT &G = MG; in TEST()
228 GraphT MG; in TEST()
229 const GraphT &G = MG; in TEST()