Home
last modified time | relevance | path

Searched refs:FieldOptions_JSType (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.h162 enum FieldOptions_JSType { enum
168 const FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL;
169 const FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER;
173 inline const ::std::string& FieldOptions_JSType_Name(FieldOptions_JSType value) { in FieldOptions_JSType_Name()
178 const ::std::string& name, FieldOptions_JSType* value) { in FieldOptions_JSType_Parse()
179 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_JSType>( in FieldOptions_JSType_Parse()
2411 typedef FieldOptions_JSType JSType;
2459 ::google::protobuf::FieldOptions_JSType jstype() const;
2460 void set_jstype(::google::protobuf::FieldOptions_JSType value);
6727 inline ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype()
[all …]
Ddescriptor.pb.cc10091 const FieldOptions_JSType FieldOptions::JS_NORMAL;
10092 const FieldOptions_JSType FieldOptions::JS_STRING;
10093 const FieldOptions_JSType FieldOptions::JS_NUMBER;
10094 const FieldOptions_JSType FieldOptions::JSType_MIN;
10095 const FieldOptions_JSType FieldOptions::JSType_MAX;
10288 set_jstype(static_cast< ::google::protobuf::FieldOptions_JSType >(value)); in MergePartialFromCodedStream()
10685 ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype()
10687 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
10689 void FieldOptions::set_jstype(::google::protobuf::FieldOptions_JSType value) { in set_jstype()