Home
last modified time | relevance | path

Searched refs:xpFilt (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ChrisTrenkamp/goxpath/internal/execxp/
H A Dpaths.go19 type xpFilt struct { struct
31 type xpExecFn func(*xpFilt, string)
66 lf := xpFilt{
81 rf := xpFilt{
115 pf := xpFilt{
185 pf := xpFilt{
306 func xfAxis(f *xpFilt, val string) { argument
314 func xfNCName(f *xpFilt, val string) { argument
318 func xfQName(f *xpFilt, val string) { argument
338 func xfStrLit(f *xpFilt, val string) { argument
[all …]
H A Doperators.go10 func bothNodeOperator(left tree.NodeSet, right tree.NodeSet, f *xpFilt, op string) error { argument
36 func leftNodeOperator(left tree.NodeSet, right tree.Result, f *xpFilt, op string) error { argument
59 func rightNodeOperator(left tree.Result, right tree.NodeSet, f *xpFilt, op string) error { argument
82 func equalsOperator(left, right tree.Result, f *xpFilt, op string) error { argument
120 func numberOperator(left, right tree.Result, f *xpFilt, op string) error { argument
169 func andOrOperator(left, right tree.Result, f *xpFilt, op string) error { argument
188 func unionOperator(left, right tree.Result, f *xpFilt, op string) error { argument
H A Dexecxp.go13 f := xpFilt{
24 func exec(f *xpFilt, n *parser.Node) (tree.Result, error) { argument