Searched defs:GoPackage (Results 1 – 9 of 9) sorted by relevance
106 type GoPackage struct { struct107 ExportToAndroid bool109 Dir string110 ImportPath string111 Name string112 Imports []string113 GoFiles []string114 TestGoFiles []string115 TestImports []string117 Module *GoModule[all …]
160 type GoPackage struct { struct161 Name string164 directDeps []*GoPackage // specified directly by the module165 allDeps []*GoPackage // direct dependencies and transitive dependencies166 files []string169 pkgDir string170 output string171 hashResult []byte174 mutex sync.Mutex175 compiled bool[all …]
126 after func(pkg *GoPackage)) {
42 type GoPackage struct { struct43 android.ModuleBase44 bootstrap.GoPackage anonMember54 func (g *GoPackage) GenerateBuildActions(ctx blueprint.ModuleContext) {62 func (g *GoPackage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
266 type GoPackage struct { struct267 blueprint.SimpleName268 properties struct {299 func (g *GoPackage) Properties() []interface{} {303 func (g *GoPackage) DynamicDependencies(ctx blueprint.DynamicDependerModuleContext) []string {307 func (g *GoPackage) bootstrapDeps(ctx blueprint.BottomUpMutatorContext) {317 func (g *GoPackage) GenerateBuildActions(ctx blueprint.ModuleContext) {
1635 …GoPackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitemp… member
5311 public string GoPackage { property in Google.Protobuf.Reflection.FileOptions