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_NULL
(Results
1 - 9
of
9
) sorted by relevance
/third_party/cJSON/tests/
H
A
D
parse_array.c
100
assert_has_type(item->child,
cJSON_NULL
);
in parse_array_should_parse_arrays_with_one_element()
122
cJSON_NULL
,
in parse_array_should_parse_arrays_with_multiple_elements()
H
A
D
parse_object.c
103
assert_is_child(item->child, "null",
cJSON_NULL
);
in parse_object_should_parse_objects_with_one_element()
121
cJSON_NULL
,
in parse_object_should_parse_objects_with_multiple_elements()
H
A
D
parse_value.c
57
assert_parse_value("null",
cJSON_NULL
);
in parse_value_should_parse_null()
H
A
D
cjson_add.c
56
TEST_ASSERT_EQUAL_INT(null->type,
cJSON_NULL
);
in cjson_add_null_should_add_null()
H
A
D
misc_tests.c
177
item->type =
cJSON_NULL
| cJSON_StringIsConst;
in typecheck_functions_should_check_type()
/third_party/vulkan-loader/loader/
H
A
D
cJSON.h
35
#define
cJSON_NULL
2
macro
H
A
D
cJSON.c
502
item->type =
cJSON_NULL
;
in parse_value()
537
case
cJSON_NULL
: {
in print_value()
567
case
cJSON_NULL
:
in print_value()
/third_party/cJSON/
H
A
D
cJSON.c
1566
item->type =
cJSON_NULL
;
in parse_value()
1621
case
cJSON_NULL
:
in print_value()
2657
item->type =
cJSON_NULL
;
in cJSON_CreateNull()
3244
return (item->type & 0xFF) ==
cJSON_NULL
;
in CJSON_PUBLIC()
3321
case
cJSON_NULL
:
in CJSON_PUBLIC()
3344
case
cJSON_NULL
:
in CJSON_PUBLIC()
H
A
D
cJSON.h
97
#define
cJSON_NULL
(1 << 2)
macro
Completed in 10 milliseconds