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:nameMap_
(Results
1 - 3
of
3
) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/bridge/common/sourcemap/
H
A
D
source_map_test.cpp
149
revSourceMap.
nameMap_
.emplace_back("0");
in HWTEST_F()
151
revSourceMap.
nameMap_
.emplace_back("test");
in HWTEST_F()
152
revSourceMap.
nameMap_
.emplace_back("SourceCode");
in HWTEST_F()
153
revSourceMap.
nameMap_
.emplace_back("Code");
in HWTEST_F()
316
revSourceMap.
nameMap_
.push_back("param1");
in HWTEST_F()
317
revSourceMap.
nameMap_
.push_back("param111");
in HWTEST_F()
318
revSourceMap.
nameMap_
.push_back("param2");
in HWTEST_F()
319
revSourceMap.
nameMap_
.push_back("param222");
in HWTEST_F()
329
revSourceMap.
nameMap_
.clear();
in HWTEST_F()
330
revSourceMap.
nameMap_
in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H
A
D
source_map.cpp
97
if (
nameMap_
.size() % 2 != 0) {
in GetOriginalNames()
102
for (uint32_t i = 0; i <
nameMap_
.size(); i += 2) {
in GetOriginalNames()
103
auto found = jsCode.find(
nameMap_
[i]);
in GetOriginalNames()
105
//
nameMap_
[i + 1] is the original name of
nameMap_
[i]
in GetOriginalNames()
106
jsCode.replace(found,
nameMap_
[i].length(),
nameMap_
[i + 1]);
in GetOriginalNames()
109
posDiff += static_cast<int32_t>(
nameMap_
[i + 1].length()) - static_cast<int32_t>(
nameMap_
[i].length());
in GetOriginalNames()
113
found = jsCode.find(
nameMap_
[
in GetOriginalNames()
[all...]
H
A
D
source_map.h
60
std::vector<std::string>
nameMap_
;
member in OHOS::Ace::Framework::final
Completed in 2 milliseconds