Home
last modified time | relevance | path

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

/aosp_15_r20/system/tools/aidl/
Daidl_to_java.h63 struct CodeGeneratorContext { struct
64 CodeWriter& writer; // CodeWriter::Write() is mutable
65 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
Daidl_to_cpp.h30 struct CodeGeneratorContext { struct
31 CodeWriter& writer;
33 const AidlTypenames& types;
34 const AidlTypeSpecifier& type; // an argument or return type to generate code for
35 const string name; // name of the variable for the argument or the return value
36 const bool isPointer; // whether the variable 'name' is a pointer or not
Daidl_to_ndk.h45 struct CodeGeneratorContext { struct
55 void WriteToParcelFor(const CodeGeneratorContext& c); argument