Searched defs:ExportedVariables (Results 1 – 1 of 1) sorted by relevance
37 type ExportedVariables struct { struct40 exportedStringVars ExportedStringVariables41 exportedStringListVars ExportedStringListVariables42 exportedStringListDictVars ExportedStringListDictVariables44 exportedVariableReferenceDictVars ExportedVariableReferenceDictVariables47 exportedConfigDependingVars ExportedConfigDependingVariables49 pctx PackageContext64 func (ev ExportedVariables) asBazel(config Config,78 func (ev ExportedVariables) ExportStringStaticVariable(name string, value string) {85 func (ev ExportedVariables) ExportStringListStaticVariable(name string, value []string) {[all …]