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:errstr_
(Results
1 - 2
of
2
) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H
A
D
pandargs.h
226
errstr_
+= "pandargs: Can't add `nullptr` as an argument\n";
in Add()
231
errstr_
+= "pandargs: Argument " + arg->GetName() + " has duplicate\n";
in Add()
239
errstr_
+= "pandargs: Can't add `nullptr` as a tail argument\n";
in PushBackTail()
243
errstr_
+= "pandargs: Tail argument " + arg->GetName() + " is already in tail arguments list\n";
in PushBackTail()
253
errstr_
+= "pandargs: Nothing to pop back from tail arguments\n";
in PopBackTail()
288
return
errstr_
.empty();
in ParseSingleArg()
300
return
errstr_
;
in GetErrorString()
411
errstr_
+= "Invalid argument type \"" + i->GetName() + "\"\n";
in GetRegularArgs()
441
if (!
errstr_
.empty()) {
in ParseArgs()
446
if (!
errstr_
in ParseArgs()
[all...]
/arkcompiler/runtime_core/libpandabase/utils/
H
A
D
pandargs.h
224
errstr_
+= "pandargs: Can't add `nullptr` as an argument\n";
in Add()
229
errstr_
+= "pandargs: Argument " + arg->GetName() + " has duplicate\n";
in Add()
237
errstr_
+= "pandargs: Can't add `nullptr` as a tail argument\n";
in PushBackTail()
241
errstr_
+= "pandargs: Tail argument " + arg->GetName() + " is already in tail arguments list\n";
in PushBackTail()
251
errstr_
+= "pandargs: Nothing to pop back from tail arguments\n";
in PopBackTail()
288
return
errstr_
.empty();
in ParseSingleArg()
302
return
errstr_
;
in GetErrorString()
413
errstr_
+= "Invalid argument type \"" + i->GetName() + "\"\n";
in GetRegularArgs()
442
if (!
errstr_
.empty()) {
in ParseArgs()
447
if (!
errstr_
in ParseArgs()
1033
std::string
errstr_
= "";
global()
member in panda::PandArgParser
[all...]
Completed in 4 milliseconds