Searched refs:IsInstallableToApex (Results 1 – 3 of 3) sorted by relevance
210 IsInstallableToApex() bool methodSpec400 func (m *ApexModuleBase) IsInstallableToApex() bool { func
1917 if rustm, ok := child.(*rust.Module); ok && rustm.IsInstallableToApex() {1954 } else if am.CanHaveApexVariants() && am.IsInstallableToApex() {
1343 func (mod *Module) IsInstallableToApex() bool { func