Home
last modified time | relevance | path

Searched refs:findOrCreateType (Results 1 – 4 of 4) sorted by relevance

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