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

  /system/tools/hidl/
RefType.cpp 233 bool RefType::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const {
ArrayType.cpp 377 bool ArrayType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const {
381 return Type::deepNeedsResolveReferences(visited);
CompoundType.cpp 966 bool CompoundType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const {
977 return Scope::deepNeedsResolveReferences(visited);
    [all...]
VectorType.cpp 716 bool VectorType::deepNeedsResolveReferences(std::unordered_set<const Type*>* visited) const {
720 return TemplatedType::deepNeedsResolveReferences(visited);
Type.cpp 649 return deepNeedsResolveReferences(visited);
652 bool Type::deepNeedsResolveReferences(std::unordered_set<const Type*>* /* visited */) const {

Completed in 80 milliseconds