Searched defs:findOrCreateType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
H A DResourceTable.cpp46 findOrCreateType(ResourceType::kAttr)->typeId = 1;
49 std::unique_ptr<ResourceTableType>& ResourceTable::findOrCreateType(ResourceType type) { function in class:aapt::ResourceTable
196 std::unique_ptr<ResourceTableType>& type = findOrCreateType(name.type);
295 std::unique_ptr<ResourceTableType>& type = findOrCreateType(name.type);
343 std::unique_ptr<ResourceTableType>& type = findOrCreateType(otherType->type);
/frameworks/rs/api/
H A DSpecification.cpp370 Type* type = systemSpecification.findOrCreateType(name, &created);
796 Type* SystemSpecification::findOrCreateType(const string& name, bool* created) { function in class:SystemSpecification

Completed in 49 milliseconds