Home
last modified time | relevance | path

Searched refs:protoMapTypes (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Dproperties.go473 protoMapTypes = make(map[string]reflect.Type) // a map from proto names to map types var
502 if _, ok := protoMapTypes[name]; ok {
507 protoMapTypes[name] = t
529 return protoMapTypes[name]