Home
last modified time | relevance | path

Searched refs:remaining_count_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc1269 remaining_count_ = -1; in Init()
1277 remaining_count_ = DecodeSignedLeb128(&current_data_); in Init()
1282 if (remaining_count_ <= 0) { in Init()
1284 remaining_count_ = -remaining_count_; in Init()
1292 if (remaining_count_ > 0) { in Next()
1295 remaining_count_--; in Next()
1307 remaining_count_ = -1; in Next()
Ddex_file.h1341 return remaining_count_ != -1 || catch_all_; in HasNext()
1358 int32_t remaining_count_; // number of handlers not read. variable