Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go364 type IntMaps struct { struct
371 func (m *IntMaps) Reset() { *m = IntMaps{} } argument
372 func (m *IntMaps) String() string { return proto.CompactTextString(m) } argument
373 func (*IntMaps) ProtoMessage() {} argument
374 func (*IntMaps) Descriptor() ([]byte, []int) { argument
378 func (m *IntMaps) XXX_Unmarshal(b []byte) error { argument
381 func (m *IntMaps) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
384 func (m *IntMaps) XXX_Merge(src proto.Message) { argument
387 func (m *IntMaps) XXX_Size() int { argument
390 func (m *IntMaps) XXX_DiscardUnknown() { argument
[all …]
Dproto3.proto87 message IntMaps { message
/external/golang-protobuf/proto/
Dmap_test.go36 m := &ppb.IntMaps{}
53 var out ppb.IntMaps
65 var out ppb.IntMaps