Home
last modified time | relevance | path

Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
H A DAssetManager2.h511 StringPoolRef type_string_ref;
514 StringPoolRef entry_string_ref;
H A DResourceTypes.h577 class StringPoolRef {
579 StringPoolRef() = default;
580 StringPoolRef(const ResStringPool* pool, uint32_t index);
/aosp14/frameworks/base/libs/androidfw/
H A DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
H A DAssetManager2.cpp87 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 DResourceTypes.cpp3634 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()