Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs158 …ptions.Types.CType), typeof(global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) }, null), in DescriptorReflection()
3725 private global::Google.Protobuf.Reflection.FieldOptions.Types.JSType jstype_ = 0;
3738 public global::Google.Protobuf.Reflection.FieldOptions.Types.JSType Jstype {
3975 … jstype_ = (global::Google.Protobuf.Reflection.FieldOptions.Types.JSType) input.ReadEnum(); in MergeFrom()
4003 internal enum JSType { enum in Google.Protobuf.Reflection.FieldOptions.Types
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h2411 typedef FieldOptions_JSType JSType; typedef
2412 static const JSType JS_NORMAL =
2414 static const JSType JS_STRING =
2416 static const JSType JS_NUMBER =
2421 static const JSType JSType_MIN =
2423 static const JSType JSType_MAX =
2431 static inline const ::std::string& JSType_Name(JSType value) { in JSType_Name()
2435 JSType* value) { in JSType_Parse()
Ddescriptor.proto484 optional JSType jstype = 6 [default = JS_NORMAL];
485 enum JSType { enum
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h7122 class JSType : public ::upb::reffed_ptr<const ::upb::EnumDef> {
7124 JSType(const ::upb::EnumDef* e, const void *ref_donor = NULL)
7128 static JSType get() {
7130 return JSType(e, &e);