Searched refs:isPointer (Results 1 – 7 of 7) sorted by relevance
191 bool isPointer, const std::string& log, bool isNdk) { in WriteLogFor() argument197 const string var_object_expr = ((isPointer ? "*" : "")) + name; in WriteLogFor()223 bool isPointer = a.IsOut() && !isServer; in WriteLogForArguments() local224 WriteLogFor(*(writer.get()), a.GetType(), varName, isPointer, logElementVarName + "[\"value\"]", in WriteLogForArguments()
34 const bool isPointer; // whether the variable 'name' is a pointer or not member
52 } else if (type.isPointer()) { in getAidlType()
28 bool isPointer() const override;
26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
52 virtual bool isPointer() const;
93 bool Type::isPointer() const { in isPointer() function in android::Type