Home
last modified time | relevance | path

Searched refs:INTERNAL_CLASS (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/api/
Dproxy.h176 template <class INTERNAL_CLASS> \
179 template <class INTERNAL_CLASS> \
185 const INTERNAL_CLASS* internal() const { return c_; } \
186 INTERNAL_CLASS* internal() { return c_; }
197 c##ProxyWithInternal(rtc::Thread* signaling_thread, INTERNAL_CLASS* c) \
206 rtc::Thread* worker_thread, INTERNAL_CLASS* c) \
227 rtc::scoped_refptr<INTERNAL_CLASS> c_;
244 INTERNAL_CLASS* c_;
252 rtc::Thread* signaling_thread, INTERNAL_CLASS* c) { \
264 INTERNAL_CLASS* c) { \
[all …]
/external/tcpdump/
Dprint-snmp.c151 #define INTERNAL_CLASS(x) (x == REPORT) macro