Home
last modified time | relevance | path

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

/system/tools/hidl/
DReference.h72 T* shallowGet() { in shallowGet() function
76 const T* shallowGet() const { in shallowGet() function
DType.cpp150 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()
174 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()
198 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()
249 const auto* nextType = nextRef->shallowGet(); in topologicalOrder()
279 const Type* refType = ref.shallowGet(); in checkForwardReferenceRestrictions()
DConstantExpression.cpp569 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()
602 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()
648 const auto* nextCE = nextRef->shallowGet()->constExpr(); in checkAcyclic()
DMethod.cpp98 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()