Home
last modified time | relevance | path

Searched defs:WeightedError (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
H A Dweighted_index.rs431 pub enum WeightedError { enum
447 impl std::error::Error for WeightedError {} implementation
449 impl fmt::Display for WeightedError { implementation
H A Dweighted.rs30 pub fn new(_weights: Vec<W>) -> Result<Self, WeightedError> { in new() argument
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/distributions/
Dweighted_index.rs431 pub enum WeightedError { enum
447 impl std::error::Error for WeightedError {} implementation
449 impl fmt::Display for WeightedError { implementation
Dweighted.rs30 pub fn new(_weights: Vec<W>) -> Result<Self, WeightedError> { in new() argument