OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTC_UNUSED2
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
common.h
28
#define
RTC_UNUSED2
(x, y) RtcUnused(static_cast<const void*>(&x)); \
/external/webrtc/webrtc/libjingle/xmpp/
chatroommodule_unittest.cc
136
RTC_UNUSED2
(room, message);
chatroommoduleimpl.cc
61
virtual void IqResponse(XmppIqCookie cookie, const XmlElement * pelStanza) {
RTC_UNUSED2
(cookie, pelStanza);}
/external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc
252
RTC_UNUSED2
(sent, len);
Completed in 612 milliseconds