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:with_cmd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/clap/src/error/
H
A
D
mod.rs
98
self.
with_cmd
(cmd)
in format()
105
/// - [`Error::
with_cmd
`]
118
/// .
with_cmd
(&cmd);
144
pub fn
with_cmd
(self, cmd: &Command) -> Self {
in with_cmd()
functions
280
Self::new(kind).set_message(styled).
with_cmd
(cmd)
in for_app()
353
let mut err = Self::new(ErrorKind::ArgumentConflict).
with_cmd
(cmd);
380
let mut err = Self::new(ErrorKind::NoEquals).
with_cmd
(cmd);
402
let mut err = Self::new(ErrorKind::InvalidValue).
with_cmd
(cmd);
432
let mut err = Self::new(ErrorKind::InvalidSubcommand).
with_cmd
(cmd);
470
let mut err = Self::new(ErrorKind::InvalidSubcommand).
with_cmd
(cm
[all...]
/third_party/rust/crates/clap/src/builder/
H
A
D
value_parser.rs
673
/// .
with_cmd
(cmd);
840
crate::Error::value_validation(arg, value.to_owned(), e.into()).
with_cmd
(cmd)
in parse_ref()
1365
.
with_cmd
(cmd)
in parse_ref()
1376
.
with_cmd
(cmd));
in parse_ref()
1389
.
with_cmd
(cmd)
in parse_ref()
1563
.
with_cmd
(cmd)
in parse_ref()
1574
.
with_cmd
(cmd));
in parse_ref()
1587
.
with_cmd
(cmd)
in parse_ref()
1847
.
with_cmd
(cmd)
in parse_ref()
2044
.
with_cmd
(cm
in parse_ref()
[all...]
Completed in 4 milliseconds