Home
last modified time | relevance | path

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

/system/tools/hidl/
DAST.cpp137 err = checkForwardReferenceRestrictions(); in postParse()
364 status_t AST::checkForwardReferenceRestrictions() const { in checkForwardReferenceRestrictions() function in android::AST
370 type->checkForwardReferenceRestrictions(*ref); in checkForwardReferenceRestrictions()
DType.cpp283 status_t Type::checkForwardReferenceRestrictions(const Reference<Type>& ref) const { in checkForwardReferenceRestrictions() function in android::Type
296 status_t err = checkForwardReferenceRestrictions(*innerRef); in checkForwardReferenceRestrictions()
DAST.h138 status_t checkForwardReferenceRestrictions() const;
DType.h131 status_t checkForwardReferenceRestrictions(const Reference<Type>& ref) const;