Searched refs:read_method (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | type_cpp.cpp | 86 const std::string& read_method, in PrimitiveType() argument 90 : Type(kind, package, aidl_type, {header}, cpp_type, read_method, in PrimitiveType() 106 const std::string& read_method, in PrimitiveArrayType() argument 111 read_method, write_method); in PrimitiveArrayType() 115 read_method, write_method, nullable); in PrimitiveArrayType() 123 const std::string& read_method, in PrimitiveType() argument 126 : Type(kind, package, aidl_type, {header, "vector"}, cpp_type, read_method, in PrimitiveType() 155 const std::string& read_method, in ByteType() argument 160 cpp_type, read_method, write_method, array_type, nullable_type), 391 const string& read_method, in Type() argument [all …]
|
D | type_cpp.h | 40 const std::string& read_method, 97 const std::string& read_method, 103 : Type(kind, package, aidl_type, header, cpp_type, read_method, in Type() argument
|