Searched refs:Fish (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/clap/clap_complete/tests/ |
H A D | fish.rs | 9 clap_complete::shells::Fish, in basic() 21 clap_complete::shells::Fish, in feature_sample() 33 clap_complete::shells::Fish, in special_commands() 45 clap_complete::shells::Fish, in quoting() 57 clap_complete::shells::Fish, in aliases() 69 clap_complete::shells::Fish, in sub_subcommands() 81 clap_complete::shells::Fish, in value_hint() 93 clap_complete::shells::Fish, in value_terminator() 105 clap_complete::shells::Fish, in two_multi_valued_arguments()
|
/third_party/rust/crates/clap/clap_complete/src/shells/ |
H A D | shell.rs | 20 Fish, 55 Shell::Fish, in value_variants() 65 Shell::Fish => PossibleValue::new("fish"), in to_possible_value() 77 Shell::Fish => shells::Fish.file_name(name), in file_name() 87 Shell::Fish => shells::Fish.generate(cmd, buf), in generate() 150 "fish" => Some(Shell::Fish), in parse_shell_from_path()
|
H A D | fish.rs | 11 pub struct Fish; structure names 13 impl Generator for Fish {
|
H A D | mod.rs | 12 pub use fish::Fish;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | narrowingOfQualifiedNames.js | 70 type Fish = { type: 'fish', hasFins: true } 73 type Pet = Fish | Dog;
|
Completed in 2 milliseconds