Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.cpp94 const ValidatableType* return_type = GetValidatableType(raw_type, &error_msg, context); in GetReturnType()
130 const ValidatableType* t = GetValidatableType(a.GetType(), &error_msg, context); in GetArgType()
Dtype_namespace.h126 virtual const ValidatableType* GetValidatableType(const AidlTypeSpecifier& type,
182 const ValidatableType* GetValidatableType(const AidlTypeSpecifier& type, std::string* error_msg,
362 const ValidatableType* LanguageTypeNamespace<T>::GetValidatableType( in GetValidatableType() function