Home
last modified time | relevance | path

Searched refs:IsEmpty (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util_unittest.cpp18 EXPECT_TRUE(s.IsEmpty()); in TEST()
89 TEST(Vector, IsEmpty) { in TEST() argument
91 EXPECT_TRUE(v.IsEmpty()); in TEST()
97 EXPECT_FALSE(v.IsEmpty()); in TEST()
108 EXPECT_FALSE(v.IsEmpty()); in TEST()
193 EXPECT_TRUE(v.IsEmpty()); in TEST()
198 EXPECT_TRUE(s.IsEmpty()); in TEST()
209 EXPECT_FALSE(s.IsEmpty()); in TEST()
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_library_list.cpp61 while (!known_libraries_.IsEmpty()) { in ~LibraryList()
93 while (!work_queue.IsEmpty()) { in FindSymbolFrom()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc88 EXPECT_FALSE(original_dir.IsEmpty());
111 EXPECT_TRUE(FilePath("").IsEmpty()); in TEST()
115 EXPECT_FALSE(FilePath("a").IsEmpty()); in TEST()
116 EXPECT_FALSE(FilePath(".").IsEmpty()); in TEST()
117 EXPECT_FALSE(FilePath("a/b").IsEmpty()); in TEST()
118 EXPECT_FALSE(FilePath("a\\b\\").IsEmpty()); in TEST()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-filepath.h111 bool IsEmpty() const { return pathname_.empty(); } in IsEmpty() function
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-filepath.cc196 if (directory.IsEmpty()) in ConcatPaths()
Dgtest-internal-inl.h658 if (original_working_dir_.IsEmpty()) { in AddTestInfo()
660 GTEST_CHECK_(!original_working_dir_.IsEmpty()) in AddTestInfo()