Home
last modified time | relevance | path

Searched refs:MaxTag (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1500 type MaxTag struct { struct
1508 func (m *MaxTag) Reset() { *m = MaxTag{} } argument
1509 func (m *MaxTag) String() string { return proto.CompactTextString(m) } argument
1510 func (*MaxTag) ProtoMessage() {} argument
1511 func (*MaxTag) Descriptor() ([]byte, []int) { argument
1515 func (m *MaxTag) XXX_Unmarshal(b []byte) error { argument
1518 func (m *MaxTag) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1521 func (m *MaxTag) XXX_Merge(src proto.Message) { argument
1524 func (m *MaxTag) XXX_Size() int { argument
1527 func (m *MaxTag) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto215 message MaxTag { message
/external/golang-protobuf/proto/
Dall_test.go1459 m := &MaxTag{
1466 m2 := new(MaxTag)