Searched refs:merge_patch (Results 1 – 15 of 15) sorted by relevance
/third_party/json/tests/src/ |
D | unit-merge_patch.cpp | 45 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(patch); [all …]
|
/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | merge_patch.md | 1 # <small>nlohmann::basic_json::</small>merge_patch 4 void merge_patch(const basic_json& apply_patch); 47 --8<-- "examples/merge_patch.cpp" 53 --8<-- "examples/merge_patch.output"
|
D | patch.md | 69 - [merge_patch](merge_patch.md) applies a JSON Merge Patch
|
D | patch_inplace.md | 66 - [merge_patch](merge_patch.md) applies a JSON Merge Patch
|
D | index.md | 264 - [**merge_patch**](merge_patch.md) - applies a JSON Merge Patch
|
/third_party/json/docs/mkdocs/docs/features/ |
D | merge_patch.md | 13 --8<-- "examples/merge_patch.cpp" 19 --8<-- "examples/merge_patch.output"
|
/third_party/json/docs/examples/ |
D | merge_patch.cpp | 37 document.merge_patch(patch); in main()
|
/third_party/cJSON/ |
D | cJSON_Utils.c | 1321 static cJSON *merge_patch(cJSON *target, const cJSON * const patch, const cJSON_bool case_sensitive) in merge_patch() function 1367 replacement = merge_patch(replace_me, patch_child, case_sensitive); in merge_patch() 1383 return merge_patch(target, patch, false); in cJSONUtils_MergePatch() 1388 return merge_patch(target, patch, true); in cJSONUtils_MergePatchCaseSensitive()
|
D | CHANGELOG.md | 12 * Fix memory leak in merge_patch, see #611
|
/third_party/json/include/nlohmann/ |
D | json.hpp | 5091 void merge_patch(const basic_json& apply_patch) in merge_patch() function in basic_json 5107 operator[](it.key()).merge_patch(it.value()); in merge_patch()
|
/third_party/json/docs/mkdocs/docs/home/ |
D | releases.md | 600 …e patches between JSON values (#876, #877). See the documentation of [`merge_patch`](http://nlohma…
|
/third_party/json/ |
D | README.md | 672 j_document.merge_patch(j_patch);
|
D | ChangeLog.md | 1717 - Difference between `merge_patch` and `update` [\#1183](https://github.com/nlohmann/json/issues/11…
|
/third_party/json/tests/abi/include/nlohmann/ |
D | json_v3_10_5.hpp | 21806 void merge_patch(const basic_json& apply_patch) in merge_patch() function in nlohmann::basic_json 21822 operator[](it.key()).merge_patch(it.value()); in merge_patch()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 24269 void merge_patch(const basic_json& apply_patch) in merge_patch() function in basic_json 24285 operator[](it.key()).merge_patch(it.value()); in merge_patch()
|