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:arg_matches
(Results
1 - 3
of
3
) sorted by relevance
/third_party/rust/crates/clap/src/parser/matches/
H
A
D
mod.rs
2
mod
arg_matches
;
modules
7
pub use
arg_matches
::IdsRef;
8
pub use
arg_matches
::RawValues;
9
pub use
arg_matches
::Values;
10
pub use
arg_matches
::ValuesRef;
11
pub use
arg_matches
::{ArgMatches, Indices};
15
pub(crate) use
arg_matches
::SubCommand;
/third_party/rust/crates/clap/clap_derive/src/derives/
H
A
D
args.rs
427
let
arg_matches
= format_ident!("__clap_arg_matches");
in gen_constructor()
446
if #
arg_matches
.subcommand_name().map(<#subcmd_type as clap::Subcommand>::has_subcommand).unwrap_or(false) {
in gen_constructor()
447
Some(<#subcmd_type as clap::FromArgMatches>::from_arg_matches_mut(#
arg_matches
)?)
in gen_constructor()
457
<#subcmd_type as clap::FromArgMatches>::from_arg_matches_mut(#
arg_matches
)?
in gen_constructor()
484
#field_name: <#inner_type as clap::FromArgMatches>::from_arg_matches_mut(#
arg_matches
)?
in gen_constructor()
492
if #
arg_matches
.contains_id(group_id.as_str()) {
in gen_constructor()
494
<#inner_type as clap::FromArgMatches>::from_arg_matches_mut(#
arg_matches
)?
in gen_constructor()
548
let
arg_matches
= format_ident!("__clap_arg_matches");
in gen_updater()
564
<#subcmd_type as clap::FromArgMatches>::update_from_arg_matches_mut(#field_name, #
arg_matches
)?;
in gen_updater()
573
#
arg_matches
in gen_updater()
[all...]
/third_party/rust/crates/clap/tests/builder/
H
A
D
main.rs
10
mod
arg_matches
;
modules
Completed in 2 milliseconds