Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:cJSON_False
(Results
1 - 10
of
10
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.h
95
#define
cJSON_False
(1 << 0)
macro
312
(object != NULL && ((object)->type & (
cJSON_False
|cJSON_True))) ? \
313
(object)->type=((object)->type &(~(
cJSON_False
|cJSON_True)))|((boolValue)?cJSON_True:
cJSON_False
) : \
H
A
D
cJSON.c
1573
item->type =
cJSON_False
;
in parse_value()
1630
case
cJSON_False
:
in print_value()
2679
item->type =
cJSON_False
;
in cJSON_CreateFalse()
2690
item->type = boolean ? cJSON_True :
cJSON_False
;
in cJSON_CreateBool()
3214
return (item->type & 0xFF) ==
cJSON_False
;
in CJSON_PUBLIC()
3235
return (item->type & (cJSON_True |
cJSON_False
)) != 0;
in CJSON_PUBLIC()
3319
case
cJSON_False
:
in CJSON_PUBLIC()
3342
case
cJSON_False
:
in CJSON_PUBLIC()
/third_party/cJSON/tests/
H
A
D
parse_value.c
69
assert_parse_value("false",
cJSON_False
);
in parse_value_should_parse_false()
H
A
D
cjson_add.c
172
TEST_ASSERT_EQUAL_INT(false_item->type,
cJSON_False
);
in cjson_add_false_should_add_false()
214
TEST_ASSERT_EQUAL_INT(false_item->type,
cJSON_False
);
in cjson_add_bool_should_add_bool()
H
A
D
parse_array.c
124
cJSON_False
,
in parse_array_should_parse_arrays_with_multiple_elements()
H
A
D
parse_object.c
123
cJSON_False
,
in parse_object_should_parse_objects_with_multiple_elements()
H
A
D
misc_int64_tests.c
142
item->type =
cJSON_False
;
in typecheck_functions_should_check_type_with_int64()
H
A
D
misc_tests.c
158
item->type =
cJSON_False
;
in typecheck_functions_should_check_type()
165
item->type =
cJSON_False
| cJSON_StringIsConst;
in typecheck_functions_should_check_type()
698
TEST_ASSERT_TRUE((cJSON_SetBoolValue(bobj, 0) ==
cJSON_False
));
in cjson_set_bool_value_must_not_break_objects()
/third_party/vulkan-loader/loader/
H
A
D
cJSON.h
33
#define
cJSON_False
0
macro
H
A
D
cJSON.c
506
item->type =
cJSON_False
;
in parse_value()
542
case
cJSON_False
: {
in print_value()
570
case
cJSON_False
:
in print_value()
Completed in 10 milliseconds