Searched refs:StringPoolRef (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceUtils.h | 34 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref,
|
D | AssetManager2.h | 526 StringPoolRef type_string_ref; 529 StringPoolRef entry_string_ref;
|
D | ResourceTypes.h | 583 class StringPoolRef { 585 StringPoolRef() = default; 586 StringPoolRef(const ResStringPool* pool, uint32_t index);
|
/frameworks/base/libs/androidfw/ |
D | ResourceUtils.cpp | 52 const StringPoolRef& type_string_ref, const StringPoolRef& entry_string_ref, in ToResourceName()
|
D | AssetManager2.cpp | 87 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()
|
D | ResourceTypes.cpp | 3722 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()
|