cJSON
patch_operation
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
patch_operation
patch_operation enum
Syntax
Show:
Summary
Declaration
from
cJSON_Utils.c:740
enum
patch_operation
{
INVALID
,
ADD
,
REMOVE
,
REPLACE
,
MOVE
,
COPY
,
TEST
}
;
Values
Value
Declared as
patch_operation::INVALID
patch_operation::ADD
patch_operation::REMOVE
patch_operation::REPLACE
patch_operation::MOVE
patch_operation::COPY
patch_operation::TEST
Examples
References
from
examples
Code
Location
Scope
Referrer
enum
patch_operation
{
INVALID
,
ADD
,
REMOVE
,
REPLACE
,
MOVE
,
COPY
,
TEST
}
;
cJSON_Utils.c:740
static
enum
patch_operation
decode_patch_operation
(
const
cJSON
*
const
patch
,
const
cJSON_bool
case_sensitive
)
cJSON_Utils.c:742
decode_patch_operation()
enum
patch_operation
opcode
=
INVALID
;
cJSON_Utils.c:812
apply_patch()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Instance
Scope
Location
Project
return
decode_patch_operation()
cJSON_Utils.c:742
Lifecycle
from
examples
All items filtered out
All items filtered out