Searched refs:noopBazelContext (Results 1 – 1 of 1) sorted by relevance
118 type noopBazelContext struct{} struct120 var _ BazelContext = noopBazelContext{}177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) { argument181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) { argument185 func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]strin… argument189 func (n noopBazelContext) InvokeBazel() error { argument193 func (m noopBazelContext) OutputBase() string { argument197 func (n noopBazelContext) BazelEnabled() bool { argument201 func (m noopBazelContext) BuildStatementsToRegister() []bazel.BuildStatement { argument209 return noopBazelContext{}, nil