Searched refs:RuntimeExceptionType (Results 1 – 2 of 2) sorted by relevance
378 RuntimeExceptionType::RuntimeExceptionType(const JavaTypeNamespace* types) in RuntimeExceptionType() function in android::aidl::java::RuntimeExceptionType382 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()
239 class RuntimeExceptionType : public Type {241 explicit RuntimeExceptionType(const JavaTypeNamespace* types);457 const Type* RuntimeExceptionType() const { return m_runtime_exception_type; } in RuntimeExceptionType() function