Home
last modified time | relevance | path

Searched refs:base_ (Results 1 – 8 of 8) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
Dconversion_traits.hpp25 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/
Dintegral_constant.hpp30 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/
Dsize_t_trait_def.hpp27 typedef ::boost::mpl::size_t<C> base_; \
28 using base_::value; \
Dbool_trait_def.hpp52 typedef ::boost::integral_constant<bool,C> base_; \
53 using base_::value; \
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h202 : 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
Dgtest-param-util-generated.h.pump153 : base_(base),
163 return base_;
204 : base_(other.base_), $for j, [[
230 const ParamGeneratorInterface<ParamType>* const base_;
Dgtest-param-util-generated.h3184 : 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/
Dtuple490 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 …]