Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include/androidfw/
DResourceUtils.h34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
DAssetManager2.h526 StringPoolRef type_string_ref;
529 StringPoolRef entry_string_ref;
DResourceTypes.h583 class StringPoolRef {
585 StringPoolRef() = default;
586 StringPoolRef(const ResStringPool* pool, uint32_t index);
/frameworks/base/libs/androidfw/
DResourceUtils.cpp52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
DAssetManager2.cpp87 StringPoolRef type_string_ref;
91 StringPoolRef entry_string_ref;
953 .type_string_ref = StringPoolRef(best_package->GetTypeStringPool(), best_type->id - 1), in FindEntryInternal()
954 .entry_string_ref = StringPoolRef(best_package->GetKeyStringPool(), in FindEntryInternal()
DResourceTypes.cpp3722 StringPoolRef typeStr;
3723 StringPoolRef keyStr;
6513 StringPoolRef::StringPoolRef(const ResStringPool* pool, uint32_t index) in StringPoolRef() function in android::StringPoolRef
6516 base::expected<StringPiece, NullOrIOError> StringPoolRef::string8() const { in string8()
6523 base::expected<StringPiece16, NullOrIOError> StringPoolRef::string16() const { in string16()
6825 …outEntry->typeStr = StringPoolRef(&bestPackage->typeStrings, actualTypeIndex - bestPackage->typeId… in getEntry()
6826 outEntry->keyStr = StringPoolRef(&bestPackage->keyStrings, entry->key()); in getEntry()