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_Invalid
(Results
1 - 5
of
5
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.h
94
#define
cJSON_Invalid
(0)
macro
310
/* If the object is not a boolean type this does nothing and returns
cJSON_Invalid
else it returns the new type*/
314
cJSON_Invalid
\
H
A
D
cJSON_Utils.c
860
static const cJSON invalid = { NULL, NULL, NULL,
cJSON_Invalid
, NULL, 0, 0, NULL};
in apply_patch()
H
A
D
cJSON.c
2262
int new_type =
cJSON_Invalid
;
in add_item_to_object()
3204
return (item->type & 0xFF) ==
cJSON_Invalid
;
in CJSON_PUBLIC()
/third_party/cJSON/tests/
H
A
D
common.h
116
assert_has_type(item,
cJSON_Invalid
);\
H
A
D
misc_tests.c
156
invalid->type =
cJSON_Invalid
;
in typecheck_functions_should_check_type()
690
TEST_ASSERT_TRUE((cJSON_SetBoolValue(refobj, 1) ==
cJSON_Invalid
));
in cjson_set_bool_value_must_not_break_objects()
Completed in 8 milliseconds