Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs91 return type.IsPrimitive; in isPrimitive()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp92 bool IsPrimitive() const { return upb_fielddef_isprimitive(ptr_); } in IsPrimitive() function in upb::FieldDefPtr
/external/protobuf/src/google/protobuf/compiler/js/
Djs_generator.cc1032 bool IsPrimitive(const std::string& type) { in IsPrimitive() function
1051 if (!IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
1079 if (!is_null_or_undefined && !IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
/external/protobuf/php/ext/google/protobuf/
Dupb.h3312 bool IsPrimitive() const { return upb_fielddef_isprimitive(ptr_); } in IsPrimitive() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2166 bool IsPrimitive() const;