Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.h164 bool IsPrimitiveType(const FieldDescriptor* field);
Dobjectivec_helpers.cc623 bool IsPrimitiveType(const FieldDescriptor* field) { in IsPrimitiveType() function
642 return !IsPrimitiveType(field); in IsReferenceType()
/frameworks/compile/slang/
Dslang_rs_export_type.cpp227 if (!RSExportPrimitiveType::IsPrimitiveType(BaseElementType)) { in ConstantArrayTypeExportableHelper()
983 bool RSExportPrimitiveType::IsPrimitiveType(const clang::Type *T) { in IsPrimitiveType() function in slang::RSExportPrimitiveType
1156 IsPrimitiveType(T)) { in Create()
Dslang_rs_export_type.h406 static bool IsPrimitiveType(const clang::Type *T);