Searched refs:StringPoolRef (Results 1 – 4 of 4) sorted by relevance
54 StringPoolRef type_string_ref;58 StringPoolRef entry_string_ref;
544 class StringPoolRef {546 StringPoolRef();547 StringPoolRef(const ResStringPool* pool, uint32_t index);
171 out_entry->type_string_ref = StringPoolRef(&type_string_pool_, best_type->id - 1); in FindEntry()172 out_entry->entry_string_ref = StringPoolRef(&key_string_pool_, dtohl(best_entry->key.index)); in FindEntry()
3257 StringPoolRef typeStr;3258 StringPoolRef keyStr;6014 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef6017 StringPoolRef::StringPoolRef() in StringPoolRef() function in android::StringPoolRef6020 const char* StringPoolRef::string8(size_t* outLen) const { in string8()6030 const char16_t* StringPoolRef::string16(size_t* outLen) const { in string16()6269 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()6270 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()