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:Subcommands
(Results
1 - 2
of
2
) sorted by relevance
/third_party/rust/crates/clap/tests/derive/
H
A
D
subcommands.rs
174
sub:
Subcommands
,
in global_passed_down()
178
enum
Subcommands
{
in global_passed_down()
enum
193
sub:
Subcommands
::Global(GlobalCmd { other: false })
in global_passed_down()
201
sub:
Subcommands
::Global(GlobalCmd { other: true })
in global_passed_down()
211
sub:
Subcommands
,
in external_subcommand()
215
enum
Subcommands
{
in external_subcommand()
enum
225
sub:
Subcommands
::Add
in external_subcommand()
232
sub:
Subcommands
::Remove
in external_subcommand()
241
sub:
Subcommands
::Other(vec!["git".into(), "status".into()])
in external_subcommand()
253
sub:
Subcommands
,
in external_subcommand_os_string()
257
enum
Subcommands
{
external_subcommand_os_string()
enum
281
enum
Subcommands
{
external_subcommand_optional()
enum
555
enum
Subcommands
{
skip_subcommand()
enum
[all...]
/third_party/rust/crates/clap/examples/derive_ref/
H
A
D
augment_subcommands.rs
4
enum
Subcommands
{
enum
14
let cli =
Subcommands
::augment_subcommands(cli);
in main()
17
let derived_subcommands =
Subcommands
::from_arg_matches(&matches)
in main()
Completed in 2 milliseconds