Searched defs:stdmax (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcommon.h57 #define stdmax(x, y) std::max(x, y) macro
59 #define stdmax(x, y) rtc::_max(x, y) macro

Completed in 317 milliseconds