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:current_child
(Results
1 - 3
of
3
) sorted by relevance
/third_party/cJSON/
H
A
D
cJSON_Utils.c
201
cJSON *
current_child
= 0;
in cJSONUtils_FindPointerFromObjectTo()
local
215
for (
current_child
= object->child;
current_child
!= NULL; (void)(
current_child
=
current_child
->next), child_index++)
in cJSONUtils_FindPointerFromObjectTo()
217
unsigned char *target_pointer = (unsigned char*)cJSONUtils_FindPointerFromObjectTo(
current_child
, target);
in cJSONUtils_FindPointerFromObjectTo()
242
unsigned char *full_pointer = (unsigned char*)cJSON_malloc(strlen((char*)target_pointer) + pointer_encoded_length((unsigned char*)
current_child
->string) + 2);
in cJSONUtils_FindPointerFromObjectTo()
244
encode_string_as_pointer(full_pointer + 1, (unsigned char*)
current_child
->string);
in cJSONUtils_FindPointerFromObjectTo()
H
A
D
cJSON.c
2101
cJSON *
current_child
= NULL;
in get_array_item()
local
2108
current_child
= array->child;
in get_array_item()
2109
while ((
current_child
!= NULL) && (index > 0))
in get_array_item()
2112
current_child
=
current_child
->next;
in get_array_item()
2115
return
current_child
;
in get_array_item()
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
528
V8_INLINE ProfileNode*
current_child
() {
in current_child()
function in v8::internal::Position
550
callback->BeforeTraversingChild(current.node, current.
current_child
());
in TraverseDepthFirst()
551
stack.emplace_back(current.
current_child
());
in TraverseDepthFirst()
Completed in 9 milliseconds