Searched refs:protoMapTypes (Results 1 – 2 of 2) sorted by relevance
473 protoMapTypes = make(map[string]reflect.Type) // a map from proto names to map types var502 if _, ok := protoMapTypes[name]; ok {507 protoMapTypes[name] = t529 return protoMapTypes[name]
474 protoMapTypes = make(map[string]reflect.Type) // a map from proto names to map types var503 if _, ok := protoMapTypes[name]; ok {508 protoMapTypes[name] = t530 return protoMapTypes[name]