Searched refs:apply_patch (Results 1 – 5 of 5) sorted by relevance
/third_party/ejdb/src/jbl/tests/ |
D | jbl_test1.c | 324 void apply_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc *rcp) { in apply_patch() function 404 …apply_patch("{'foo':'bar','foo2':{'foo3':{'foo4':'bar4'},'foo5':'bar5'},'num1':1,'list1':['one','t… in jbl_test1_6() 412 apply_patch("{ 'q': { 'bar': 2 } }", in jbl_test1_6() 419 apply_patch("{'foo': 'bar'}", in jbl_test1_6() 426 apply_patch("{'foo': [ 'bar', 'baz' ]}", in jbl_test1_6() 433 apply_patch("{'baz': 'qux','foo': 'bar'}", in jbl_test1_6() 440 apply_patch("{'foo': [ 'bar', 'qux', 'baz' ]}", in jbl_test1_6() 447 apply_patch("{'baz': 'qux','foo': 'bar'}", in jbl_test1_6() 454 apply_patch("{'a':{'c':'N','s':'F'}}", in jbl_test1_6() 461 apply_patch("{'foo': {'bar': 'baz','waldo': 'fred'},'qux': {'corge': 'grault'}}", in jbl_test1_6() [all …]
|
/third_party/cJSON/ |
D | cJSON_Utils.c | 807 static int apply_patch(cJSON *object, const cJSON *patch, const cJSON_bool case_sensitive) in apply_patch() function 1054 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches() 1083 status = apply_patch(object, current_patch, true); in cJSONUtils_ApplyPatchesCaseSensitive()
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 275 def apply_patch(name): function 290 apply_patch(deps_file) 297 apply_patch('runhooks')
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 8645 void merge_patch(const basic_json& apply_patch) in merge_patch() argument 8647 if (apply_patch.is_object()) in merge_patch() 8653 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch() 8667 *this = apply_patch; in merge_patch()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 25133 void merge_patch(const basic_json& apply_patch) in merge_patch() argument 25135 if (apply_patch.is_object()) in merge_patch() 25141 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch() 25155 *this = apply_patch; in merge_patch()
|