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_True
(Results
1 - 11
of
11
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON.h
96
#define
cJSON_True
(1 << 1)
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
1580
item->type =
cJSON_True
;
in parse_value()
1639
case
cJSON_True
:
in print_value()
2668
item->type =
cJSON_True
;
in cJSON_CreateTrue()
2690
item->type = boolean ?
cJSON_True
: cJSON_False;
in cJSON_CreateBool()
3224
return (item->type & 0xff) ==
cJSON_True
;
in CJSON_PUBLIC()
3235
return (item->type & (
cJSON_True
| cJSON_False)) != 0;
in CJSON_PUBLIC()
3320
case
cJSON_True
:
in CJSON_PUBLIC()
3343
case
cJSON_True
:
in CJSON_PUBLIC()
/third_party/cJSON/tests/
H
A
D
parse_value.c
63
assert_parse_value("true",
cJSON_True
);
in parse_value_should_parse_true()
H
A
D
cjson_add.c
92
TEST_ASSERT_EQUAL_INT(true_item->type,
cJSON_True
);
in cjson_add_true_should_add_true()
209
TEST_ASSERT_EQUAL_INT(true_item->type,
cJSON_True
);
in cjson_add_bool_should_add_bool()
H
A
D
parse_array.c
123
cJSON_True
,
in parse_array_should_parse_arrays_with_multiple_elements()
H
A
D
parse_object.c
122
cJSON_True
,
in parse_object_should_parse_objects_with_multiple_elements()
H
A
D
misc_tests.c
171
item->type =
cJSON_True
| cJSON_StringIsConst;
in typecheck_functions_should_check_type()
694
TEST_ASSERT_TRUE((cJSON_SetBoolValue(bobj, 1) ==
cJSON_True
));
in cjson_set_bool_value_must_not_break_objects()
/third_party/vulkan-loader/loader/
H
A
D
cJSON.h
34
#define
cJSON_True
1
macro
H
A
D
cJSON.c
510
item->type =
cJSON_True
;
in parse_value()
547
case
cJSON_True
: {
in print_value()
573
case
cJSON_True
:
in print_value()
H
A
D
settings.c
149
if (treat_as_implicit_manifest && treat_as_implicit_manifest->type ==
cJSON_True
) {
in parse_layer_configuration()
H
A
D
loader.c
3547
if (item != NULL && item->type ==
cJSON_True
&& inst && !inst->portability_enumeration_enabled) {
Completed in 21 milliseconds