Home
last modified time | relevance | path

Searched refs:new_out (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Script/
DFlexLexer.h86 int yylex( std::istream& new_in, std::ostream& new_out ) in yylex() argument
88 switch_streams( new_in, new_out ); in yylex()
92 int yylex( std::istream* new_in, std::ostream* new_out = 0)
94 switch_streams( new_in, new_out );
101 std::ostream* new_out ) = 0;
103 std::ostream& new_out ) = 0;
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 );