Lines Matching refs:E
45 pub fn vec_try_fill_with_alloc_err<T: Clone, E>( in vec_try_fill_with_alloc_err() argument
48 alloc_err: fn() -> E, in vec_try_fill_with_alloc_err() argument
49 ) -> Result<Vec<T>, E> { in vec_try_fill_with_alloc_err()
58 pub fn vec_try4_with_alloc_err<T: Clone, E>( in vec_try4_with_alloc_err() argument
63 alloc_err: fn() -> E, in vec_try4_with_alloc_err() argument
64 ) -> Result<Vec<T>, E> { in vec_try4_with_alloc_err()
80 pub fn vec_try3_with_alloc_err<T: Clone, E>( in vec_try3_with_alloc_err() argument
84 alloc_err: fn() -> E, in vec_try3_with_alloc_err() argument
85 ) -> Result<Vec<T>, E> { in vec_try3_with_alloc_err()
99 pub fn vec_try2_with_alloc_err<T: Clone, E>( in vec_try2_with_alloc_err() argument
102 alloc_err: fn() -> E, in vec_try2_with_alloc_err() argument
103 ) -> Result<Vec<T>, E> { in vec_try2_with_alloc_err()
116 pub fn vec_try1_with_alloc_err<T: Clone, E>(x1: T, alloc_err: fn() -> E) -> Result<Vec<T>, E> { in vec_try1_with_alloc_err() argument