Searched refs:MapValProp (Results 1 – 4 of 4) sorted by relevance
152 MapValProp *Properties // set for map types only member279 p.MapValProp = &Properties{}286 p.MapValProp.init(vtype, "Value", f.Tag.Get("protobuf_val"), nil, lockGetProp)
640 if err := p.checkForColon(props.MapValProp, dst.Type().Elem()); err != nil {643 if err := p.readAny(val, props.MapValProp); err != nil {
373 if err := tm.writeAny(w, val, props.MapValProp); err != nil {
1055 if prop != nil && prop.MapValProp != nil {1056 vprop = prop.MapValProp