Home | History | Annotate | Download | only in runtime

Lines Matching refs:string_ids_

164     uint32_t name_idx_;  // index into string_ids_ array for field name
174 uint32_t name_idx_; // index into string_ids_ array for method name
199 uint32_t source_file_idx_; // index into string_ids_ for source file name
457 return string_ids_[idx];
461 CHECK_GE(&string_id, string_ids_) << GetLocation();
462 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation();
463 return &string_id - string_ids_;
968 const StringId* const string_ids_;