HomeSort by relevance Sort by last modified time
    Searched refs:IsCppPrimitive (Results 1 - 3 of 3) sorted by null

  /system/tools/aidl/
type_cpp.h 69 virtual bool IsCppPrimitive() const { return false; }
type_cpp.cpp 146 bool IsCppPrimitive() const override { return true; }
166 bool IsCppPrimitive() const override { return true; }
537 if (contained_type->IsCppPrimitive()) {
generate_cpp.cpp 125 if (!type->IsCppPrimitive() || a->GetType().IsArray()) {

Completed in 77 milliseconds