Home
last modified time | relevance | path

Searched refs:GetArgumentAspect (Results 1 – 3 of 3) sorted by relevance

/system/tools/aidl/
Daidl_typenames.h77 ArgumentAspect GetArgumentAspect(const AidlTypeSpecifier& type) const;
Daidl_typenames.cpp295 ArgumentAspect AidlTypenames::GetArgumentAspect(const AidlTypeSpecifier& type) const { in GetArgumentAspect() function in android::aidl::AidlTypenames
Daidl_language.cpp789 const auto& aspect = typenames.GetArgumentAspect(GetType()); in CheckValid()