HomeSort by relevance Sort by last modified time
    Searched defs:result_type (Results 101 - 125 of 231) sorted by null

1 2 3 45 6 7 8 910

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/
finder.hpp 58 typedef iterator_range<ForwardIteratorT> result_type; typedef
68 return result_type( End, End );
82 return result_type( OuterIt, InnerIt );
85 return result_type( End, End );
125 typedef iterator_range<ForwardIteratorT> result_type; typedef
128 return result_type( End, End );
146 typedef iterator_range<ForwardIteratorT> result_type; typedef
151 result_type M=first_finder( Begin, End );
152 result_type Last=M;
171 typedef iterator_range<ForwardIteratorT> result_type; typedef
267 typedef iterator_range<ForwardIteratorT> result_type; typedef
302 typedef iterator_range<ForwardIteratorT> result_type; typedef
347 typedef iterator_range<ForwardIteratorT> result_type; typedef
366 typedef iterator_range<ForwardIteratorT> result_type; typedef
397 typedef iterator_range<ForwardIteratorT> result_type; typedef
421 typedef iterator_range<ForwardIteratorT> result_type; typedef
440 typedef iterator_range<ForwardIteratorT> result_type; typedef
568 typedef iterator_range<ForwardIteratorT> result_type; typedef
611 typedef iterator_range<input_iterator_type> result_type; typedef in struct:boost::algorithm::detail::range_finderF
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
converter_policies.hpp 184 typedef typename Traits::result_type result_type ; typedef in struct:boost::numeric::raw_converter
187 static result_type low_level_convert ( argument_type s ) { return static_cast<result_type>(s) ; }
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
floating_point_comparison.hpp 167 typedef bool result_type; typedef in class:boost::test_tools::close_at_tolerance
217 typedef bool result_type; typedef in struct:boost::test_tools::check_is_close_t
262 typedef bool result_type; typedef in struct:boost::test_tools::check_is_small_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
random.h 179 typedef _UIntType result_type;
182 static constexpr result_type multiplier = __a;
184 static constexpr result_type increment = __c;
186 static constexpr result_type modulus = __m;
187 static constexpr result_type default_seed = 1u;
197 linear_congruential_engine(result_type __s = default_seed)
220 seed(result_type __s = default_seed);
239 static constexpr result_type
246 static constexpr result_type
263 result_type
4147 typedef _RealType result_type; typedef in class:exponential_distribution
4321 typedef _RealType result_type; typedef in class:weibull_distribution
4496 typedef _RealType result_type; typedef in class:extreme_value_distribution
4668 typedef _IntType result_type; typedef in class:discrete_distribution
4870 typedef _RealType result_type; typedef in class:piecewise_constant_distribution
5109 typedef _RealType result_type; typedef in class:piecewise_linear_distribution
5356 typedef uint_least32_t result_type; typedef in class:seed_seq
    [all...]
stl_function.h 107 /// @c result_type is the return type
108 typedef _Result result_type; typedef in struct:unary_function
123 /// @c result_type is the return type
124 typedef _Result result_type; typedef in struct:binary_function
405 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 179 typedef _UIntType result_type;
182 static constexpr result_type multiplier = __a;
184 static constexpr result_type increment = __c;
186 static constexpr result_type modulus = __m;
187 static constexpr result_type default_seed = 1u;
197 linear_congruential_engine(result_type __s = default_seed)
220 seed(result_type __s = default_seed);
239 static constexpr result_type
246 static constexpr result_type
263 result_type
4147 typedef _RealType result_type; typedef in class:exponential_distribution
4321 typedef _RealType result_type; typedef in class:weibull_distribution
4496 typedef _RealType result_type; typedef in class:extreme_value_distribution
4668 typedef _IntType result_type; typedef in class:discrete_distribution
4870 typedef _RealType result_type; typedef in class:piecewise_constant_distribution
5109 typedef _RealType result_type; typedef in class:piecewise_linear_distribution
5356 typedef uint_least32_t result_type; typedef in class:seed_seq
    [all...]
