Searched refs:FieldOptions_JSType (Results 1 – 4 of 4) sorted by relevance
255 type FieldOptions_JSType int32 type259 FieldOptions_JS_NORMAL FieldOptions_JSType = 0261 FieldOptions_JS_STRING FieldOptions_JSType = 1263 FieldOptions_JS_NUMBER FieldOptions_JSType = 2278 func (x FieldOptions_JSType) Enum() *FieldOptions_JSType {279 p := new(FieldOptions_JSType)284 func (x FieldOptions_JSType) String() string {288 func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error {293 *x = FieldOptions_JSType(value)297 func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) {[all …]
237 type FieldOptions_JSType int32 type241 FieldOptions_JS_NORMAL FieldOptions_JSType = 0243 FieldOptions_JS_STRING FieldOptions_JSType = 1245 FieldOptions_JS_NUMBER FieldOptions_JSType = 2259 func (x FieldOptions_JSType) Enum() *FieldOptions_JSType {260 p := new(FieldOptions_JSType)264 func (x FieldOptions_JSType) String() string {267 func (x *FieldOptions_JSType) UnmarshalJSON(data []byte) error {272 *x = FieldOptions_JSType(value)275 func (FieldOptions_JSType) EnumDescriptor() ([]byte, []int) {[all …]
161 enum FieldOptions_JSType { enum167 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 …]
9921 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()