Home
last modified time | relevance | path

Searched refs:write_method (Results 1 – 2 of 2) sorted by relevance

/system/tools/aidl/
Dtype_cpp.cpp87 const std::string& write_method, in PrimitiveType() argument
91 write_method, PrimitiveArrayType(kind, package, aidl_type,
107 const std::string& write_method) { in PrimitiveArrayType() argument
111 read_method, write_method); in PrimitiveArrayType()
115 read_method, write_method, nullable); in PrimitiveArrayType()
124 const std::string& write_method, in PrimitiveType() argument
127 write_method, kNoArrayType, nullable_type) {
156 const std::string& write_method, in ByteType() argument
160 cpp_type, read_method, write_method, array_type, nullable_type),
392 const string& write_method, in Type() argument
[all …]
Dtype_cpp.h41 const std::string& write_method,
98 const std::string& write_method,
104 write_method, array_type, nullable_type, src_file_name, line) {} in Type() argument