Home
last modified time | relevance | path

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

/external/rust/crates/clap/3.2.23/src/
Dlib.rs214 pub fn with_name<'help>(name: &str) -> App<'help> { in with_name() method
/external/rust/crates/clap/3.2.23/src/builder/
Darg_group.rs452 pub fn with_name<S: Into<&'help str>>(n: S) -> Self { in with_name() method
Darg.rs4806 pub fn with_name<S: Into<&'help str>>(n: S) -> Self { in with_name() method
/external/rust/crates/rusqlite/src/
Dtransaction.rs282 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.py753 def with_name(self, name): member in PurePath