Searched defs:MapIndex (Results 1 – 3 of 3) sorted by relevance
256 type MapIndex struct{ *mapIndex } struct262 func (mi MapIndex) Type() reflect.Type { return mi.typ }263 func (mi MapIndex) Values() (vx, vy reflect.Value) { return mi.vx, mi.vy }264 func (mi MapIndex) String() string { return fmt.Sprintf("[%#v]", mi.key) }267 func (mi MapIndex) Key() reflect.Value { return mi.key }
120 func MapIndex(k protoreflect.MapKey) Step { func175 func (s Step) MapIndex() protoreflect.MapKey { func
1788 func (v Value) MapIndex(key Value) Value { func