Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance
/aosp14/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 | 511 StringPoolRef type_string_ref; 514 StringPoolRef entry_string_ref;
|
H A D | ResourceTypes.h | 577 class StringPoolRef { 579 StringPoolRef() = default; 580 StringPoolRef(const ResStringPool* pool, uint32_t index);
|
/aosp14/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 | 87 StringPoolRef type_string_ref; 91 StringPoolRef entry_string_ref; 893 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal() 894 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal()
|
H A D | ResourceTypes.cpp | 3634 StringPoolRef typeStr; 3635 StringPoolRef keyStr; 6396 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef 6399 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8() 6406 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16() 6708 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry() 6709 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, entry->key()); in getEntry()
|