Searched refs:flush_stream (Results 1 – 5 of 5) sorted by relevance
59 virtual assertion_result is_empty( bool flush_stream = true );66 virtual assertion_result check_length( std::size_t length, bool flush_stream = true );72 virtual assertion_result is_equal( const_string arg_, bool flush_stream = true );77 virtual assertion_result match_pattern( bool flush_stream = true );
558 output_test_stream::is_empty( bool flush_stream )566 if( flush_stream )575 output_test_stream::check_length( std::size_t length_, bool flush_stream )583 if( flush_stream )592 output_test_stream::is_equal( const_string arg, bool flush_stream )600 if( flush_stream )620 output_test_stream::match_pattern( bool flush_stream )782 if( flush_stream )
632 guint flush_stream : 1; member668 if (res && fdata->flush_stream) in flush_buffer_thread()703 fdata->flush_stream = TRUE; in g_buffered_output_stream_flush_async()
28 If you want to perform several checks with the same output, specify parameter `flush_stream`
220 self.flush_stream()788 def flush_stream(self): member in Emitter798 self.flush_stream()