Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/input/
H A Dposition_t.hpp25 std::size_t chars_read_current_line = 0; member
H A Dlexer.hpp1340 ++position.chars_read_current_line; in get()
1360 position.chars_read_current_line = 0; in get()
1371 chars_read_current_line, and token_string. The next call to get() will
1381 if (position.chars_read_current_line == 0) in unget()
1390 --position.chars_read_current_line; in unget()
/third_party/json/include/nlohmann/detail/
H A Dexceptions.hpp181 ", column ", std::to_string(pos.chars_read_current_line)); in position_string()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2781 std::size_t chars_read_current_line = 0; member
2947 ", column " + std::to_string(pos.chars_read_current_line); in position_string()
7742 ++position.chars_read_current_line;
7762 position.chars_read_current_line = 0;
7773 chars_read_current_line, and token_string. The next call to get() will
7783 if (position.chars_read_current_line == 0)
7792 --position.chars_read_current_line;
/third_party/json/single_include/nlohmann/
H A Djson.hpp3024 std::size_t chars_read_current_line = 0; member
4445 ", column ", std::to_string(pos.chars_read_current_line)); in position_string()
8641 ++position.chars_read_current_line;
8661 position.chars_read_current_line = 0;
8672 chars_read_current_line, and token_string. The next call to get() will
8682 if (position.chars_read_current_line == 0)
8691 --position.chars_read_current_line;

Completed in 61 milliseconds