Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_java.cpp378 RuntimeExceptionType::RuntimeExceptionType(const JavaTypeNamespace* types) in RuntimeExceptionType() function in android::aidl::java::RuntimeExceptionType
382 void RuntimeExceptionType::WriteToParcel(StatementBlock* addTo, Variable* v, in WriteToParcel()
387 void RuntimeExceptionType::CreateFromParcel(StatementBlock* addTo, Variable* v, in CreateFromParcel()
827 m_runtime_exception_type = new class RuntimeExceptionType(this); in Init()
Dtype_java.h239 class RuntimeExceptionType : public Type {
241 explicit RuntimeExceptionType(const JavaTypeNamespace* types);
457 const Type* RuntimeExceptionType() const { return m_runtime_exception_type; } in RuntimeExceptionType() function