Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp86 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 …]
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, in Type() argument