Home
last modified time | relevance | path

Searched defs:Fish (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/clap/clap_complete/src/shells/
Dfish.rs11 pub struct Fish; struct
13 impl Generator for Fish { implementation
Dshell.rs20 Fish, enumerator
/third_party/typescript/tests/cases/compiler/
DnarrowingOfQualifiedNames.ts71 type Fish = { type: 'fish', hasFins: true } alias