Searched defs:Edge (Results 1 – 1 of 1) sorted by relevance
858 struct Edge { in TEST_F() struct859 const RegType& from; in TEST_F()860 const RegType& to; in TEST_F()862 Edge(const RegType& from_, const RegType& to_) : from(from_), to(to_) {} in TEST_F() function