Searched refs:protoMapTypes (Results 1 – 1 of 1) 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]