Searched refs:requestType (Results 1 – 1 of 1) sorted by relevance
56 requestType cqueryRequest member273 func (context *bazelContext) cquery(label string, requestType cqueryRequest,275 key := cqueryKey{label, requestType, archType}488 requestTypeToCqueryIdEntries[val.requestType] =489 append(requestTypeToCqueryIdEntries[val.requestType], mapEntryString)509 for requestType, _ := range requestTypeToCqueryIdEntries {510 labelMapName := requestType.Name() + "_Labels"511 functionName := requestType.Name() + "_Fn"514 strings.Join(requestTypeToCqueryIdEntries[requestType], ",\n "))517 indent(requestType.StarlarkFunctionBody()))