Home | Sort by relevance Sort by last modified time |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ | |
item.hpp | 55 typedef typename prior<typename Base::lower_bound_>::type index_; 56 typedef index_ lower_bound_; typedef in struct:boost::mpl::v_item 89 typedef typename Base::lower_bound_ index_; 90 typedef typename next<index_>::type lower_bound_; typedef in struct:boost::mpl::v_mask |
vector0.hpp | 35 typedef long_<32768> lower_bound_; typedef in struct:boost::mpl::vector0 36 typedef lower_bound_ upper_bound_; |
empty.hpp | 33 typename Vector::lower_bound_ |
at.hpp | 34 typedef long_< (Vector::lower_bound_::value + n_) > index_; |
/external/chromium_org/media/cast/audio_sender/ | |
audio_encoder_unittest.cc | 38 lower_bound_ = t; 53 EXPECT_LE(lower_bound_, recorded_time); 54 lower_bound_ = recorded_time; 63 base::TimeTicks lower_bound_; member in class:media::cast::__anon8667::TestEncodedAudioFrameReceiver |