Home
last modified time | relevance | path

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

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/
H A Dunparser.go105 return un.visitCallBinary(expr)
112 func (un *unparser) visitCallBinary(expr *exprpb.Expr) error { func