Lines Matching defs:configKey
117 type configKey struct { struct
118 arch string
119 osType OsType
120 apexKey ApexConfigKey
139 func (c configKey) String() string {
147 configKey configKey member
150 func makeCqueryKey(label string, cqueryRequest cqueryRequest, cfgKey configKey) cqueryKey {
175 QueueBazelRequest(label string, requestType cqueryRequest, cfgKey configKey)
182 GetOutputFiles(label string, cfgKey configKey) ([]string, error)
185 GetCcInfo(label string, cfgKey configKey) (cquery.CcInfo, error)
189 GetPythonBinary(label string, cfgKey configKey) (string, error)
192 GetApexInfo(label string, cfgkey configKey) (cquery.ApexInfo, error)
195 GetCcUnstrippedInfo(label string, cfgkey configKey) (cquery.CcUnstrippedInfo, error)