cJSON
cJSON::valuedouble
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
cJSON::valuedouble
cJSON::valuedouble field
Syntax
Show:
Summary
Declaration
from
cJSON.h:119
double
valuedouble
;
Examples
References
from
examples
Code
Location
Referrer
double
valuedouble
;
cJSON.h:119
return
item
->
valuedouble
;
cJSON.c:116
cJSON_GetNumberValue()
item
->
valuedouble
=
number
;
cJSON.c:361
parse_number()
return
object
->
valuedouble
=
number
;
cJSON.c:399
cJSON_SetNumberHelper()
double
d
=
item
->
valuedouble
;
cJSON.c:556
print_number()
item
->
valuedouble
=
num
;
cJSON.c:2458
cJSON_CreateNumber()
newitem
->
valuedouble
=
item
->
valuedouble
;
cJSON.c:2750
cJSON_Duplicate()
if
(
compare_double
(
a
->
valuedouble
,
b
->
valuedouble
)
)
cJSON.c:3048
cJSON_Compare()
if
(
(
a
->
valueint
!=
b
->
valueint
)
||
(
!
compare_double
(
a
->
valuedouble
,
b
->
valuedouble
)
)
)
cJSON_Utils.c:615
compare_json()
if
(
(
from
->
valueint
!=
to
->
valueint
)
||
!
compare_double
(
from
->
valuedouble
,
to
->
valuedouble
)
)
cJSON_Utils.c:1157
create_patches()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cJSON::valuedouble
is written by 4 functions and is read by 6 functions:
parse_number()
cJSON_SetNumberHelper()
cJSON_CreateNumber()
cJSON_Duplicate()
All items filtered out
cJSON::valuedouble
cJSON_GetNumberValue()
print_number()
cJSON_Duplicate()
cJSON_Compare()
compare_json()
create_patches()
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
Lifecycle
from
examples
All items filtered out
All items filtered out