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:SearchMatch
(Results
1 - 6
of
6
) sorted by relevance
/arkcompiler/toolchain/tooling/test/
H
A
D
pt_returns_test.cpp
77
auto result = std::vector<std::unique_ptr<
SearchMatch
>>();
in HWTEST_F_L0()
78
std::unique_ptr<
SearchMatch
> tmpResult = std::make_unique<
SearchMatch
>();
in HWTEST_F_L0()
H
A
D
debugger_returns_test.cpp
407
auto result = std::vector<std::unique_ptr<
SearchMatch
>>();
in HWTEST_F_L0()
408
std::unique_ptr<
SearchMatch
> searchMatch = std::make_unique<
SearchMatch
>();
in HWTEST_F_L0()
H
A
D
pt_types_test.cpp
519
std::unique_ptr<
SearchMatch
> ret =
SearchMatch
::Create(*ptJson);
in HWTEST_F_L0()
525
std::unique_ptr<
SearchMatch
> ret1 =
SearchMatch
::Create(*ptJson1);
in HWTEST_F_L0()
533
std::unique_ptr<
SearchMatch
> ret2 =
SearchMatch
::Create(*ptJson1);
in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H
A
D
pt_types.h
1244
// Debugger.
SearchMatch
1245
class
SearchMatch
: public PtBaseTypes {
class in panda::ecmascript::tooling::final
1247
SearchMatch
() = default;
1248
~
SearchMatch
() override = default;
1249
static std::unique_ptr<
SearchMatch
> Create(const PtJson ¶ms);
1257
SearchMatch
&SetLine(int32_t line)
in SetLine()
1268
SearchMatch
&SetLineContent(const std::string lineContent)
in SetLineContent()
1275
NO_COPY_SEMANTIC(
SearchMatch
);
1276
NO_MOVE_SEMANTIC(
SearchMatch
);
H
A
D
pt_returns.h
174
explicit SearchInContentReturns(std::vector<std::unique_ptr<
SearchMatch
>> result) : result_(std::move(result))
in SearchInContentReturns()
184
std::vector<std::unique_ptr<
SearchMatch
>> result_ {};
H
A
D
pt_types.cpp
1658
std::unique_ptr<
SearchMatch
>
SearchMatch
::Create(const PtJson ¶ms)
in Create()
1661
auto locationSearch = std::make_unique<
SearchMatch
>();
in Create()
1681
LOG_DEBUGGER(ERROR) << "
SearchMatch
::Create " << error;
in Create()
1688
std::unique_ptr<PtJson>
SearchMatch
::ToJson() const
in ToJson()
Completed in 14 milliseconds