Searched defs:PointerType (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/tools/hidl/ | ||
H A D | PointerType.h | 25 struct PointerType : public Type { struct |
H A D | PointerType.cpp | 24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType |