Searched refs:TestStream (Results 1 – 2 of 2) sorted by relevance
50 static void U_CALLCONV TestStream(void) in TestStream() function319 addTest(root, &TestStream, "stream/TestStream"); in addStreamTests()
22 class TestStream : public StreamInterface { class24 TestStream() : pos_(0) { } in TestStream() function in rtc::TestStream