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

/art/runtime/
H A Ddex_file.h85 uint32_t string_ids_size_; // number of StringIds member in struct:art::DexFile::Header
451 return header_->string_ids_size_;
462 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();

Completed in 8 milliseconds