Home
last modified time | relevance | path

Searched refs:RTC_NO_INLINE (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/rtc_base/system/
Dinline.h17 #define RTC_NO_INLINE __declspec(noinline) macro
22 #define RTC_NO_INLINE __attribute__((__noinline__)) macro
27 #define RTC_NO_INLINE macro
/external/webrtc/rtc_base/
Dnetwork_route.h77 RTC_NO_INLINE inline std::string DebugString() const { in DebugString()
Dlogging.h419 RTC_NO_INLINE LogMessage(const char* file,
/external/webrtc/sdk/android/native_unittests/stacktrace/
Dstacktrace_unittest.cc64 RTC_NO_INLINE uint32_t GetCurrentRelativeExecutionAddress() { in GetCurrentRelativeExecutionAddress()