Searched defs:PutBack (Results 1 – 4 of 4) sorted by relevance
68 void StringLexer::PutBack(Size s) { in PutBack() function in StringLexer
165 pub struct PutBack<I> struct173 pub fn put_back<I>(iterable: I) -> PutBack<I::IntoIter> in put_back() argument182 impl<I> PutBack<I> impl194 let PutBack{top, iter} = self; in into_parts() localVariable207 impl<I> Iterator for PutBack<I> implementation
64 TEST(StringLexerTest, PutBack) { in TEST() argument
37 impl<I> PeekingNext for PutBack<I> implementation