Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go765 return nil, nil, &QueryMatchesMainModulesError{
828 return nil, nil, &QueryMatchesMainModulesError{
1286 type QueryMatchesMainModulesError struct { struct
1292 func (e *QueryMatchesMainModulesError) Error() string { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modget/
Dget.go693 …return errSet(&modload.QueryMatchesMainModulesError{MainModules: []module.Version{v}, Pattern: q.p…
706 …return errSet(&modload.QueryMatchesMainModulesError{MainModules: []module.Version{curM}, Pattern: …
808 return errSet(&modload.QueryMatchesMainModulesError{
1831 reportError(q, &modload.QueryMatchesMainModulesError{