Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/impl/
Dconvert_map.go14 type mapConverter struct { struct
15 goType reflect.Type // map[K]V
16 keyConv, valConv Converter
30 func (c *mapConverter) PBValueOf(v reflect.Value) protoreflect.Value {
37 func (c *mapConverter) GoValueOf(v protoreflect.Value) reflect.Value {
41 func (c *mapConverter) IsValidPB(v protoreflect.Value) bool {
49 func (c *mapConverter) IsValidGo(v reflect.Value) bool {
53 func (c *mapConverter) New() protoreflect.Value {
57 func (c *mapConverter) Zero() protoreflect.Value {