HomeSort by relevance Sort by last modified time
    Searched defs:upper_bound_ (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
vector0.hpp 36 typedef lower_bound_ upper_bound_; typedef in struct:boost::mpl::vector0
item.hpp 36 typedef typename Base::upper_bound_ index_;
37 typedef typename next<index_>::type upper_bound_; typedef in struct:boost::mpl::v_item
73 typedef typename prior<typename Base::upper_bound_>::type index_;
74 typedef index_ upper_bound_; typedef in struct:boost::mpl::v_mask
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc 66 int16_t upper_bound_; member in class:voetest::OutputTest::VoEOutputCheckMediaProcess
146 upper_bound_(upper_bound) {}
160 ASSERT_LE(audio10ms[i * num_channels + c], upper_bound_);

Completed in 82 milliseconds