Home
last modified time | relevance | path

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

/third_party/ejdb/src/jbl/tests/
Djbl_test1.c324 void apply_patch(const char *data, const char *patch, const char *result, IWXSTR *xstr, iwrc *rcp) { in apply_patch() function
404apply_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/
DcJSON_Utils.c807 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/
Dautomate-git.py275 def apply_patch(name): function
290 apply_patch(deps_file)
297 apply_patch('runhooks')
/third_party/json/include/nlohmann/
Djson.hpp8645 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/
Djson.hpp25133 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()