Home
last modified time | relevance | path

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

/third_party/json/tests/src/
H A Dunit-merge_patch.cpp45 document.merge_patch(patch);
87 document.merge_patch(patch);
99 original.merge_patch(patch);
109 original.merge_patch(patch);
119 original.merge_patch(patch);
129 original.merge_patch(patch);
139 original.merge_patch(patch);
149 original.merge_patch(patch);
159 original.merge_patch(patch);
169 original.merge_patch(patc
[all...]
/third_party/json/docs/examples/
H A Dmerge_patch.cpp37 document.merge_patch(patch); in main()
/third_party/cJSON/
H A DcJSON_Utils.c1338 static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) in merge_patch() function
1384 replacement = merge_patch(replace_me, patch_child, case_sensitive); in merge_patch()
1400 return merge_patch(target, patch, false); in cJSONUtils_MergePatch()
1405 return merge_patch(target, patch, true); in cJSONUtils_MergePatchCaseSensitive()
/third_party/json/docs/docset/
H A DdocSet.sql77 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::merge_patch', 'Method', 'api/basic_json/merge_patch/index.html');
183 INSERT INTO searchIndex(name, type, path) VALUES ('JSON Merge Patch', 'Guide', 'features/merge_patch/index.html');
/third_party/json/include/nlohmann/
H A Djson.hpp5090 /// @sa https://json.nlohmann.me/api/basic_json/merge_patch/
5091 void merge_patch(const basic_json& apply_patch)
5107 operator[](it.key()).merge_patch(it.value());
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp21805 /// @sa https://json.nlohmann.me/api/basic_json/merge_patch/
21806 void merge_patch(const basic_json& apply_patch)
21822 operator[](it.key()).merge_patch(it.value());
/third_party/json/single_include/nlohmann/
H A Djson.hpp24268 /// @sa https://json.nlohmann.me/api/basic_json/merge_patch/
24269 void merge_patch(const basic_json& apply_patch)
24285 operator[](it.key()).merge_patch(it.value());

Completed in 58 milliseconds