Searched refs:TEST_IO_STREAM (Results 1 – 2 of 2) sorted by relevance
32 TestIOStream *stream = TEST_IO_STREAM (object); in G_DEFINE_TYPE()51 TestIOStream *stream = TEST_IO_STREAM (_stream); in test_io_stream_get_input_stream()59 TestIOStream *stream = TEST_IO_STREAM (_stream); in test_io_stream_get_output_stream()98 stream = TEST_IO_STREAM (g_object_new (TEST_TYPE_IO_STREAM, NULL)); in test_io_stream_new()
43 #define TEST_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), \ macro