Home
last modified time | relevance | path

Searched refs:isPointer (Results 1 – 6 of 6) sorted by relevance

/system/tools/hidl/
DPointerType.h28 bool isPointer() const override;
DPointerType.cpp26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
DType.h52 virtual bool isPointer() const;
DType.cpp93 bool Type::isPointer() const { in isPointer() function in android::Type
/system/tools/aidl/
Daidl_to_cpp.h34 const bool isPointer; // whether the variable 'name' is a pointer or not member
/system/tools/hidl/hidl2aidl/
DAidlType.cpp81 } else if (type.isPointer()) { in getAidlType()