Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go198 func (t *Tree) newPipeline(pos Pos, line int, vars []*VariableNode) *PipeNode {
392 type VariableNode struct { struct
393 NodeType
394 Pos
395 tr *Tree
396 Ident []string // Variable name and fields in lexical order.
403 func (v *VariableNode) String() string {
409 func (v *VariableNode) writeTo(sb *strings.Builder) {
418 func (v *VariableNode) tree() *Tree {
422 func (v *VariableNode) Copy() Node {