Home
last modified time | relevance | path

Searched refs:MessageList (Results 1 – 11 of 11) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkDebugReportUtil.hpp75 typedef de::AppendList<DebugReportMessage> MessageList; typedef in vk::DebugReportRecorder
80 const MessageList& getMessages (void) const { return m_messages; } in getMessages()
84 MessageList m_messages;
DvkDebugReportUtil.cpp122 …DebugReportRecorder::MessageList* const messageList = reinterpret_cast<DebugReportRecorder::Messag… in debugReportCallback()
133 DebugReportRecorder::MessageList* messageList) in createCallback()
/external/webrtc/webrtc/base/
Dmessagequeue.h145 typedef std::list<Message> MessageList; typedef
207 MessageList* removed = NULL);
251 MessageList msgq_;
Dasyncinvoker.cc48 MessageList removed; in Flush()
50 for (MessageList::iterator it = removed.begin(); it != removed.end(); ++it) { in Flush()
Dmessagequeue.cc360 MessageList* removed) { in Clear()
376 for (MessageList::iterator it = msgq_.begin(); it != msgq_.end();) { in Clear()
Dthread.h170 MessageList* removed = NULL) override;
Dthread.cc432 MessageList* removed) { in Clear()
Dvirtualsocketserver.cc206 MessageList msgs; in Close()
210 for (MessageList::iterator it = msgs.begin(); it != msgs.end(); ++it) { in Close()
/external/deqp/external/vulkancts/modules/vulkan/
DvktTestPackage.cpp267 typedef vk::DebugReportRecorder::MessageList DebugMessages; in deinit()
/external/webrtc/talk/app/webrtc/
Dwebrtcsessiondescriptionfactory.cc239 rtc::MessageList list; in ~WebRtcSessionDescriptionFactory()
/external/webrtc/talk/session/media/
Dchannel.cc1322 rtc::MessageList rtcp_messages; in FlushRtcpMessages()
1324 for (rtc::MessageList::iterator it = rtcp_messages.begin(); in FlushRtcpMessages()