Home
last modified time | relevance | path

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

/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go90 type SimpleSlice3 struct { struct
97 func (m *SimpleSlice3) Reset() { *m = SimpleSlice3{} } argument
98 func (m *SimpleSlice3) String() string { return proto.CompactTextString(m) } argument
99 func (*SimpleSlice3) ProtoMessage() {} argument
100 func (*SimpleSlice3) Descriptor() ([]byte, []int) { argument
104 func (m *SimpleSlice3) XXX_Unmarshal(b []byte) error { argument
107 func (m *SimpleSlice3) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
110 func (m *SimpleSlice3) XXX_Merge(src proto.Message) { argument
113 func (m *SimpleSlice3) XXX_Size() int { argument
116 func (m *SimpleSlice3) XXX_DiscardUnknown() { argument
[all …]
Dmore_test_objects.proto40 message SimpleSlice3 { message
/external/golang-protobuf/jsonpb/
Djsonpb_test.go441 {"empty repeated emitted", Marshaler{EmitDefaults: true}, &pb.SimpleSlice3{}, `{"slices":[]}`},