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