Home
last modified time | relevance | path

Searched refs:j_object2 (Results 1 – 1 of 1) sorted by relevance

/third_party/json/test/src/
Dunit-modifiers.cpp691 json j_object2 = {{"eleven", "elf"}, {"seventeen", "siebzehn"}}; variable
695 j_object1.insert(j_object2.begin(), j_object2.end());
701 j_object1.insert(j_object2.begin(), j_object2.begin());
709 … CHECK_THROWS_AS(j_array.insert(j_object2.begin(), j_object2.end()), json::type_error&);
710 … CHECK_THROWS_AS(j_object1.insert(j_object1.begin(), j_object2.end()), json::invalid_iterator&);
713 CHECK_THROWS_WITH(j_array.insert(j_object2.begin(), j_object2.end()),
715 CHECK_THROWS_WITH(j_object1.insert(j_object1.begin(), j_object2.end()),
800 json j_object2 = {{"three", "drei"}, {"two", "zwo"}}; variable
807 j_object1.update(j_object2);
811 j_null.update(j_object2);
[all …]