Home
last modified time | relevance | path

Searched defs:CodeGeneratorContext (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl_to_java.h57 struct CodeGeneratorContext { struct
58 CodeWriter& writer; // CodeWriter::Write() is mutable
59 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
Daidl_to_cpp.h28 struct CodeGeneratorContext { struct
29 CodeWriter& writer;
31 const AidlTypenames& types;
32 const AidlTypeSpecifier& type; // an argument or return type to generate code for
33 const string name; // name of the variable for the argument or the return value
34 const bool isPointer; // whether the variable 'name' is a pointer or not
Daidl_to_ndk.h49 struct CodeGeneratorContext { struct
59 void WriteToParcelFor(const CodeGeneratorContext& c); argument