Home
last modified time | relevance | path

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

/build/soong/android/
Dbazel_handler.go58 type cqueryKey struct { struct
124 requests map[cqueryKey]bool // cquery requests that have not yet been issued to Bazel
127 results map[cqueryKey]string // Results of cquery requests after Bazel invocations
253 requests: make(map[cqueryKey]bool),
309 key := cqueryKey{label, requestType, cfgKey}
653 context.results = make(map[cqueryKey]string)
767 context.requests = map[cqueryKey]bool{}
860 func getCqueryId(key cqueryKey) string { argument
864 func getConfigString(key cqueryKey) string { argument
Dbazel_handler_test.go116 requests: map[cqueryKey]bool{},