Searched defs:FindEntryResult (Results 1 – 2 of 2) sorted by relevance
66 struct FindEntryResult { struct68 ApkAssetsCookie cookie;72 EntryValue entry;76 ResTable_config config;79 uint32_t type_flags;82 const DynamicRefTable* dynamic_ref_table;85 const std::string* package_name;89 StringPoolRef type_string_ref;93 StringPoolRef entry_string_ref;
243 static class FindEntryResult { class in CppAssetManager2