Home
last modified time | relevance | path

Searched defs:PointerType (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DPointerType.h25 struct PointerType : public Type { struct
H A DPointerType.cpp24 PointerType::PointerType(Scope* parent) : Type(parent, "pointer") {} in PointerType() function in android::PointerType