Lines Matching refs:index

40         SECTION("array index error")
264 // assign to existing index
268 // assign to nonexisting index
272 // assign to nonexisting index (with gap)
278 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
280 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
282 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
284 "[json.exception.parse_error.106] parse error: array index '01' must not begin with '0'", json::parse_error&);
293 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
295 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
298 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
300 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
303 "[json.exception.parse_error.109] parse error: array index '+1' is not a number", json::parse_error&);
305 "[json.exception.parse_error.109] parse error: array index '+1' is not a number", json::parse_error&);
330 std::string throw_msg = std::string("[json.exception.out_of_range.410] array index ") + too_large_index + " exceeds size_type";
339 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
341 "[json.exception.parse_error.109] parse error: array index 'one' is not a number", json::parse_error&);
349 "[json.exception.parse_error.109] parse error: array index 'three' is not a number", json::parse_error&);
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&);
377 // assign to nonexisting index
379 "[json.exception.out_of_range.401] array index 3 is out of range", json::out_of_range&);
382 // assign to nonexisting index (with gap)
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&);