Searched refs:write_method (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | generate_java.cpp | 143 Method* write_method = new Method; in generate_parcel_class() local 144 write_method->modifiers = PUBLIC | OVERRIDE | FINAL; in generate_parcel_class() 145 write_method->returnType = "void"; in generate_parcel_class() 146 write_method->name = "writeToParcel"; in generate_parcel_class() 147 write_method->parameters.push_back(parcel_variable); in generate_parcel_class() 148 write_method->parameters.push_back(flag_variable); in generate_parcel_class() 149 write_method->statements = new StatementBlock(); in generate_parcel_class() 154 write_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class() 169 write_method->statements->Add(new LiteralStatement(code)); in generate_parcel_class() 178 write_method->statements->Add(new LiteralStatement(out.str())); in generate_parcel_class() [all …]
|
D | type_cpp.cpp | 63 const string& write_method, in CppArrayType() argument 70 read_method, write_method, kNoArrayType, in CppArrayType() 77 read_method, write_method, true), in CppArrayType() 110 const std::string& write_method, in PrimitiveType() argument 114 cpp_type, read_method, write_method, 351 const string& write_method, in Type() argument 361 parcel_write_method_(write_method), in Type()
|
D | type_cpp.h | 40 const std::string& write_method,
|