const encoding/json.scanBeginLiteral

14 uses

	encoding/json (current package)
		decode.go#L378: 	case scanBeginLiteral:
		decode.go#L407: 	case scanBeginLiteral:
		decode.go#L669: 		if d.opcode != scanBeginLiteral {
		decode.go#L1039: 	case scanBeginLiteral:
		decode.go#L1081: 		if d.opcode != scanBeginLiteral {
		scanner.go#L117: 	scanBeginLiteral        // end implied by next result != scanContinue
		scanner.go#L226: 		return scanBeginLiteral
		scanner.go#L229: 		return scanBeginLiteral
		scanner.go#L232: 		return scanBeginLiteral
		scanner.go#L235: 		return scanBeginLiteral
		scanner.go#L238: 		return scanBeginLiteral
		scanner.go#L241: 		return scanBeginLiteral
		scanner.go#L245: 		return scanBeginLiteral
		scanner.go#L270: 		return scanBeginLiteral