Home
last modified time | relevance | path

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

/external/golang-protobuf/internal/filedesc/
Ddesc_list.go307 return p.byKey(newPathKey(path))
322 return p.byKey(newPathKey(path))
413 k := newPathKey(l.Path)
438 func newPathKey(p pref.SourcePath) (k pathKey) { func