Home
last modified time | relevance | path

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

/build/kati/
Dexpr.go323 type parseOp struct { struct
325 alloc bool
329 matchParen bool
337 func parseExpr(in, term []byte, op parseOp) (Value, int, error) {