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.go272 type IntMaps struct { struct
276 func (m *IntMaps) Reset() { *m = IntMaps{} }
277 func (m *IntMaps) String() string { return proto.CompactTextString(m) }
278 func (*IntMaps) ProtoMessage() {}
279 func (*IntMaps) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
281 func (m *IntMaps) GetMaps() []*IntMap {
293 proto.RegisterType((*IntMaps)(nil), "proto3_proto.IntMaps") argument
Dproto3.proto85 message IntMaps { message
/external/golang-protobuf/proto/
Dmap_test.go12 m := &ppb.IntMaps{}
29 var out ppb.IntMaps
41 var out ppb.IntMaps