Home
last modified time | relevance | path

Searched defs:FooWithDistance (Results 1 – 1 of 1) sorted by relevance

/llvm-project/llvm/unittests/ADT/
H A DIteratorTest.cpp807 struct FooWithDistance { struct
808 auto begin() { return Data.begin(); } in begin()
809 auto end() { return Data.end(); } in end()
811 std::set<int> Data;