Home
last modified time | relevance | path

Searched refs:HatType (Results 1 – 6 of 6) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/multi/
Dmulti1.pb.go26HatType *Multi3_HatType `protobuf:"varint,3,opt,name=hat_type,json=hatType,enum=multi… member
72 if m != nil && m.HatType != nil {
73 return *m.HatType
Dmulti3.pb.go64HatType *Multi3_HatType `protobuf:"varint,1,opt,name=hat_type,json=hatType,enum=multi… member
96 if m != nil && m.HatType != nil {
97 return *m.HatType
Dmulti3.proto39 enum HatType { enum
43 optional HatType hat_type = 1;
Dmulti1.proto44 optional Multi3.HatType hat_type = 3;
/external/golang-protobuf/protoc-gen-go/testdata/my_test/
Dtest.pb.go26 type HatType int32 type
30 HatType_FEDORA HatType = 1
31 HatType_FEZ HatType = 2
44 func (x HatType) Enum() *HatType {
45 p := new(HatType)
50 func (x HatType) String() string {
54 func (x *HatType) UnmarshalJSON(data []byte) error {
59 *x = HatType(value)
63 func (HatType) EnumDescriptor() ([]byte, []int) {
199 …Hat *HatType `protobuf:"varint,4,opt,name=hat,enum=my.test.HatType,def=1" json:"hat,omitempt…
[all …]
Dtest.proto42 enum HatType { enum
67 optional HatType hat = 4 [default=FEDORA];