Home
last modified time | relevance | path

Searched refs:pushStep (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/reflect/protorange/
Drange.go109 pushStep(p, protopath.Root(m.Descriptor()), protoreflect.ValueOfMessage(m))
137 pushStep(p, protopath.FieldAccess(fd), v)
159 pushStep(p, protopath.UnknownAccess(), protoreflect.ValueOfBytes(b))
211 pushStep(p, protopath.AnyExpand(m2.Descriptor()), protoreflect.ValueOfMessage(m2))
246 pushStep(p, protopath.ListIndex(i), v)
271 pushStep(p, protopath.MapIndex(k), v)
291 func pushStep(p *protopath.Values, s protopath.Step, v protoreflect.Value) { func