Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_exception_helpers.cc64 remaining_count_ = -1; in Init()
72 remaining_count_ = DecodeSignedLeb128(&current_data_); in Init()
77 if (remaining_count_ <= 0) { in Init()
79 remaining_count_ = -remaining_count_; in Init()
87 if (remaining_count_ > 0) { in Next()
90 remaining_count_--; in Next()
102 remaining_count_ = -1; in Next()
Ddex_file_exception_helpers.h50 return remaining_count_ != -1 || catch_all_; in HasNext()
67 int32_t remaining_count_; // number of handlers not read. variable