Home
last modified time | relevance | path

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

/external/golang-protobuf/proto/proto3_proto/
Dproto3.pb.go364 type IntMaps struct { struct
365 Maps []*IntMap `protobuf:"bytes,1,rep,name=maps,proto3" json:"maps,omitempty"`
366 XXX_NoUnkeyedLiteral struct{} `json:"-"`
367 XXX_unrecognized []byte `json:"-"`
368 XXX_sizecache int32 `json:"-"`
371 func (m *IntMaps) Reset() { *m = IntMaps{} }
372 func (m *IntMaps) String() string { return proto.CompactTextString(m) }
373 func (*IntMaps) ProtoMessage() {}
374 func (*IntMaps) Descriptor() ([]byte, []int) {
378 func (m *IntMaps) XXX_Unmarshal(b []byte) error {
[all …]
Dproto3.proto87 message IntMaps { message