Searched defs:reflectMap (Results 1 – 1 of 1) sorted by relevance
207 type reflectMap struct{ v reflect.Value } struct209 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 {