Searched refs:MessageList (Results 1 – 15 of 15) 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()
2307 type MessageList struct { struct2314 func (m *MessageList) Reset() { *m = MessageList{} } argument2315 func (m *MessageList) String() string { return proto.CompactTextString(m) } argument2316 func (*MessageList) ProtoMessage() {} argument2317 func (*MessageList) Descriptor() ([]byte, []int) { argument2321 func (m *MessageList) XXX_Unmarshal(b []byte) error { argument2324 func (m *MessageList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument2327 func (m *MessageList) XXX_Merge(src proto.Message) { argument2330 func (m *MessageList) XXX_Size() int { argument2333 func (m *MessageList) XXX_DiscardUnknown() { argument[all …]
425 message MessageList { message
1229 pb := &MessageList{1567 pb := &MessageList{Message: []*MessageList_Message{{Name: String("x"), Count: Int32(1)}}}1573 pb1 := new(MessageList)1584 pb2 := new(MessageList)
417 m := &pb.MessageList{
239 rtc::MessageList list; in ~WebRtcSessionDescriptionFactory()
335 typedef vk::DebugReportRecorder::MessageList DebugMessages; in deinit()
1322 rtc::MessageList rtcp_messages; in FlushRtcpMessages()1324 for (rtc::MessageList::iterator it = rtcp_messages.begin(); in FlushRtcpMessages()