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:item
(Results
1 - 2
of
2
) sorted by relevance
/ide/tools/previewer/test/fuzztest/
H
A
D
ChangeJsonUtil.cpp
36
cJSON *
item
= nullptr;
in ModifyObject()
local
37
cJSON_ArrayForEach(
item
, object) {
in ModifyObject()
38
if (
item
->type == cJSON_String) {
in ModifyObject()
39
std::string strVal = DT_SetGetString(&g_Element[idx], strlen(
item
->valuestring) + 1, DEFAULT_LENGTH,
in ModifyObject()
40
(char*)
item
->valuestring);
in ModifyObject()
42
if (
item
->valuestring != nullptr) {
in ModifyObject()
43
cJSON_free(
item
->valuestring); // 释放原字符串内存
in ModifyObject()
45
item
->valuestring = nullptr;
in ModifyObject()
50
item
->valuestring = reinterpret_cast<char*>(ptr);
in ModifyObject()
52
errno_t ret1 = strcpy_s(
item
in ModifyObject()
85
cJSON *
item
= nullptr;
ModifyObject4ChangeType()
local
[all...]
/ide/tools/previewer/util/
H
A
D
JsonReader.cpp
77
cJSON*
item
= jsonPtr->child;
in GetMemberNames()
local
78
while (
item
!= nullptr) {
in GetMemberNames()
79
names.push_back(
item
->string);
in GetMemberNames()
80
item
=
item
->next;
in GetMemberNames()
Completed in 2 milliseconds