Home
last modified time | relevance | path

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

/system/tools/aidl/
Dtype_cpp.cpp97 bool IsCppPrimitive() const override { return true; } in IsCppPrimitive() function in android::aidl::cpp::__anon889871910111::PrimitiveType
148 bool IsCppPrimitive() const override { return true; } in IsCppPrimitive() function in android::aidl::cpp::__anon889871910111::ByteType
539 if (contained_type->IsCppPrimitive()) { in AddListType()
Dtype_cpp.h69 virtual bool IsCppPrimitive() const { return false; } in IsCppPrimitive() function
Dgenerate_cpp.cpp124 if (!type->IsCppPrimitive() || a->GetType().IsArray()) { in BuildArgList()