Home
last modified time | relevance | path

Searched refs:addType (Results 1 – 3 of 3) sorted by relevance

/system/tools/hidl/
DScope.h37 bool addType(NamedType *type, std::string *errorMsg);
DScope.cpp33 bool Scope::addType(NamedType *type, std::string *errorMsg) { in addType() function in android::Scope
DAST.cpp223 bool success = scope()->addType(type, errorMsg); in addScopedTypeInternal()