Home
last modified time | relevance | path

Searched defs:isPointer (Results 1 – 4 of 4) sorted by relevance

/system/tools/aidl/
Daidl_to_cpp.h34 const bool isPointer; // whether the variable 'name' is a pointer or not member
Daidl_to_cpp_common.cpp191 bool isPointer, const std::string& log, bool isNdk) { in WriteLogFor()
223 bool isPointer = a.IsOut() && !isServer; in WriteLogForArguments() local
/system/tools/hidl/
DPointerType.cpp26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
DType.cpp93 bool Type::isPointer() const { in isPointer() function in android::Type