Home
last modified time | relevance | path

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

/build/kati/
Dstrutil.go284 type findCharOption int type
287 noSkipVar findCharOption = iota
291 func findLiteralChar(s []byte, stop1, stop2 byte, op findCharOption) int { argument