Searched defs:CodeGeneratorContext (Results 1 – 3 of 3) sorted by relevance
63 struct CodeGeneratorContext { struct64 CodeWriter& writer; // CodeWriter::Write() is mutable65 const AidlTypenames& typenames;66 const AidlTypeSpecifier& type;67 const string parcel;68 const string var;69 const uint32_t min_sdk_version;95 void WriteToParcelFor(const CodeGeneratorContext& c); argument
30 struct CodeGeneratorContext { struct31 CodeWriter& writer;33 const AidlTypenames& types;34 const AidlTypeSpecifier& type; // an argument or return type to generate code for35 const string name; // name of the variable for the argument or the return value36 const bool isPointer; // whether the variable 'name' is a pointer or not
45 struct CodeGeneratorContext { struct55 void WriteToParcelFor(const CodeGeneratorContext& c); argument