Searched refs:MyInputFunc (Results 1 – 2 of 2) sorted by relevance
94 class MyInputFunc { class96 MyInputFunc(FILE* input_file_);97 MyInputFunc(const MyInputFunc& f) : input_file(f.input_file) {} in MyInputFunc() function in MyInputFunc98 ~MyInputFunc();105 MyInputFunc::MyInputFunc(FILE* input_file_) : input_file(input_file_) {} in MyInputFunc() function in MyInputFunc107 MyInputFunc::~MyInputFunc() {} in ~MyInputFunc()109 TextSlice* MyInputFunc::operator()(oneapi::tbb::flow_control& fc) const { in operator ()()209 MyInputFunc(input_file)) & in run_pipeline()
118 oneapi::tbb::filter_mode::serial_in_order, MyInputFunc(input_file) )176 MyInputFunc(input_file) );190 ``MyOutputFunc`` out of the order established by ``MyInputFunc``, the292 class MyInputFunc {294 MyInputFunc( FILE* input_file_ );295 MyInputFunc( const MyInputFunc& f ) : input_file(f.input_file) { }296 ~MyInputFunc();303 MyInputFunc::MyInputFunc( FILE* input_file_ ) :307 MyInputFunc::~MyInputFunc() {311 TextSlice* MyInputFunc::operator()( oneapi::tbb::flow_control& fc ) const {