Searched refs:GetCount (Results 1 – 6 of 6) sorted by relevance
98 EXPECT_EQ(1U, v.GetCount()); in TEST()109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount()); in TEST()146 EXPECT_EQ(kMaxCount + 1, v.GetCount()); in TEST()147 for (int n = 0; n < v.GetCount(); ++n) { in TEST()171 EXPECT_EQ(kMaxCount - 1, v.GetCount()); in TEST()190 EXPECT_EQ(kMaxCount - 1 - n, v.GetCount()); in TEST()192 EXPECT_EQ(0u, v.GetCount()); in TEST()199 EXPECT_EQ(0U, s.GetCount()); in TEST()210 EXPECT_EQ(1U, s.GetCount()); in TEST()226 EXPECT_EQ(3U, s.GetCount()); in TEST()
42 for (size_t n = 0; n < entries_.GetCount(); ++n) { in Reset()53 size_t GetCount() const { return entries_.GetCount(); } in GetCount() function in __anonf4e4ae0c0111::List112 for (size_t n = 0; n < files_.GetCount(); ++n) { in FindFileEntry()121 for (size_t n = 0; n < environment_.GetCount(); ++n) { in FindEnvEntry()
72 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindLibraryByName()135 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindLibraryForAddress()333 for (size_t n = 0; n < dependencies.GetCount(); ++n) in LoadLibrary()380 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindKnownLibrary()
184 size_t GetCount() const { return count_; } in GetCount() function264 size_t GetCount() const { return items_.GetCount(); } in GetCount() function
163 if (index_ >= entries_.GetCount()) in GetNextEntry()172 for (size_t n = 0; n < entries_.GetCount(); ++n) { in Reset()
108 for (size_t n = 0; n < dependencies_->GetCount(); ++n) { in Lookup()