Searched defs:GetApexInfo (Results 1 – 2 of 2) sorted by relevance
192 GetApexInfo(label string, cfgkey configKey) (cquery.ApexInfo, error) methodSpec328 func (m MockBazelContext) GetApexInfo(label string, _ configKey) (cquery.ApexInfo, error) { func445 func (bazelCtx *mixedBuildBazelContext) GetApexInfo(label string, cfgKey configKey) (cquery.ApexInf… func477 func (n noopBazelContext) GetApexInfo(_ string, _ configKey) (cquery.ApexInfo, error) { func
13 GetApexInfo = &getApexInfoType{} var