Searched defs:Edge (Results 1 – 1 of 1) sorted by relevance
849 struct Edge { in TEST_F() struct850 const RegType& from; in TEST_F()851 const RegType& to; in TEST_F()853 Edge(const RegType& from_, const RegType& to_) : from(from_), to(to_) {} in TEST_F() function