Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-modifiers.cpp617 json j_other_array = {"first", "second"}; variable
621 auto it = j_array.insert(j_array.end(), j_other_array.begin(), j_other_array.end());
623 CHECK(*it == *j_other_array.begin());
630 auto it = j_array.insert(j_array.end(), j_other_array.begin(), j_other_array.begin());
642 CHECK_THROWS_WITH_AS(j_array.insert(j_array.end(), j_other_array.begin(), j_other_array2.end()), "[json.exception.invalid_iterator.210] iterators do not fit",

Completed in 2 milliseconds