Home
last modified time | relevance | path

Searched refs:str_to_bool (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/crates/clap/src/util/
Dmod.rs7 mod str_to_bool; module
15 pub(crate) use self::str_to_bool::str_to_bool;
16 pub(crate) use self::str_to_bool::FALSE_LITERALS;
17 pub(crate) use self::str_to_bool::TRUE_LITERALS;
Dstr_to_bool.rs12 pub(crate) fn str_to_bool(val: impl AsRef<str>) -> Option<bool> { in str_to_bool() function
/third_party/rust/crates/clap/src/builder/
Dvalue_parser.rs1748 crate::util::str_to_bool(value).unwrap_or(true) in parse_ref()
1842 let value = ok!(crate::util::str_to_bool(value).ok_or_else(|| { in parse_ref()
/third_party/rust/crates/cxx/third-party/
DBUCK125 "vendor/clap-4.1.4/src/util/str_to_bool.rs",
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto70 map<string, bool> str_to_bool = 5; field