Home
last modified time | relevance | path

Searched defs:BoolNode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go585 type BoolNode struct { struct
586 NodeType
587 Pos
588 tr *Tree
589 True bool // The value of the boolean constant.
596 func (b *BoolNode) String() string {
603 func (b *BoolNode) writeTo(sb *strings.Builder) {
607 func (b *BoolNode) tree() *Tree {
611 func (b *BoolNode) Copy() Node {