Home
last modified time | relevance | path

Searched defs:GoEnum (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go304 type GoEnum struct { struct
305 … *FOO `protobuf:"varint,1,req,name=foo,enum=test_proto.FOO" json:"foo,omitempty"`
306 XXX_NoUnkeyedLiteral struct{} `json:"-"`
307 XXX_unrecognized []byte `json:"-"`
308 XXX_sizecache int32 `json:"-"`
311 func (m *GoEnum) Reset() { *m = GoEnum{} }
312 func (m *GoEnum) String() string { return proto.CompactTextString(m) }
313 func (*GoEnum) ProtoMessage() {}
314 func (*GoEnum) Descriptor() ([]byte, []int) {
318 func (m *GoEnum) XXX_Unmarshal(b []byte) error {
[all …]
Dtest.proto42 message GoEnum { message