Home
last modified time | relevance | path

Searched refs:ignore_comments (Results 1 - 5 of 5) sorted by relevance

/third_party/json/tests/src/
H A Dunit-class_lexer.cpp18 json::lexer::token_type scan_string(const char* s, bool ignore_comments = false);
19 json::lexer::token_type scan_string(const char* s, const bool ignore_comments) in scan_string() argument
22 return nlohmann::detail::lexer<json, decltype(ia)>(std::move(ia), ignore_comments).scan(); // NOLINT(hicpp-move-const-arg,performance-move-const-arg) in scan_string()
26 std::string get_error_message(const char* s, bool ignore_comments = false);
27 std::string get_error_message(const char* s, const bool ignore_comments) in get_error_message() argument
30 auto lexer = nlohmann::detail::lexer<json, decltype(ia)>(std::move(ia), ignore_comments); // NOLINT(hicpp-move-const-arg,performance-move-const-arg) in get_error_message()
/third_party/json/include/nlohmann/
H A Djson.hpp132 const bool ignore_comments = false in parser()
136 std::move(cb), allow_exceptions, ignore_comments); in parser()
4011 const bool ignore_comments = false)
4014 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
4026 const bool ignore_comments = false)
4029 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
4038 const bool ignore_comments = false)
4041 parser(i.get(), cb, allow_exceptions, ignore_comments).parse(true, result);
4049 const bool ignore_comments = false)
4051 return parser(detail::input_adapter(std::forward<InputType>(i)), nullptr, false, ignore_comments)
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dlexer.hpp125 , ignore_comments(ignore_comments_)
1522 while (ignore_comments && current == '/') in scan()
1602 const bool ignore_comments = false; member in detail::lexer
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp6527 , ignore_comments(ignore_comments_)
7924 while (ignore_comments && current == '/')
8004 const bool ignore_comments = false;
17314 const bool ignore_comments = false
17318 std::move(cb), allow_exceptions, ignore_comments);
20817 const bool ignore_comments = false)
20820 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
20832 const bool ignore_comments = false)
20835 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
20844 const bool ignore_comments
[all...]
/third_party/json/single_include/nlohmann/
H A Djson.hpp7426 , ignore_comments(ignore_comments_)
8823 while (ignore_comments && current == '/')
8903 const bool ignore_comments = false;
19310 const bool ignore_comments = false
19314 std::move(cb), allow_exceptions, ignore_comments);
23189 const bool ignore_comments = false)
23192 parser(detail::input_adapter(std::forward<InputType>(i)), cb, allow_exceptions, ignore_comments).parse(true, result);
23204 const bool ignore_comments = false)
23207 parser(detail::input_adapter(std::move(first), std::move(last)), cb, allow_exceptions, ignore_comments).parse(true, result);
23216 const bool ignore_comments
[all...]

Completed in 49 milliseconds