Searched defs:CodeGeneratorContext (Results 1 – 3 of 3) sorted by relevance
57 struct CodeGeneratorContext { struct58 CodeWriter& writer; // CodeWriter::Write() is mutable59 const AidlTypenames& typenames;60 const AidlTypeSpecifier& type;61 const string parcel;62 const string var;68 const bool is_return_value;92 bool WriteToParcelFor(const CodeGeneratorContext& c); argument
28 struct CodeGeneratorContext { struct29 CodeWriter& writer;31 const AidlTypenames& types;32 const AidlTypeSpecifier& type; // an argument or return type to generate code for33 const string name; // name of the variable for the argument or the return value34 const bool isPointer; // whether the variable 'name' is a pointer or not
49 struct CodeGeneratorContext { struct59 void WriteToParcelFor(const CodeGeneratorContext& c); argument