Searched defs:read_method (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Dtype_cpp.h40 const std::string& read_method,
97 const std::string& read_method,
103 : Type(kind, package, aidl_type, header, cpp_type, read_method,
92 ArrayType(int kind, const std::string& package, const std::string& aidl_type, const std::vector<std::string>& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, Type* array_type = nullptr, Type* nullable_type = nullptr, const std::string& src_file_name = �, int line = -1) argument
H A Dtype_cpp.cpp86 const std::string& read_method,
90 : Type(kind, package, aidl_type, {header}, cpp_type, read_method,
106 const std::string& read_method,
111 read_method, write_method);
115 read_method, write_method, nullable);
123 const std::string& read_method,
126 : Type(kind, package, aidl_type, {header, "vector"}, cpp_type, read_method,
155 const std::string& read_method,
160 cpp_type, read_method, write_method, array_type, nullable_type),
391 const string& read_method,
81 PrimitiveType(int kind, const std::string& package, const std::string& aidl_type, const std::string& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, const std::string& read_array_method, const std::string& write_array_method) argument
101 PrimitiveArrayType(int kind, const std::string& package, const std::string& aidl_type, const std::string& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method) argument
118 PrimitiveType(int kind, const std::string& package, const std::string& aidl_type, const std::string& header, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, Type* nullable_type = nullptr) argument
152 ByteType(bool is_array, const std::string& name, const std::string& cpp_type, const std::string& read_method, const std::string& write_method, Type* array_type, Type* nullable_type) argument
386 Type(int kind, const std::string& package, const std::string& aidl_type, const vector<string>& headers, const string& cpp_type, const string& read_method, const string& write_method, Type* array_type, Type* nullable_type, const string& src_file_name, int line) argument
[all...]

Completed in 54 milliseconds