Searched refs:isPointer (Results 1 – 6 of 6) sorted by relevance
187 bool isPointer, const std::string& log, bool isNdk) { in WriteLogFor() argument193 const string var_object_expr = ((isPointer ? "*" : "")) + name; in WriteLogFor()219 bool isPointer = a.IsOut() && !isServer; in WriteLogForArguments() local220 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
28 bool isPointer() const override;
26 bool PointerType::isPointer() const { in isPointer() function in android::PointerType
52 virtual bool isPointer() const;
91 bool Type::isPointer() const { in isPointer() function in android::Type