Lines Matching refs:arbitrary_take_rest
178 fn arbitrary_take_rest(mut u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
556 fn arbitrary_take_rest(mut u: Unstructured<'a>) -> Result<Self> {
558 let $last = $last::arbitrary_take_rest(u)?;
587 fn arbitrary_take_rest(mut u: Unstructured<'a>) -> Result<[T; $n]> {
589 let last = Arbitrary::arbitrary_take_rest(u)?;
613 fn arbitrary_take_rest(_: Unstructured<'a>) -> Result<[T; 0]> { in arbitrary_take_rest() method
635 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
650 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
665 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
680 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
695 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
712 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
727 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
742 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
757 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
804 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
822 fn arbitrary_take_rest(u: Unstructured<'a>) -> Result<Self> { in arbitrary_take_rest() method
823 <&str as Arbitrary>::arbitrary_take_rest(u).map(Into::into) in arbitrary_take_rest()
1053 let actual = <&[u8] as Arbitrary>::arbitrary_take_rest(buf).unwrap(); in arbitrary_take_rest_for_bytes()
1077 fn arbitrary_take_rest() { in arbitrary_take_rest() function
1080 Vec::<u8>::arbitrary_take_rest(Unstructured::new(&x)).unwrap(), in arbitrary_take_rest()
1084 Vec::<u32>::arbitrary_take_rest(Unstructured::new(&x)).unwrap(), in arbitrary_take_rest()
1088 String::arbitrary_take_rest(Unstructured::new(&x)).unwrap(), in arbitrary_take_rest()