Searched defs:containsPointer (Results 1 - 1 of 1) sorted by relevance

/system/tools/hidl/
H A DType.cpp702 bool Type::containsPointer() const { function in class:android::Type
704 return containsPointer(&visited);
722 bool Type::containsPointer(std::unordered_set<const Type*>* visited) const { function in class:android::Type

Completed in 33 milliseconds