Lines Matching defs:options
358 ParseOptions options;
359 options.returnType = ParseReturnType::MAP;
360 Utf8JsonParser parser(thread, TransformType::SENDABLE, options);
386 ParseOptions options;
387 options.returnType = ParseReturnType::MAP;
388 Utf8JsonParser parser(thread, TransformType::NORMAL, options);
405 ParseOptions options;
406 options.bigIntMode = BigIntMode::PARSE_AS_BIGINT;
407 Utf8JsonParser parser(thread, TransformType::NORMAL, options);
424 ParseOptions options;
425 options.returnType = ParseReturnType::MAP;
426 Utf8JsonParser parser(thread, TransformType::SENDABLE, options);