Home
last modified time | relevance | path

Searched defs:visited (Results 1 – 4 of 4) sorted by relevance

/system/tools/hidl/
DgenerateDependencies.cpp30 std::unordered_set<const Type*> visited; in generateDependencies() local
DAST.cpp178 std::unordered_set<const Type*> visited; in setParseStage() local
189 std::unordered_set<const Type*> visited; in lookupTypes() local
216 std::unordered_set<const Type*> visited; in gatherReferencedTypes() local
276 std::unordered_set<const Type*> visited; in validateDefinedTypesUniqueNames() local
290 std::unordered_set<const Type*> visited; in resolveInheritance() local
311 std::unordered_set<const Type*> visited; in validate() local
321 std::unordered_set<const Type*> visited; in topologicalReorder() local
351 std::unordered_set<const Type*> visited; in checkForwardReferenceRestrictions() local
DType.cpp158 std::unordered_set<const Type*>* visited) { in recursivePass()
338 std::unordered_set<const Type*> visited; in canCheckEquality() local
645 std::unordered_set<const Type*> visited; in needsResolveReferences() local
708 std::unordered_set<const Type*> visited; in isJavaCompatible() local
713 std::unordered_set<const Type*> visited; in containsPointer() local
DConstantExpression.cpp551 std::unordered_set<const ConstantExpression*>* visited, in recursivePass()
585 std::unordered_set<const ConstantExpression*>* visited, bool processBeforeDependencies) const { in recursivePass()
625 std::unordered_set<const ConstantExpression*>* visited, in checkAcyclic()