HomeSort by relevance Sort by last modified time
    Searched refs:comparator_ (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
bwe_unittest.cc 89 SequenceNumberOlderThan comparator_; member in class:webrtc::testing::bwe::SequenceNumberOlderThanTest
94 EXPECT_TRUE(comparator_.operator()(0x0000, 0x0001));
95 EXPECT_TRUE(comparator_.operator()(0x0001, 0x1000));
96 EXPECT_FALSE(comparator_.operator()(0x0001, 0x0000));
97 EXPECT_FALSE(comparator_.operator()(0x0002, 0x0002));
98 EXPECT_TRUE(comparator_.operator()(0xFFF6, 0x000A));
99 EXPECT_FALSE(comparator_.operator()(0x000A, 0xFFF6));
100 EXPECT_TRUE(comparator_.operator()(0x0000, 0x8000));
101 EXPECT_FALSE(comparator_.operator()(0x8000, 0x0000));