Home
last modified time | relevance | path

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

/third_party/cJSON/
DcJSON_Utils.c740 enum patch_operation { INVALID, ADD, REMOVE, REPLACE, MOVE, COPY, TEST }; enum
742 static enum patch_operation decode_patch_operation(const cJSON * const patch, const cJSON_bool case… in decode_patch_operation()
812 enum patch_operation opcode = INVALID; in apply_patch()