Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp65 const string& src_file_name = "") in CppArrayType() argument
78 src_file_name) {} in CppArrayType()
155 BinderType(const AidlInterface& interface, const std::string& src_file_name) in BinderType() argument
156 : BinderType(interface, src_file_name, in BinderType()
157 new BinderType(interface, src_file_name, kNoNullableType, in BinderType()
167 BinderType(const AidlInterface& interface, const std::string& src_file_name, Type* nullable_type, in BinderType() argument
171 kNoArrayType, nullable_type, src_file_name),
197 const std::string& src_file_name) in NullableParcelableType() argument
200 kNoArrayType, kNoNullableType, src_file_name) {}
213 const std::string& src_file_name) in ParcelableType() argument
[all …]
Dtype_cpp.h43 const std::string& src_file_name = "",