stl_function.h 107 /// @c result_type is the return type
108 typedef _Result result_type; typedef in struct:unary_function
123 /// @c result_type is the return type
124 typedef _Result result_type; typedef in struct:binary_function
405 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_function_base.h 42 typedef _Result result_type; typedef in struct:unary_function
56 typedef _Result result_type; typedef in struct:binary_function
185 typedef _Result result_type; typedef in struct:_Constant_unary_fun
186 result_type _M_val;
188 _Constant_unary_fun(const result_type& __v) : _M_val(__v) {}
189 const result_type& operator()(const _Argument&) const { return _M_val; }
196 typedef _Result result_type; typedef in struct:_Constant_binary_fun
200 const result_type& operator()(const _Arg1&, const _Arg2&) const {
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
random.h 179 typedef _UIntType result_type;
182 static constexpr result_type multiplier = __a;
184 static constexpr result_type increment = __c;
186 static constexpr result_type modulus = __m;
187 static constexpr result_type default_seed = 1u;
197 linear_congruential_engine(result_type __s = default_seed)
220 seed(result_type __s = default_seed);
239 static constexpr result_type
246 static constexpr result_type
263 result_type
4147 typedef _RealType result_type; typedef in class:exponential_distribution
4321 typedef _RealType result_type; typedef in class:weibull_distribution
4496 typedef _RealType result_type; typedef in class:extreme_value_distribution
4668 typedef _IntType result_type; typedef in class:discrete_distribution
4870 typedef _RealType result_type; typedef in class:piecewise_constant_distribution
5109 typedef _RealType result_type; typedef in class:piecewise_linear_distribution
5356 typedef uint_least32_t result_type; typedef in class:seed_seq
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 234 typedef typename F::result_type result_type; typedef in class:bound_functor
237 typename F::result_type operator()(Args&... args);
288 inline typename F::result_type
295 typename Bound::result_type>::type
321 typename F::result_type apply_functor(F& f, tuple<BoundArgs...>& bound_args,
329 typename F::result_type bound_functor<F, BoundArgs...>::operator()(Args&... args) {
341 typedef T result_type; typedef in struct:plus
  /external/clang/test/SemaCXX/
addr-of-overloaded-function.cpp 139 typedef int result_type; typedef in struct:PR8196::mcdata
142 typename mcdata<T>::result_type wrap_mean(mcdata<T> const&);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_function.h 106 /// @c result_type is the return type
107 typedef _Result result_type; typedef in struct:unary_function
122 /// @c result_type is the return type
123 typedef _Result result_type; typedef in struct:binary_function
404 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_function.h 106 /// @c result_type is the return type
107 typedef _Result result_type; typedef in struct:unary_function
122 /// @c result_type is the return type
123 typedef _Result result_type; typedef in struct:binary_function
404 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 105 typedef _Result result_type; ///< @c result_type is the return type typedef in struct:unary_function
118 typedef _Result result_type; ///< type of the return type typedef in struct:binary_function
399 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 105 typedef _Result result_type; ///< @c result_type is the return type typedef in struct:unary_function
118 typedef _Result result_type; ///< type of the return type typedef in struct:binary_function
399 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_function.h 105 typedef _Result result_type; ///< @c result_type is the return type typedef in struct:unary_function
118 typedef _Result result_type; ///< type of the return type typedef in struct:binary_function
399 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_function.h 105 typedef _Result result_type; ///< @c result_type is the return type typedef in struct:unary_function
118 typedef _Result result_type; ///< type of the return type typedef in struct:binary_function
399 * their argument and result types with uniform names (e.g., @c result_type
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
random.h 85 typedef typename _BEngine::result_type _Engine_result_type;
86 typedef typename _Distribution::input_type result_type;
92 result_type
95 result_type __return_value;
97 && is_integral<result_type>::value)
100 __return_value = result_type(0);
104 result_type
107 result_type __return_value;
109 && is_integral<result_type>::value)
111 else if (!is_integral<result_type>::value
239 typedef typename _Dist::result_type result_type; typedef in class:variate_generator
363 typedef _UIntType result_type; typedef in class:linear_congruential
556 typedef _UIntType result_type; typedef in class:mersenne_twister
731 typedef _IntType result_type; typedef in class:subtract_with_carry
902 typedef _RealType result_type; typedef in class:subtract_with_carry_01
1097 typedef typename base_type::result_type result_type; typedef in class:discard_block
    [all...]

Completed in 1532 milliseconds

1 2 3 45 6 7 8 910