Searched refs:base_ (Results 1 – 8 of 8) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
D | conversion_traits.hpp | 25 typedef typename convdetail::get_conversion_traits<T,S>::type base_; typedef 26 typedef typename base_::target_type target_type; 27 typedef typename base_::source_type source_type; 28 typedef typename base_::result_type result_type; 29 typedef typename base_::argument_type argument_type;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
D | integral_constant.hpp | 30 typedef mpl::true_ base_; typedef 31 using base_::value; 41 typedef mpl::false_ base_; typedef 42 using base_::value;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
D | size_t_trait_def.hpp | 27 typedef ::boost::mpl::size_t<C> base_; \ 28 using base_::value; \
|
D | bool_trait_def.hpp | 52 typedef ::boost::integral_constant<bool,C> base_; \ 53 using base_::value; \
|
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util.h | 202 : base_(base), value_(value), index_(index), step_(step) {} in Iterator() 206 return base_; in BaseGenerator() 230 base_(other.base_), value_(other.value_), index_(other.index_), in Iterator() 236 const ParamGeneratorInterface<T>* const base_; variable 289 : base_(base), iterator_(iterator) {} in Iterator() 293 return base_; in BaseGenerator() 329 base_(other.base_), in Iterator() 332 const ParamGeneratorInterface<T>* const base_; variable
|
D | gtest-param-util-generated.h.pump | 153 : base_(base), 163 return base_; 204 : base_(other.base_), $for j, [[ 230 const ParamGeneratorInterface<ParamType>* const base_;
|
D | gtest-param-util-generated.h | 3184 : base_(base), in Iterator() 3192 return base_; in BaseGenerator() 3228 : base_(other.base_), in Iterator() 3253 const ParamGeneratorInterface<ParamType>* const base_; variable 3302 : base_(base), in Iterator() 3311 return base_; in BaseGenerator() 3352 : base_(other.base_), in Iterator() 3381 const ParamGeneratorInterface<ParamType>* const base_; variable 3438 : base_(base), in Iterator() 3448 return base_; in BaseGenerator() [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | tuple | 490 base base_; 506 : base_(typename __make_tuple_indices<sizeof...(_Tp)>::type(), 516 : base_(allocator_arg_t(), __a, 550 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(), 591 : base_(typename __make_tuple_indices<sizeof...(_Up)>::type(), 613 : base_(allocator_arg_t(), __a, 629 : base_(_VSTD::forward<_Tuple>(__t)) {} 642 : base_(_VSTD::forward<_Tuple>(__t)) {} 652 : base_(allocator_arg_t(), __a, _VSTD::forward<_Tuple>(__t)) {} 664 base_.operator=(_VSTD::forward<_Tuple>(__t)); [all …]
|