Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util.h76 bool IsEmpty() const { return size_ == 0; } in IsEmpty() function
154 bool IsEmpty() const { return count_ == 0; } in IsEmpty() function
266 bool IsEmpty() const { return items_.IsEmpty(); } in IsEmpty() function
Dcrazy_linker_util_unittest.cpp89 TEST(Vector, IsEmpty) { in TEST() argument