Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/libs/androidfw/include/androidfw/ |
H A D | ResourceUtils.h | 34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
|
H A D | AssetManager2.h | 482 StringPoolRef type_string_ref; 485 StringPoolRef entry_string_ref;
|
H A D | ResourceTypes.h | 573 class StringPoolRef { 575 StringPoolRef() = default; 576 StringPoolRef(const ResStringPool* pool, uint32_t index);
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ResourceUtils.cpp | 52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
|
H A D | AssetManager2.cpp | 94 StringPoolRef type_string_ref; 98 StringPoolRef entry_string_ref; 796 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal() 797 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal() 807 last_resolution_.type_string_ref = StringPoolRef(); in ResetResourceResolution() 808 last_resolution_.entry_string_ref = StringPoolRef(); in ResetResourceResolution()
|
H A D | ResourceTypes.cpp | 3591 StringPoolRef typeStr; 3592 StringPoolRef keyStr; 6360 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef 6363 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() 6370 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16() 6668 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry() 6669 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, dtohl(entry->key.index)); in getEntry()
|