Searched refs:AddAndSetMember (Results 1 – 3 of 3) sorted by relevance
/system/tools/aidl/ |
D | type_java.cpp | 251 AddAndSetMember(&m_bool_type, std::make_unique<BooleanType>(this)); in Init() 258 AddAndSetMember(&m_int_type, in Init() 271 AddAndSetMember(&m_string_type, std::make_unique<class StringType>(this, "java.lang", "String")); in Init() 287 AddAndSetMember(&m_text_utils_type, in Init() 291 AddAndSetMember(&m_remote_exception_type, std::make_unique<class RemoteExceptionType>(this)); in Init() 293 AddAndSetMember(&m_runtime_exception_type, std::make_unique<class RuntimeExceptionType>(this)); in Init() 295 AddAndSetMember(&m_ibinder_type, std::make_unique<class IBinderType>(this)); in Init() 297 AddAndSetMember(&m_iinterface_type, std::make_unique<class IInterfaceType>(this)); in Init() 299 AddAndSetMember(&m_binder_native_type, std::make_unique<BinderType>(this)); in Init() 301 AddAndSetMember(&m_binder_proxy_type, std::make_unique<class BinderProxyType>(this)); in Init() [all …]
|
D | type_cpp.cpp | 394 AddAndSetMember(&string_type_, in Init() 425 AddAndSetMember(&ibinder_type_, in Init() 467 AddAndSetMember(&void_type_, std::make_unique<class VoidType>()); in Init()
|
D | type_namespace.h | 167 void AddAndSetMember(const T** member, std::unique_ptr<const T> type) { in AddAndSetMember() function
|