Home
last modified time | relevance | path

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

/build/soong/android/
Dproto.go50 if String(p.Proto.Plugin) != "" && String(p.Proto.Type) != "" {
54 if plugin := String(p.Proto.Plugin); plugin != "" {
64 if len(p.Proto.Local_include_dirs) > 0 {
65 localProtoIncludeDirs := PathsForModuleSrc(ctx, p.Proto.Local_include_dirs)
68 if len(p.Proto.Include_dirs) > 0 {
69 rootProtoIncludeDirs := PathsForSource(ctx, p.Proto.Include_dirs)
78 plugin := String(p.Proto.Plugin)
85 if plugin := String(p.Proto.Plugin); plugin != "" {
93 CanonicalPathFromRoot: proptools.BoolDefault(p.Proto.Canonical_path_from_root, true),
100 Proto struct { member
/build/soong/java/
Dproto.go76 if String(p.Proto.Plugin) == "" {
77 switch String(p.Proto.Type) {
92 String(p.Proto.Type))
102 if String(p.Proto.Plugin) == "" {
104 switch String(p.Proto.Type) {
118 String(p.Proto.Type))
128 flags.proto.OutParams = append(flags.proto.OutParams, j.Proto.Output_params...)
Djava.go252 Proto struct { member
/build/soong/cc/
Dproto.go65 if String(p.Proto.Plugin) == "" {
66 switch String(p.Proto.Type) {
101 String(p.Proto.Type))
125 if String(p.Proto.Plugin) == "" {
128 switch String(p.Proto.Type) {
146 String(p.Proto.Type))
Dcompiler.go181 Proto struct { member
202 Proto android.ProtoProperties member
235 return []interface{}{&compiler.Properties, &compiler.Proto}
245 android.ProtoDeps(ctx, &compiler.Proto)
247 deps = protoDeps(ctx, deps, &compiler.Proto, Bool(compiler.Properties.Proto.Static))
472 flags = protoFlags(ctx, flags, &compiler.Proto)
Dlibrary.go50 Proto struct { member
1145 if Bool(library.Properties.Proto.Export_proto_headers) {