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:replaceResult
(Results
1 - 3
of
3
) sorted by relevance
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H
A
D
string_utils.h
43
std::string
replaceResult
= source;
in Trim()
local
44
replaceResult
.erase(0,
replaceResult
.find_first_not_of(" "));
in Trim()
45
replaceResult
.erase(
replaceResult
.find_last_not_of(" ") + 1);
in Trim()
/foundation/arkui/ace_engine_lite/frameworks/src/core/router/test/unittest/common/
H
A
D
router_module_tdd_test.cpp
105
JSValue
replaceResult
= router.Replace(routerParam, false);
in HWTEST_F()
local
109
EXPECT_TRUE(jerry_value_is_error(
replaceResult
));
in HWTEST_F()
110
ReleaseJSValue(
replaceResult
);
in HWTEST_F()
128
JSValue
replaceResult
= router.Replace(routerParam, false);
in HWTEST_F()
local
132
EXPECT_TRUE(jerry_value_is_error(
replaceResult
));
in HWTEST_F()
133
ReleaseJSValue(
replaceResult
);
in HWTEST_F()
154
JSValue
replaceResult
= router.Replace(routerParam, false);
in HWTEST_F()
local
158
EXPECT_TRUE(jerry_value_is_error(
replaceResult
));
in HWTEST_F()
161
ReleaseJSValue(
replaceResult
);
in HWTEST_F()
/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H
A
D
router_module.cpp
52
jerry_value_t
replaceResult
= router->Replace(object);
in Replace()
local
53
return AS_JSI_VALUE(
replaceResult
);
in Replace()
Completed in 2 milliseconds