/third_party/boost/boost/detail/ |
D | compressed_pair.hpp | 120 : first_(x), second_(y) {} in compressed_pair_imp() 126 : second_(y) {} in compressed_pair_imp() 131 second_reference second() {return second_;} in second() 132 second_const_reference second() const {return second_;} in second() 137 cp_swap(second_, y.second()); in swap() 141 second_type second_; member in boost::details::compressed_pair_imp 163 : first_type(x), second_(y) {} in compressed_pair_imp() 169 : second_(y) {} in compressed_pair_imp() 174 second_reference second() {return second_;} in second() 175 second_const_reference second() const {return second_;} in second() [all …]
|
/third_party/boost/boost/iostreams/detail/ |
D | double_object.hpp | 68 : first_(t1), second_(t2) { } in double_object_holder() 71 reference second() { return second_; } in second() 72 const_reference second() const { return second_; } in second() 76 std::swap(second_, d.second_); in swap() 79 T first_, second_; member
|
/third_party/boost/boost/mpl/aux_/ |
D | partition_op.hpp | 35 typedef typename State::second second_; typedef 41 , apply2<In2Op,second_,T> 46 , pair< result_,second_ >
|
/third_party/boost/libs/multi_index/test/ |
D | pair_of_ints.hpp | 19 pair_of_ints(int first_=0,int second_=0):first(first_),second(second_){} in pair_of_ints()
|
/third_party/boost/libs/multi_index/example/ |
D | bimap.cpp | 39 value_type(const FromType& first_,const ToType& second_): in value_type() 40 first(first_),second(second_) in value_type()
|
/third_party/boost/libs/fusion/test/sequence/ |
D | misc.hpp | 74 typedef boost::mpl::prior<third_>::type second_; typedef 75 typedef boost::mpl::prior<second_>::type first_; 81 boost::mpl::deref<second_>::type, float>::value));
|
D | map_misc.cpp | 78 typedef boost::mpl::prior<third_>::type second_; typedef 79 typedef boost::mpl::prior<second_>::type first_; 85 boost::mpl::deref<second_>::type, fn::pair<k2, float> >::value));
|
/third_party/boost/boost/icl/detail/ |
D | interval_set_algo.hpp | 327 iterator second_= first_; ++second_; in join_under() local 332 object.erase(second_, end_); in join_under() 351 iterator second_= boost::next(first_), end_ = boost::next(last_); in join_under() local 356 object.erase(second_, end_); in join_under()
|
/third_party/boost/boost/spirit/home/support/detail/lexer/ |
D | generator.hpp | 754 const std::size_t *second_ = 0; in minimise_dfa() local 771 for (second_ = first_ + dfa_alphabet_, curr_index_ = index_ + 1; in minimise_dfa() 772 second_ < end_; second_ += dfa_alphabet_, ++curr_index_) in minimise_dfa() 782 if (memcmp (first_, second_, sizeof (std::size_t) * in minimise_dfa()
|
/third_party/boost/libs/multiprecision/performance/ |
D | linpack-benchmark.cpp | 107 inline double second_(void) in second_() function 220 t1 = second_(); in MAIN__() 222 time[0] = second_() - t1; in MAIN__() 223 t1 = second_(); in MAIN__() 225 time[1] = second_() - t1; in MAIN__()
|
/third_party/boost/boost/icl/ |
D | interval_base_map.hpp | 1234 iterator second_= first_; ++second_; in erase() local 1269 erase_rest(inter_val, co_val, second_, last_); in erase() 1310 iterator second_= first_; ++second_; in erase() local 1312 iterator start_ = icl::is_empty(left_resid)? first_: second_; in erase()
|
/third_party/boost/boost/msm/front/euml/ |
D | container.hpp | 2942 Second_Helper const second_; variable
|