Home
last modified time | relevance | path

Searched refs:__NonExhaustive (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tinytemplate/src/
Derror.rs45 __NonExhaustive, enumerator
105 Error::__NonExhaustive => unreachable!(), in fmt()
119 Error::__NonExhaustive => unreachable!(), in description()
/external/rust/crates/chrono/src/
Ddatetime.rs61 __NonExhaustive, enumerator
441 debug_assert!(secform != __NonExhaustive, "Do not use __NonExhaustive!"); in to_rfc3339_opts()
463 __NonExhaustive => unreachable!(), in to_rfc3339_opts()
2358 dt.to_rfc3339_opts(SecondsFormat::__NonExhaustive, true); in test_rfc3339_opts_nonexhaustive()
/external/rust/crates/criterion/src/
Dlib.rs277 __NonExhaustive, enumerator
293 BatchSize::__NonExhaustive => panic!("__NonExhaustive is not a valid BatchSize."), in iters_per_batch()