Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go259 type FieldOptions_JSType int32 type
263 FieldOptions_JS_NORMAL FieldOptions_JSType = 0
265 FieldOptions_JS_STRING FieldOptions_JSType = 1
267 FieldOptions_JS_NUMBER FieldOptions_JSType = 2
281 func (x FieldOptions_JSType) Enum() *FieldOptions_JSType {
282 p := new(FieldOptions_JSType)
286 func (x FieldOptions_JSType) String() string {
289 func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error {
294 *x = FieldOptions_JSType(value)
297 func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) { return fileDescriptor0, []int{11, 1} }
[all …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h161 enum FieldOptions_JSType { enum
167 const FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL;
168 const FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER;
172 inline const ::std::string& FieldOptions_JSType_Name(FieldOptions_JSType value) { in FieldOptions_JSType_Name()
177 const ::std::string& name, FieldOptions_JSType* value) { in FieldOptions_JSType_Parse()
178 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_JSType>( in FieldOptions_JSType_Parse()
2342 typedef FieldOptions_JSType JSType;
2390 ::google::protobuf::FieldOptions_JSType jstype() const;
2391 void set_jstype(::google::protobuf::FieldOptions_JSType value);
6475 inline ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype()
[all …]
Ddescriptor.pb.cc9921 const FieldOptions_JSType FieldOptions::JS_NORMAL;
9922 const FieldOptions_JSType FieldOptions::JS_STRING;
9923 const FieldOptions_JSType FieldOptions::JS_NUMBER;
9924 const FieldOptions_JSType FieldOptions::JSType_MIN;
9925 const FieldOptions_JSType FieldOptions::JSType_MAX;
10118 set_jstype(static_cast< ::google::protobuf::FieldOptions_JSType >(value)); in MergePartialFromCodedStream()
10511 ::google::protobuf::FieldOptions_JSType FieldOptions::jstype() const { in jstype()
10513 return static_cast< ::google::protobuf::FieldOptions_JSType >(jstype_); in jstype()
10515 void FieldOptions::set_jstype(::google::protobuf::FieldOptions_JSType value) { in set_jstype()