github.com/jmespath/go-jmespath.token.length (field)

13 uses

	github.com/jmespath/go-jmespath (current package)
		lexer.go#L16: 	length    int
		lexer.go#L113: 		t.tokenType, t.value, t.position, t.length)
		lexer.go#L161: 				length:    1,
		lexer.go#L255: 		length:    len(value),
		lexer.go#L292: 		length:    len(value),
		lexer.go#L316: 			length:    2,
		lexer.go#L324: 			length:    1,
		lexer.go#L343: 			length:    2,
		lexer.go#L350: 			length:    2,
		lexer.go#L357: 			length:    1,
		lexer.go#L379: 		length:    len(decoded),
		lexer.go#L399: 		length:    lexer.currentPos - start,
		lexer.go#L418: 		length:    lexer.currentPos - start,