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:find_subcommand
(Results
1 - 6
of
6
) sorted by relevance
/third_party/rust/crates/clap/tests/builder/
H
A
D
tests.rs
434
cmd.
find_subcommand
("subcmd")
in mut_subcommand_all()
441
cmd.
find_subcommand
("subcmd")
in mut_subcommand_all()
453
cmd.
find_subcommand
("baz")
in mut_subcommand_with_alias_resolve()
461
let true_name = cmd.
find_subcommand
("baz").unwrap().get_name().to_string();
in mut_subcommand_with_alias_resolve()
466
cmd.
find_subcommand
("baz")
in mut_subcommand_with_alias_resolve()
H
A
D
help.rs
2617
.
find_subcommand
("help")
in disable_help_flag_affects_help_subcommand()
2805
cmd.
find_subcommand
("child").unwrap().get_display_name(),
in display_name_subcommand_default()
2819
cmd.
find_subcommand
("child").unwrap().get_display_name(),
in display_name_subcommand_explicit()
/third_party/rust/crates/clap/tests/derive/
H
A
D
help.rs
140
let sub_a_two = cmd.
find_subcommand
("sub-a-two").unwrap();
in app_help_heading_flattened()
148
let sub_b_one = cmd.
find_subcommand
("sub-b-one").unwrap();
in app_help_heading_flattened()
156
let sub_c = cmd.
find_subcommand
("sub-c").unwrap();
in app_help_heading_flattened()
157
let sub_c_one = sub_c.
find_subcommand
("sub-c-one").unwrap();
in app_help_heading_flattened()
/third_party/rust/crates/clap/clap_complete/src/
H
A
D
dynamic.rs
330
if let Some(next_cmd) = current_cmd.
find_subcommand
(value) {
in complete()
/third_party/rust/crates/clap/src/parser/
H
A
D
parser.rs
470
.
find_subcommand
(pos_sc_name)
574
if let Some(sc) = self.cmd.
find_subcommand
(arg) {
in possible_subcommand()
624
sc.
find_subcommand
(cmd).map(|sc| sc.get_name().to_owned())
in parse_help_subcommand()
/third_party/rust/crates/clap/src/builder/
H
A
D
command.rs
3428
pub fn
find_subcommand
(&self, name: impl AsRef<std::ffi::OsStr>) -> Option<&Command> {
in find_subcommand()
functions
3775
if let Some(used_sub) = self.
find_subcommand
(id) {
in get_used_global_args()
Completed in 12 milliseconds