Home
last modified time | relevance | path

Searched refs:resolveInheritance (Results 1 – 10 of 10) sorted by relevance

/system/tools/hidl/
DArrayType.h48 status_t resolveInheritance() override;
DArrayType.cpp73 status_t ArrayType::resolveInheritance() { in resolveInheritance() function in android::ArrayType
80 return Type::resolveInheritance(); in resolveInheritance()
DInterface.h103 status_t resolveInheritance() override;
DAST.cpp123 err = resolveInheritance(); in postParse()
303 status_t AST::resolveInheritance() { in resolveInheritance() function in android::AST
305 return mRootScope.recursivePass(Type::ParseStage::POST_PARSE, &Type::resolveInheritance, in resolveInheritance()
DEnumType.h75 status_t resolveInheritance() override;
DInterface.cpp454 status_t Interface::resolveInheritance() { in resolveInheritance() function in android::Interface
472 return Scope::resolveInheritance(); in resolveInheritance()
DType.h104 virtual status_t resolveInheritance();
DAST.h117 status_t resolveInheritance();
DEnumType.cpp66 status_t EnumType::resolveInheritance() { in resolveInheritance() function in android::EnumType
84 return Scope::resolveInheritance(); in resolveInheritance()
DType.cpp211 status_t Type::resolveInheritance() { in resolveInheritance() function in android::Type