Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.h172 class RuntimeExceptionType : public Type {
174 explicit RuntimeExceptionType(const JavaTypeNamespace* types);
304 const Type* RuntimeExceptionType() const { return m_runtime_exception_type; } in RuntimeExceptionType() function
Dtype_java.cpp148 RuntimeExceptionType::RuntimeExceptionType(const JavaTypeNamespace* types) in RuntimeExceptionType() function in android::aidl::java::RuntimeExceptionType
293 AddAndSetMember(&m_runtime_exception_type, std::make_unique<class RuntimeExceptionType>(this)); in Init()