Lines Matching refs:ret
214 ret := Branch{Logs: []ProductLog{}}
218 ret.Logs = append(ret.Logs, ParseProduct(ProductBranch{Branch: name, Name: product}))
221 ret.Settings = append(ret.Settings, buildBrokenSettings...)
222 if len(ret.Logs) > 0 {
223 for _, mtype := range ret.Logs[0].WarningModuleTypes {
227 ret.Settings = append(ret.Settings, Setting{
233 for _, mtype := range ret.Logs[0].ErrorModuleTypes {
237 ret.Settings = append(ret.Settings, Setting{
245 for _, productLog := range ret.Logs {
246 ScanProduct(ret.Settings, productLog)
248 return ret
257 ret := ProductLog{
273 ret.Device = fields[4]
277 ret.WarningModuleTypes = fields[4:]
280 ret.ErrorModuleTypes = fields[4:]
284 ret.BuildBroken[fields[3]] = ParseBoolPtr(fields[4])
288 return ret
308 var ret *bool
311 ret = &b
313 return ret