Home
last modified time | relevance | path

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

/external/rust/crates/rand/src/distributions/
Dweighted_index.rs103 let mut total_weight: X = iter.next().ok_or(WeightedError::NoItem)?.borrow().clone(); in new()
343 WeightedError::NoItem in test_weightedindex()
428 NoItem, enumerator
447 WeightedError::NoItem => write!(f, "No weights provided."), in fmt()
Dweighted.rs31 Err(WeightedError::NoItem) in new()
/external/rust/crates/rand/src/seq/
Dmod.rs1096 Err(WeightedError::NoItem) in test_weighted()
1100 Err(WeightedError::NoItem) in test_weighted()