Home
last modified time | relevance | path

Searched defs:MapIndex (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/
H A Dpath.go256 type MapIndex struct{ *mapIndex } struct
262 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 }
/aosp_15_r20/external/golang-protobuf/reflect/protopath/
H A Dstep.go120 func MapIndex(k protoreflect.MapKey) Step { func
175 func (s Step) MapIndex() protoreflect.MapKey { func
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dvalue.go1788 func (v Value) MapIndex(key Value) Value { func