Searched refs:StreamingListener (Results 1 – 3 of 3) sorted by relevance
1064 class StreamingListener : public EmptyTestEventListener {1132 StreamingListener(const string& host, const string& port) in StreamingListener() function1135 explicit StreamingListener(AbstractSocketWriter* socket_writer) in StreamingListener() function1204 GTEST_DISALLOW_COPY_AND_ASSIGN_(StreamingListener);
3389 string StreamingListener::UrlEncode(const char* str) { in UrlEncode()3408 void StreamingListener::SocketWriter::MakeConnection() { in MakeConnection()4003 listeners()->Append(new StreamingListener(target.substr(0, pos), in ConfigureStreamingOutput()
86 class FakeSocketWriter : public StreamingListener::AbstractSocketWriter {103 StreamingListener streamer_;