Searched defs:GetCount (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/android/crazy_linker/src/
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_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) {

Completed in 110 milliseconds