Searched refs:ReplaceSourceWithPrebuilt (Results 1 – 2 of 2) sorted by relevance
35 type ReplaceSourceWithPrebuilt interface { interface40 ReplaceSourceWithPrebuilt() bool methodSpec274 if t, ok := tag.(ReplaceSourceWithPrebuilt); ok {275 return t.ReplaceSourceWithPrebuilt()
275 var _ ReplaceSourceWithPrebuilt = (*sdkMemberDependencyTag)(nil)288 func (t *sdkMemberDependencyTag) ReplaceSourceWithPrebuilt() bool { func