Searched defs:isPointer (Results 1 – 4 of 4) sorted by relevance
34 const bool isPointer; // whether the variable 'name' is a pointer or not member
191 bool isPointer, const std::string& log, bool isNdk) { in WriteLogFor()223 bool isPointer = a.IsOut() && !isServer; in WriteLogForArguments() local
26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
93 bool Type::isPointer() const { in isPointer() function in android::Type