(astBoolID uint64)
| 1445 | } |
| 1446 | |
| 1447 | func (d *decoder) astBool(astBoolID uint64) (out *ast.Bool) { |
| 1448 | d.build(d.content.Instances.AstBool, &d.inst.ASTBool, astBoolID, &out, |
| 1449 | func(p *ASTBool, s *ast.Bool) { |
| 1450 | s.Value = p.Value |
| 1451 | }) |
| 1452 | return |
| 1453 | } |
| 1454 | |
| 1455 | func (d *decoder) astBranch(astBranchID uint64) (out *ast.Branch) { |
| 1456 | d.build(d.content.Instances.AstBranch, &d.inst.ASTBranch, astBranchID, &out, |