Searched defs:Empty1 (Results 1 – 7 of 7) sorted by relevance
29 struct Empty1 { void *data; }; argument
172 ASSERT_EQ(Empty1.find_last_of('a', 0), string_view::npos); in TEST() local 222 EXPECT_EQ(Empty1.find_first_not_of('a', 0), string_view::npos); in TEST() local
16 class T::tclass Empty1; in f() local
20 struct Empty1 { }; struct
15 struct Empty1 {}; struct
163 struct Empty1 {}; struct
113 auto Empty1 = C.intersect(L1.iterator(), L2.iterator()); in TEST() local