Lines Matching defs:string
130 func (m MockBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
135 func (m MockBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
156 func (bazelCtx *bazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
166 func (bazelCtx *bazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, erro…
177 func (n noopBazelContext) GetOutputFiles(label string, archType ArchType) ([]string, bool) {
181 func (n noopBazelContext) GetCcInfo(label string, archType ArchType) (cquery.CcInfo, bool, error) {
185 func (n noopBazelContext) GetPrebuiltCcStaticLibraryFiles(label string, archType ArchType) ([]strin…
273 func (context *bazelContext) cquery(label string, requestType cqueryRequest,
308 extraFlags ...string) (string, string, error) {
323 extraFlags ...string) (string, string, error) {
470 func indent(original string) string {