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

/system/tools/aidl/
H A Dtype_cpp.h69 virtual bool IsCppPrimitive() const { return false; } function in class:android::aidl::cpp::Type
H A Dtype_cpp.cpp146 bool IsCppPrimitive() const override { return true; }
166 bool IsCppPrimitive() const override { return true; }
537 if (contained_type->IsCppPrimitive()) {
H A Dgenerate_cpp.cpp125 if (!type->IsCppPrimitive() || a->GetType().IsArray()) {

Completed in 37 milliseconds