Lines Matching refs:StringId
133 const dex::StringId* string_id = in GetString()
134 reinterpret_cast<const dex::StringId*>(begin + header->string_ids_off_) + string_idx.index_; in GetString()
2072 if (!CheckListSize(ptr_, 1, sizeof(dex::StringId), "string_ids")) { in CheckIntraSectionIterate()
2075 ptr_ += sizeof(dex::StringId); in CheckIntraSectionIterate()
2479 const dex::StringId* item = reinterpret_cast<const dex::StringId*>(ptr_); in CheckInterStringIdItem()
2485 const dex::StringId* prev_item = reinterpret_cast<const dex::StringId*>(previous_item_); in CheckInterStringIdItem()
2494 ptr_ += sizeof(dex::StringId); in CheckInterStringIdItem()
3238 const dex::StringId* string_ids = in CheckInterSection()
3239 reinterpret_cast<const dex::StringId*>(begin_ + header_->string_ids_off_); in CheckInterSection()
3409 const dex::StringId* first = reinterpret_cast<const dex::StringId*>( in FindStringRangesForMethodNames()
3411 const dex::StringId* last = first + header_->string_ids_size_; in FindStringRangesForMethodNames()
3413 auto get_string = [begin = begin_](const dex::StringId& id) { in FindStringRangesForMethodNames()
3418 auto compare = [&get_string](const dex::StringId& lhs, const char* rhs) { in FindStringRangesForMethodNames()