Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/compiler/protogen/
H A Dprotogen.go197 impPath, pkgName := splitImportPathAndPackageName(value)
239 impPath, pkgName := splitImportPathAndPackageName(fdesc.GetOptions().GetGoPackage())
497 func splitImportPathAndPackageName(s string) (GoImportPath, GoPackageName) { func