Searched defs:MapIndex (Results 1 – 2 of 2) sorted by relevance
265 type MapIndex struct{ *mapIndex } argument271 func (mi MapIndex) Type() reflect.Type { return mi.typ }272 func (mi MapIndex) Values() (vx, vy reflect.Value) { return mi.vx, mi.vy }273 func (mi MapIndex) String() string { return fmt.Sprintf("[%#v]", mi.key) }276 func (mi MapIndex) Key() reflect.Value { return mi.key }
120 func MapIndex(k protoreflect.MapKey) Step { func175 func (s Step) MapIndex() protoreflect.MapKey { func