Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.cpp91 const ValidatableType* TypeNamespace::GetReturnType(const AidlTypeSpecifier& raw_type, in GetReturnType() argument
94 const ValidatableType* return_type = GetValidatableType(raw_type, &error_msg, context); in GetReturnType()
96 AIDL_ERROR(raw_type) << "Return type " << raw_type.ToString() << ": " << error_msg; in GetReturnType()
Dtype_namespace.h109 virtual const ValidatableType* GetReturnType(const AidlTypeSpecifier& raw_type,