Searched defs:IsEmpty (Results 1 – 3 of 3) sorted by relevance
111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
76 bool IsEmpty() const { return size_ == 0; } in IsEmpty() function154 bool IsEmpty() const { return count_ == 0; } in IsEmpty() function266 bool IsEmpty() const { return items_.IsEmpty(); } in IsEmpty() function
89 TEST(Vector, IsEmpty) { in TEST() argument