Searched refs:GetCount (Results 1 - 6 of 6) sorted by relevance

/ndk/sources/android/crazy_linker/src/
H A Dcrazy_linker_util_unittest.cpp98 EXPECT_EQ(1U, v.GetCount());
109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount());
146 EXPECT_EQ(kMaxCount + 1, v.GetCount());
147 for (int n = 0; n < v.GetCount(); ++n) {
171 EXPECT_EQ(kMaxCount - 1, v.GetCount());
190 EXPECT_EQ(kMaxCount - 1 - n, v.GetCount());
192 EXPECT_EQ(0u, v.GetCount());
199 EXPECT_EQ(0U, s.GetCount());
210 EXPECT_EQ(1U, s.GetCount());
226 EXPECT_EQ(3U, s.GetCount());
[all...]
H A Dcrazy_linker_system_mock.cpp42 for (size_t n = 0; n < entries_.GetCount(); ++n) {
53 size_t GetCount() const { return entries_.GetCount(); } function in class:__anon28::List
112 for (size_t n = 0; n < files_.GetCount(); ++n) {
121 for (size_t n = 0; n < environment_.GetCount(); ++n) {
H A Dcrazy_linker_library_list.cpp72 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) {
135 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) {
333 for (size_t n = 0; n < dependencies.GetCount(); ++n)
380 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) {
H A Dcrazy_linker_util.h184 size_t GetCount() const { return count_; } function in class:crazy::Vector
264 size_t GetCount() const { return items_.GetCount(); } function in class:crazy::Set
H A Dcrazy_linker_proc_maps.cpp163 if (index_ >= entries_.GetCount())
172 for (size_t n = 0; n < entries_.GetCount(); ++n) {
H A Dcrazy_linker_shared_library.cpp108 for (size_t n = 0; n < dependencies_->GetCount(); ++n) {

Completed in 252 milliseconds