Lines Matching refs:istream
77 virtual yy_buffer_state* yy_create_buffer( std::istream* s, int size ) = 0;
78 virtual yy_buffer_state* yy_create_buffer( std::istream& s, int size ) = 0;
80 virtual void yyrestart( std::istream* s ) = 0;
81 virtual void yyrestart( std::istream& s ) = 0;
86 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex()
92 int yylex( std::istream* new_in, std::ostream* new_out = 0)
100 virtual void switch_streams( std::istream* new_in,
102 virtual void switch_streams( std::istream& new_in,
132 yyFlexLexer( std::istream& arg_yyin, std::ostream& arg_yyout );
133 yyFlexLexer( std::istream* arg_yyin = 0, std::ostream* arg_yyout = 0 );
142 yy_buffer_state* yy_create_buffer( std::istream* s, int size );
143 yy_buffer_state* yy_create_buffer( std::istream& s, int size );
145 void yyrestart( std::istream* s );
146 void yyrestart( std::istream& s );
152 virtual void switch_streams( std::istream& new_in, std::ostream& new_out );
153 virtual void switch_streams( std::istream* new_in = 0, std::ostream* new_out = 0 );
165 void yy_init_buffer( yy_buffer_state* b, std::istream& s );
180 std::istream yyin; // input source for default LexerInput