Home | History | Annotate | Download | only in src

Lines Matching refs:Input

220 template <class Reader, class Input = Reader*, unsigned kSize = 256>
224 inline void Reset(Input input);
226 inline void Reset(unsigned position, Input input);
229 explicit InputBuffer(Input input) { Reset(input); }
235 // The input string
236 Input input_;