Lines Matching refs:IntMap
325 type IntMap struct { struct
332 func (m *IntMap) Reset() { *m = IntMap{} } argument
333 func (m *IntMap) String() string { return proto.CompactTextString(m) } argument
334 func (*IntMap) ProtoMessage() {} argument
335 func (*IntMap) Descriptor() ([]byte, []int) { argument
339 func (m *IntMap) XXX_Unmarshal(b []byte) error { argument
342 func (m *IntMap) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
345 func (m *IntMap) XXX_Merge(src proto.Message) { argument
348 func (m *IntMap) XXX_Size() int { argument
351 func (m *IntMap) XXX_DiscardUnknown() { argument
357 func (m *IntMap) GetRtt() map[int32]int32 { argument
365 Maps []*IntMap `protobuf:"bytes,1,rep,name=maps,proto3" json:"maps,omitempty"`
396 func (m *IntMaps) GetMaps() []*IntMap {
509 proto.RegisterType((*IntMap)(nil), "proto3_proto.IntMap")