Searched refs:split (Results 1 – 7 of 7) sorted by relevance
68 let split = std::cmp::min(self.chunk_size, self.data.remaining()); in poll_frame() localVariable69 Poll::Ready(Some(Ok(Frame::data(self.data.split_to(split))))) in poll_frame()
299 let pattern_segments = pattern.split('.').collect::<Vec<_>>(); in match_name()300 let path_segments = path.split('.').collect::<Vec<_>>(); in match_name()
18 test_case.split(',').map(Testcase::from_str).collect() in parse()
298 match decode_trailers_frame(buf.split().freeze()) { in poll_frame()421 let mut s = trailer.split(|b| b == &b':'); in decode_trailers_frame()430 .split(|b| b == &b'\r') in decode_trailers_frame()
206 s.split(',').map(|s| s.trim()) in split_by_comma()
225 changes that are split across multiple commits.
328 * **build:** split path types in compile ([#721](https://github.com/hyperium/tonic/issues/721)) ([5…