Home
last modified time | relevance | path

Searched defs:GoPackage (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/build/soong/cmd/go2bp/
H A Dgo2bp.go106 type GoPackage struct { struct
107 ExportToAndroid bool
109 Dir string
110 ImportPath string
111 Name string
112 Imports []string
113 GoFiles []string
114 TestGoFiles []string
115 TestImports []string
117 Module *GoModule
[all …]
/aosp_15_r20/build/blueprint/microfactory/
H A Dmicrofactory.go160 type GoPackage struct { struct
161 Name string
164 directDeps []*GoPackage // specified directly by the module
165 allDeps []*GoPackage // direct dependencies and transitive dependencies
166 files []string
169 pkgDir string
170 output string
171 hashResult []byte
174 mutex sync.Mutex
175 compiled bool
[all …]
H A Dmicrofactory_test.go126 after func(pkg *GoPackage)) {
/aosp_15_r20/out/.microfactory_Linux_intermediates/src/
Dmicrofactory.go160 type GoPackage struct { struct
161 Name string
164 directDeps []*GoPackage // specified directly by the module
165 allDeps []*GoPackage // direct dependencies and transitive dependencies
166 files []string
169 pkgDir string
170 output string
171 hashResult []byte
174 mutex sync.Mutex
175 compiled bool
[all …]
/aosp_15_r20/build/soong/golang/
H A Dgolang.go42 type GoPackage struct { struct
43 android.ModuleBase
44 bootstrap.GoPackage anonMember
54 func (g *GoPackage) GenerateBuildActions(ctx blueprint.ModuleContext) {
62 func (g *GoPackage) GenerateAndroidBuildActions(ctx android.ModuleContext) {
/aosp_15_r20/build/blueprint/bootstrap/
H A Dbootstrap.go266 type GoPackage struct { struct
267 blueprint.SimpleName
268 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) {
/aosp_15_r20/external/golang-protobuf/types/descriptorpb/
H A Ddescriptor.pb.go1635GoPackage *string `protobuf:"bytes,11,opt,name=go_package,json=goPackage" json:"go_package,omitemp… member
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5311 public string GoPackage { property in Google.Protobuf.Reflection.FileOptions
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptor.cs5311 public string GoPackage { property in Google.Protobuf.Reflection.FileOptions