Searched refs:cqueryKey (Results 1 – 2 of 2) sorted by relevance
58 type cqueryKey struct { struct124 requests map[cqueryKey]bool // cquery requests that have not yet been issued to Bazel127 results map[cqueryKey]string // Results of cquery requests after Bazel invocations253 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 { argument864 func getConfigString(key cqueryKey) string { argument
116 requests: map[cqueryKey]bool{},