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

/system/tools/hidl/
H A DConstantExpression.cpp479 status_t ConstantExpression::recursivePass(const std::function<status_t(ConstantExpression*)>& func, function in class:android::ConstantExpression
493 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
500 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
512 status_t ConstantExpression::recursivePass( function in class:android::ConstantExpression
526 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
533 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
H A DType.cpp161 status_t Type::recursivePass(const std::function<status_t(Type*)>& func, function in class:android::Type
172 err = nextType->recursivePass(func, visited);
177 err = nextRef->shallowGet()->recursivePass(func, visited);
184 status_t Type::recursivePass(const std::function<status_t(const Type*)>& func, function in class:android::Type
195 err = nextType->recursivePass(func, visited);
200 err = nextRef->shallowGet()->recursivePass(func, visited);

Completed in 66 milliseconds