Searched defs:Edge (Results 1 – 1 of 1) sorted by relevance
894 struct Edge { in TEST_F() struct895 const RegType& from; in TEST_F()896 const RegType& to; in TEST_F()898 Edge(const RegType& from_, const RegType& to_) : from(from_), to(to_) {} in TEST_F() argument