Home
last modified time | relevance | path

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

/system/tools/hidl/
DReference.h92 T* shallowGet() { in shallowGet() function
96 const T* shallowGet() const { in shallowGet() function
DType.cpp156 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()
180 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()
204 err = nextRef->shallowGet()->recursivePass(stage, func, visited); in recursivePass()
255 const auto* nextType = nextRef->shallowGet(); in topologicalOrder()
285 const Type* refType = ref.shallowGet(); in checkForwardReferenceRestrictions()
DConstantExpression.cpp571 auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()
604 const auto* nextCE = nextRef->shallowGet()->constExpr(); in recursivePass()
650 const auto* nextCE = nextRef->shallowGet()->constExpr(); in checkAcyclic()
DMethod.cpp103 if (!ref->shallowGet()->isNeverStrongReference()) { in getStrongReferences()