Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_namespace.h180 bool IsContainerType(const std::string& type_name) const;
226 if (IsContainerType(name)) { in Find()
268 if (!IsContainerType(type_name)) { in MaybeAddContainerType()
301 bool LanguageTypeNamespace<T>::IsContainerType( in IsContainerType() function
392 if (IsContainerType(type->CanonicalName())) { in GetValidatableType()