Home
last modified time | relevance | path

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

/aosp12/build/soong/android/
H A Dbazel_handler.go54 type cqueryKey struct { struct
106 requests map[cqueryKey]bool // cquery requests that have not yet been issued to Bazel
109 results map[cqueryKey]string // Results of cquery requests after Bazel invocations
219 requests: make(map[cqueryKey]bool),
275 key := cqueryKey{label, requestType, archType}
582 context.results = make(map[cqueryKey]string)
690 context.requests = map[cqueryKey]bool{}
761 func getCqueryId(key cqueryKey) string { argument
765 func getArchString(key cqueryKey) string { argument
H A Dbazel_handler_test.go116 requests: map[cqueryKey]bool{},