Searched refs:FieldOptions_CType (Results 1 – 4 of 4) sorted by relevance
211 type FieldOptions_CType int32 type215 FieldOptions_STRING FieldOptions_CType = 0216 FieldOptions_CORD FieldOptions_CType = 1217 FieldOptions_STRING_PIECE FieldOptions_CType = 2232 func (x FieldOptions_CType) Enum() *FieldOptions_CType {233 p := new(FieldOptions_CType)238 func (x FieldOptions_CType) String() string {242 func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error {247 *x = FieldOptions_CType(value)251 func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) {[all …]
197 type FieldOptions_CType int32 type201 FieldOptions_STRING FieldOptions_CType = 0202 FieldOptions_CORD FieldOptions_CType = 1203 FieldOptions_STRING_PIECE FieldOptions_CType = 2217 func (x FieldOptions_CType) Enum() *FieldOptions_CType {218 p := new(FieldOptions_CType)222 func (x FieldOptions_CType) String() string {225 func (x *FieldOptions_CType) UnmarshalJSON(data []byte) error {230 *x = FieldOptions_CType(value)233 func (FieldOptions_CType) EnumDescriptor() ([]byte, []int) {[all …]
141 enum FieldOptions_CType { enum147 const FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING;148 const FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE;152 inline const ::std::string& FieldOptions_CType_Name(FieldOptions_CType value) { in FieldOptions_CType_Name()157 const ::std::string& name, FieldOptions_CType* value) { in FieldOptions_CType_Parse()158 return ::google::protobuf::internal::ParseNamedEnum<FieldOptions_CType>( in FieldOptions_CType_Parse()2314 typedef FieldOptions_CType CType;2376 ::google::protobuf::FieldOptions_CType ctype() const;2377 void set_ctype(::google::protobuf::FieldOptions_CType value);6426 inline ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { in ctype()[all …]
9898 const FieldOptions_CType FieldOptions::STRING;9899 const FieldOptions_CType FieldOptions::CORD;9900 const FieldOptions_CType FieldOptions::STRING_PIECE;9901 const FieldOptions_CType FieldOptions::CType_MIN;9902 const FieldOptions_CType FieldOptions::CType_MAX;10053 set_ctype(static_cast< ::google::protobuf::FieldOptions_CType >(value)); in MergePartialFromCodedStream()10462 ::google::protobuf::FieldOptions_CType FieldOptions::ctype() const { in ctype()10464 return static_cast< ::google::protobuf::FieldOptions_CType >(ctype_); in ctype()10466 void FieldOptions::set_ctype(::google::protobuf::FieldOptions_CType value) { in set_ctype()