Searched refs:RTC_FORCE_INLINE (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/rtc_base/system/ |
D | inline.h | 16 #define RTC_FORCE_INLINE __forceinline macro 21 #define RTC_FORCE_INLINE __attribute__((__always_inline__)) macro 26 #define RTC_FORCE_INLINE macro
|
/external/webrtc/rtc_base/ |
D | checks.h | 221 RTC_FORCE_INLINE LogStreamer<V> operator<<(U arg) const { 229 RTC_FORCE_INLINE LogStreamer<V> operator<<(const U& arg) const { 235 RTC_NORETURN RTC_FORCE_INLINE static void Call(const char* file, in Call() 244 RTC_NORETURN RTC_FORCE_INLINE static void CallCheckOp(const char* file, in CallCheckOp() 254 RTC_NORETURN RTC_FORCE_INLINE static void Call(const char* file, in Call() 266 RTC_FORCE_INLINE LogStreamer(T arg, const LogStreamer<Ts...>* prior) in LogStreamer() 273 RTC_FORCE_INLINE LogStreamer<V, T, Ts...> operator<<(U arg) const { 281 RTC_FORCE_INLINE LogStreamer<V, T, Ts...> operator<<(const U& arg) const { 287 RTC_NORETURN RTC_FORCE_INLINE void Call(const char* file, in Call() 295 RTC_NORETURN RTC_FORCE_INLINE void CallCheckOp(const char* file, in CallCheckOp() [all …]
|
D | logging.h | 327 RTC_FORCE_INLINE LogStreamer<V> operator<<(U arg) const { 335 RTC_FORCE_INLINE LogStreamer<V> operator<<(const U& arg) const { 340 RTC_FORCE_INLINE static void Call(const Us&... args) { 351 RTC_FORCE_INLINE LogStreamer(T arg, const LogStreamer<Ts...>* prior) 358 RTC_FORCE_INLINE LogStreamer<V, T, Ts...> operator<<(U arg) const { 366 RTC_FORCE_INLINE LogStreamer<V, T, Ts...> operator<<(const U& arg) const { 371 RTC_FORCE_INLINE void Call(const Us&... args) const { 389 RTC_FORCE_INLINE bool operator&(const LogStreamer<Ts...>& streamer) {
|