/third_party/json/docs/mkdocs/docs/api/basic_json/ |
D | merge_patch.md | 4 void merge_patch(const basic_json& apply_patch); 33 `apply_patch` (in) 38 Linear in the lengths of `apply_patch`.
|
/third_party/cups-filters/ |
D | install.py | 29 def apply_patch(patch_file, target_dir): function 48 apply_patch(patch, target_dir)
|
/third_party/libxml2/ |
D | install.py | 36 def apply_patch(patch_file, target_dir): function 66 apply_patch(file_path, target_dir)
|
/third_party/jsoncpp/ |
D | install.py | 36 def apply_patch(patch_file, target_dir): function 54 apply_patch(file_path, target_dir)
|
/third_party/libpng/ |
D | install.py | 49 def apply_patch(patch_file, target_dir): function 71 apply_patch(patch, target_dir)
|
/third_party/harfbuzz/ |
D | install.py | 46 def apply_patch(patch_file, target_dir): function 66 apply_patch(patch, target_dir)
|
/third_party/libjpeg-turbo/ |
D | install.py | 51 def apply_patch(patch_file, target_dir): function 70 apply_patch(patch, target_dir)
|
/third_party/cups/ |
D | install.py | 57 def apply_patch(patch_file, target_dir): function 80 apply_patch(patch, target_dir)
|
/third_party/freetype/ |
D | install.py | 59 def apply_patch(patch_file, target_dir): function 83 apply_patch(patch, target_dir)
|
/third_party/mtdev/patch/ |
D | BUILD.gn | 21 action("apply_patch") { 23 script = "${gen_src_dir}/patch/apply_patch.sh"
|
D | apply_patch.sh | 23 bash -x ./apply_patch.sh \
|
/third_party/libinput/patch/ |
D | BUILD.gn | 21 action("apply_patch") { 23 script = "${gen_src_dir}/patch/apply_patch.sh"
|
D | apply_patch.sh | 23 bash -x ./apply_patch.sh \
|
/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 1056 status = apply_patch(object, current_patch, false); in cJSONUtils_ApplyPatches() 1085 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 | 5091 void merge_patch(const basic_json& apply_patch) in merge_patch() argument 5093 if (apply_patch.is_object()) in merge_patch() 5099 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch() 5113 *this = apply_patch; in merge_patch()
|
/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() argument 21808 if (apply_patch.is_object()) in merge_patch() 21814 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch() 21828 *this = apply_patch; in merge_patch()
|
/third_party/json/single_include/nlohmann/ |
D | json.hpp | 24269 void merge_patch(const basic_json& apply_patch) in merge_patch() argument 24271 if (apply_patch.is_object()) in merge_patch() 24277 for (auto it = apply_patch.begin(); it != apply_patch.end(); ++it) in merge_patch() 24291 *this = apply_patch; in merge_patch()
|