Home
last modified time | relevance | path

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

/external/syzkaller/vendor/github.com/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]
/external/golang-protobuf/proto/
Dproperties.go474 protoMapTypes = make(map[string]reflect.Type) // a map from proto names to map types var
503 if _, ok := protoMapTypes[name]; ok {
508 protoMapTypes[name] = t
530 return protoMapTypes[name]