Lines Matching refs:out_of_range
36 "[json.exception.out_of_range.405] JSON pointer has no parent", json::out_of_range&);
38 "[json.exception.out_of_range.405] JSON pointer has no parent", json::out_of_range&);
45 "[json.exception.out_of_range.404] unresolved reference token '10e'", json::out_of_range&);
148 "[json.exception.out_of_range.404] unresolved reference token 'foo'", json::out_of_range&);
150 "[json.exception.out_of_range.404] unresolved reference token 'foo'", json::out_of_range&);
210 "[json.exception.out_of_range.403] key 'a' not found", json::out_of_range&);
215 "[json.exception.out_of_range.404] unresolved reference token 'foo'", json::out_of_range&);
217 "[json.exception.out_of_range.404] unresolved reference token 'foo'", json::out_of_range&);
308 "[json.exception.out_of_range.404] unresolved reference token '1+1'", json::out_of_range&);
310 "[json.exception.out_of_range.404] unresolved reference token '1+1'", json::out_of_range&);
315 std::string throw_msg = std::string("[json.exception.out_of_range.404] unresolved reference token '") + too_large_index + "'";
317 CHECK_THROWS_WITH_AS(j[jp] = 1, throw_msg.c_str(), json::out_of_range&);
318 CHECK_THROWS_WITH_AS(j_const[jp] == 1, throw_msg.c_str(), json::out_of_range&);
330 std::string throw_msg = std::string("[json.exception.out_of_range.410] array index ") + too_large_index + " exceeds size_type";
332 CHECK_THROWS_WITH_AS(j[jp] = 1, throw_msg.c_str(), json::out_of_range&);
333 CHECK_THROWS_WITH_AS(j_const[jp] == 1, throw_msg.c_str(), json::out_of_range&);
357 "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
362 "[json.exception.out_of_range.402] array index '-' (7) is out of range", json::out_of_range&);
364 "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
379 "[json.exception.out_of_range.401] array index 3 is out of range", json::out_of_range&);
384 "[json.exception.out_of_range.401] array index 5 is out of range", json::out_of_range&);
389 "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
391 "[json.exception.out_of_range.402] array index '-' (3) is out of range", json::out_of_range&);
589 "[json.exception.out_of_range.405] JSON pointer has no parent");