Searched refs:j_yet_another_array (Results 1 – 1 of 1) sorted by relevance
/third_party/json/test/src/ |
D | unit-modifiers.cpp | 756 json j_yet_another_array = {"first", "second"}; variable 760 …ECK_THROWS_AS(j_array.insert(j_another_array.end(), j_yet_another_array.begin(), j_yet_another_arr… 769 …K_THROWS_WITH(j_array.insert(j_another_array.end(), j_yet_another_array.begin(), j_yet_another_arr… 779 json j_yet_another_array = {"first", "second"}; variable 783 CHECK_THROWS_AS(j_nonarray.insert(j_nonarray.end(), j_yet_another_array.begin(), 784 j_yet_another_array.end()), json::type_error&); 790 CHECK_THROWS_WITH(j_nonarray.insert(j_nonarray.end(), j_yet_another_array.begin(), 791 … j_yet_another_array.end()), "[json.exception.type_error.309] cannot use insert() with number");
|