Home
last modified time | relevance | path

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

/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go211 type FieldOptions_CType int32 type
215 FieldOptions_STRING FieldOptions_CType = 0
216 FieldOptions_CORD FieldOptions_CType = 1
217 FieldOptions_STRING_PIECE FieldOptions_CType = 2
232 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 …]
/external/syzkaller/vendor/github.com/golang/protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go197 type FieldOptions_CType int32 type
201 FieldOptions_STRING FieldOptions_CType = 0
202 FieldOptions_CORD FieldOptions_CType = 1
203 FieldOptions_STRING_PIECE FieldOptions_CType = 2
217 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 …]
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h141 enum FieldOptions_CType { enum
147 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 …]
Ddescriptor.pb.cc9898 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()