Searched defs:GetCcInfo (Results 1 – 2 of 2) sorted by relevance
/build/soong/android/ |
D | bazel_handler.go | 70 GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) methodSpec 135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func 166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro… func 181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { func
|
/build/soong/bazel/cquery/ |
D | request_type.go | 10 GetCcInfo = &getCcInfoType{} var
|