Lines Matching defs:G
37 std::remove_const_t<T> G; in getTestGraph() local
64 template <typename T> void graphVertexTester(T &G) { in graphVertexTester()
87 template <typename T> void graphEdgeTester(T &G) { in graphEdgeTester()
148 auto &G = this->Graph; in TYPED_TEST() local
154 auto &G = this->Graph; in TYPED_TEST() local
160 TypeParam G(this->Graph); in TYPED_TEST() local
167 TypeParam G = this->Graph; in TYPED_TEST() local
174 TypeParam G(std::move(this->Graph)); in TYPED_TEST() local
183 const GraphT &G = MG; in TEST() local
200 const GraphT &G = MG; in TEST() local
229 const GraphT &G = MG; in TEST() local