Searched refs:EventSource (Results 1 – 6 of 6) sorted by relevance
26 struct EventSource { struct33 virtual std::vector<EventSource> GetEventSources() const = 0; argument
14 MOCK_CONST_METHOD0(GetEventSources, std::vector<EventSource>());
68 std::vector<ClientChannel::EventSource> GetEventSources() const;
29 std::vector<EventSource> GetEventSources() const override { in GetEventSources()
52 std::vector<pdx::ClientChannel::EventSource> GetEventSources() const { in GetEventSources()
141 std::vector<ClientChannel::EventSource> ChannelEventReceiver::GetEventSources() in GetEventSources()