HomeSort by relevance Sort by last modified time
    Searched defs:recursivePass (Results 1 - 2 of 2) sorted by null

  /system/tools/hidl/
ConstantExpression.cpp 479 status_t ConstantExpression::recursivePass(const std::function<status_t(ConstantExpression*)>& func,
493 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
500 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
512 status_t ConstantExpression::recursivePass(
526 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
533 status_t err = nextCE->recursivePass(func, visited, processBeforeDependencies);
Type.cpp 161 status_t Type::recursivePass(const std::function<status_t(Type*)>& func,
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,
195 err = nextType->recursivePass(func, visited);
200 err = nextRef->shallowGet()->recursivePass(func, visited);

Completed in 89 milliseconds