Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/testing/protocmp/
H A Dreflect.go207 type reflectMap struct{ v reflect.Value } struct
209 func (ms reflectMap) Len() int {
215 func (ms reflectMap) Range(f func(protoreflect.MapKey, protoreflect.Value) bool) {
228 func (ms reflectMap) Has(k protoreflect.MapKey) bool {
234 func (ms reflectMap) Clear(protoreflect.MapKey) {
237 func (ms reflectMap) Get(k protoreflect.MapKey) protoreflect.Value {
247 func (ms reflectMap) Set(protoreflect.MapKey, protoreflect.Value) {
250 func (ms reflectMap) Mutable(k protoreflect.MapKey) protoreflect.Value {
253 func (ms reflectMap) NewValue() protoreflect.Value {
256 func (ms reflectMap) IsValid() bool {