Searched refs:MessageList (Results 1 – 11 of 11) sorted by relevance
75 typedef de::AppendList<DebugReportMessage> MessageList; typedef in vk::DebugReportRecorder80 const MessageList& getMessages (void) const { return m_messages; } in getMessages()84 MessageList m_messages;
122 …DebugReportRecorder::MessageList* const messageList = reinterpret_cast<DebugReportRecorder::Messag… in debugReportCallback()133 DebugReportRecorder::MessageList* messageList) in createCallback()
145 typedef std::list<Message> MessageList; typedef207 MessageList* removed = NULL);251 MessageList msgq_;
48 MessageList removed; in Flush()50 for (MessageList::iterator it = removed.begin(); it != removed.end(); ++it) { in Flush()
360 MessageList* removed) { in Clear()376 for (MessageList::iterator it = msgq_.begin(); it != msgq_.end();) { in Clear()
170 MessageList* removed = NULL) override;
432 MessageList* removed) { in Clear()
206 MessageList msgs; in Close()210 for (MessageList::iterator it = msgs.begin(); it != msgs.end(); ++it) { in Close()
267 typedef vk::DebugReportRecorder::MessageList DebugMessages; in deinit()
239 rtc::MessageList list; in ~WebRtcSessionDescriptionFactory()
1322 rtc::MessageList rtcp_messages; in FlushRtcpMessages()1324 for (rtc::MessageList::iterator it = rtcp_messages.begin(); in FlushRtcpMessages()