Home
last modified time | relevance | path

Searched defs:with_name (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/clap/src/args/
Dsubcommand.rs51 pub fn with_name<'b>(name: &str) -> App<'a, 'b> { in with_name() method
Dgroup.rs107 pub fn with_name(n: &'a str) -> Self { in with_name() method
Darg.rs77 pub fn with_name(n: &'a str) -> Self { in with_name() method
/external/rust/crates/clap/src/app/
Dmeta.rs28 pub fn with_name(s: String) -> Self { in with_name() method
Dparser.rs85 pub fn with_name(n: String) -> Self { in with_name() function
/external/rust/crates/rusqlite/src/
Dtransaction.rs262 pub fn with_name<T: Into<String>>(conn: &mut Connection, name: T) -> Result<Savepoint<'_>> { in with_name() method
/external/python/parse_type/tasks/_vendor/
Dpathlib.py773 def with_name(self, name): member in PurePath
/external/python/cpython3/Lib/
Dpathlib.py865 def with_name(self, name): member in PurePath