Searched defs:PathLike (Results 1 – 4 of 4) sorted by relevance
58 class PathLike(object): class
116 TEST(RangesTest, PathLike) { in TEST() argument
183 class PathLike { class195 PathLike() {} in PathLike() function in foo::PathLike200 friend ::std::ostream& operator<<(::std::ostream& os, const PathLike&) { in operator <<()
1062 class PathLike(abc.ABC): class