Home
last modified time | relevance | path

Searched defs:CqueryResult (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/bazel/exporter/build_proto/analysis_v2/
H A Danalysis_v2.pb.go904 type CqueryResult struct { struct
905 state protoimpl.MessageState
906 sizeCache protoimpl.SizeCache
907 unknownFields protoimpl.UnknownFields
910 Results []*ConfiguredTarget `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
912 …]*Configuration `protobuf:"bytes,2,rep,name=configurations,proto3" json:"configurations,omitempty"`
915 func (x *CqueryResult) Reset() {
924 func (x *CqueryResult) String() string {
928 func (*CqueryResult) ProtoMessage() {}
930 func (x *CqueryResult) ProtoReflect() protoreflect.Message {
[all …]
/aosp_15_r20/prebuilts/bazel/common/proto/analysis_v2/
Danalysis_v2.pb.go924 type CqueryResult struct { struct
925 state protoimpl.MessageState
926 sizeCache protoimpl.SizeCache
927 unknownFields protoimpl.UnknownFields
930 Results []*ConfiguredTarget `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
932 …]*Configuration `protobuf:"bytes,2,rep,name=configurations,proto3" json:"configurations,omitempty"`
935 func (x *CqueryResult) Reset() {
944 func (x *CqueryResult) String() string {
948 func (*CqueryResult) ProtoMessage() {}
950 func (x *CqueryResult) ProtoReflect() protoreflect.Message {
[all …]
Danalysis_v2.proto176 message CqueryResult { message
/aosp_15_r20/external/skia/bazel/exporter/
H A Dcmake_exporter.go101 func getRuleIncludes(r *build.Rule, qr *analysis_v2.CqueryResult) ([]string, error) {
138 func getRuleDefines(r *build.Rule, qr *analysis_v2.CqueryResult) ([]string, error) {
H A Dbazel_util.go40 func findRule(qr *analysis_v2.CqueryResult, name string) *build.Rule {