Home
last modified time | relevance | path

Searched defs:DescendingSeqNumComp (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/rtc_base/numerics/
Dsequence_number_util.h81 struct DescendingSeqNumComp { struct
82 bool operator()(T a, T b) const { return AheadOf<T, M>(b, a); } in operator()