Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/text/template/parse/
Dnode.go188 type PipeNode struct { struct
189 NodeType
190 Pos
191 tr *Tree
192 Line int // The line number in the input. Deprecated: Kept for compatibility.
193 IsAssign bool // The variables are being assigned, not declared.
194 Decl []*VariableNode // Variables in lexical order.
195 Cmds []*CommandNode // The commands in lexical order.
202 func (p *PipeNode) append(command *CommandNode) {
206 func (p *PipeNode) String() string {
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/html/template/
Descape.go270 func ensurePipelineContains(p *parse.PipeNode, s []string) {