HomeSort by relevance Sort by last modified time
    Searched defs:boost (Results 251 - 275 of 471) sorted by null

<<111213141516171819

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
iterator.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // Boost versions of
22 // See http://www.boost.org for most recent version including documentation.
27 // boost::detail::iterator_traits_. Some progress made on fixes
38 // boost::iterator and which redefine difference_type.
53 # include <boost/config.hpp>
77 namespace boost { namespace detail { namespace
86 }} // namespace boost::detail
95 namespace boost { namespace detail
153 namespace boost { namespace detail { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/
error_info_impl.hpp 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
18 boost namespace
type_info.hpp 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
15 #include <boost/detail/sp_typeinfo.hpp>
16 #include <boost/current_function.hpp>
17 #include <boost/config.hpp>
19 #include <boost/units/detail/utility.hpp>
24 boost namespace
74 #define BOOST_EXCEPTION_STATIC_TYPEID(T) ::boost::exception_detail::type_info_(BOOST_SP_TYPEID(T))
77 #define BOOST_EXCEPTION_DYNAMIC_TYPEID(x) ::boost::exception_detail::type_info_(typeid(x))
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/
get_error_info.hpp 3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
15 #include <boost/exception/exception.hpp>
16 #include <boost/exception/detail/error_info_impl.hpp>
17 #include <boost/exception/detail/type_info.hpp>
18 #include <boost/shared_ptr.hpp>
21 boost namespace
102 get_error_info( boost::exception const & x )
109 get_error_info( boost::exception & x )
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp 0 /* boost integer_traits.hpp header file
4 * Distributed under the Boost Software License, Version 1.0. (See
6 * http://www.boost.org/LICENSE_1_0.txt)
13 // See http://www.boost.org/libs/integer for documentation.
19 #include <boost/config.hpp>
20 #include <boost/limits.hpp>
33 // ../../../boost/integer_traits.hpp:164:66: warning: use of C99 long long integer constant
42 namespace boost { namespace
173 class integer_traits< ::boost::long_long_type>
174 : public std::numeric_limits< ::boost::long_long_type>
    [all...]
iterator.hpp 3 // (C) Copyright Beman Dawes 2000. Distributed under the Boost
5 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/utility for documentation.
19 #include <boost/config.hpp>
21 namespace boost namespace
55 struct iterator : boost::detail::iterator_base<Category, T, Distance, Pointer, Reference> {};
57 } // namespace boost
memory_order.hpp 10 // boost/memory_order.hpp
12 // Defines enum boost::memory_order per the C++0x working draft
16 // Distributed under the Boost Software License, Version 1.0.
18 // http://www.boost.org/LICENSE_1_0.txt)
21 namespace boost namespace
51 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_traits.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
8 # include <boost/detail/iterator.hpp>
9 # include <boost/detail/workaround.hpp>
11 namespace boost { namespace
30 typedef typename boost::detail::iterator_traits<Iterator>::value_type type;
36 typedef typename boost::detail::iterator_traits<Iterator>::reference type;
43 typedef typename boost::detail::iterator_traits<Iterator>::pointer type;
49 typedef typename boost::detail::iterator_traits<Iterator>::difference_type type;
55 typedef typename boost::detail::iterator_traits<Iterator>::iterator_category type
    [all...]
reverse_iterator.hpp 4 // Distributed under the Boost Software License, Version 1.0. (See
6 // http://www.boost.org/LICENSE_1_0.txt)
10 #include <boost/next_prior.hpp>
11 #include <boost/iterator.hpp>
12 #include <boost/iterator/iterator_adaptor.hpp>
14 namespace boost namespace
43 typename super_t::reference dereference() const { return *boost::prior(this->base()); }
67 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/
promotion.hpp 0 // boost\math\tools\promotion.hpp
7 // Boost Software License, Version 1.0.
9 // or copy at http://www.boost.org/LICENSE_1_0.txt)
25 // Boost type traits:
26 #include <boost/math/tools/config.hpp>
27 #include <boost/type_traits/is_floating_point.hpp> // for boost::is_floating_point;
28 #include <boost/type_traits/is_integral.hpp> // for boost::is_integral
29 #include <boost/type_traits/is_convertible.hpp> // for boost::is_convertibl
42 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
apply_fwd.hpp 11 // Distributed under the Boost Software License, Version 1.0.
13 // http://www.boost.org/LICENSE_1_0.txt)
15 // See http://www.boost.org/libs/mpl for documentation.
22 # include <boost/mpl/aux_/na.hpp>
25 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
31 # include <boost/mpl/aux_/include_preprocessed.hpp>
35 # include <boost/mpl/limits/arity.hpp>
36 # include <boost/mpl/aux_/preprocessor/params.hpp>
37 # include <boost/mpl/aux_/preprocessor/default_params.hpp>
38 # include <boost/mpl/aux_/config/ctps.hpp
51 namespace boost { namespace mpl { namespace
    [all...]
bind_fwd.hpp 11 // Distributed under the Boost Software License, Version 1.0.
13 // http://www.boost.org/LICENSE_1_0.txt)
15 // See http://www.boost.org/libs/mpl for documentation.
22 # include <boost/mpl/aux_/na.hpp>
25 #include <boost/mpl/aux_/config/bind.hpp>
26 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
32 # include <boost/mpl/aux_/include_preprocessed.hpp>
36 # include <boost/mpl/limits/arity.hpp>
37 # include <boost/mpl/aux_/preprocessor/params.hpp>
38 # include <boost/mpl/aux_/preprocessor/default_params.hpp
45 namespace boost { namespace mpl { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
adl_barrier.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/adl.hpp>
18 #include <boost/mpl/aux_/config/gcc.hpp>
19 #include <boost/mpl/aux_/config/workaround.hpp>
27 namespace boost { namespace mpl { \
34 namespace boost { namespace mpl { using namespace BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE; namespace
41 # define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE boost::mpl
42 # define BOOST_MPL_AUX_ADL_BARRIER_NAMESPACE_OPEN namespace boost { namespace mpl
    [all...]
advance_backward.hpp 11 // Distributed under the Boost Software License, Version 1.0.
13 // http://www.boost.org/LICENSE_1_0.txt)
15 // See http://www.boost.org/libs/mpl for documentation.
22 # include <boost/mpl/prior.hpp>
23 # include <boost/mpl/apply_wrap.hpp>
26 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
32 # include <boost/mpl/aux_/include_preprocessed.hpp>
36 # include <boost/mpl/limits/unrolling.hpp>
37 # include <boost/mpl/aux_/nttp_decl.hpp>
38 # include <boost/mpl/aux_/config/eti.hpp
44 namespace boost { namespace mpl { namespace aux { namespace
    [all...]
advance_forward.hpp 11 // Distributed under the Boost Software License, Version 1.0.
13 // http://www.boost.org/LICENSE_1_0.txt)
15 // See http://www.boost.org/libs/mpl for documentation.
22 # include <boost/mpl/next.hpp>
23 # include <boost/mpl/apply_wrap.hpp>
26 #include <boost/mpl/aux_/config/use_preprocessed.hpp>
32 # include <boost/mpl/aux_/include_preprocessed.hpp>
36 # include <boost/mpl/limits/unrolling.hpp>
37 # include <boost/mpl/aux_/nttp_decl.hpp>
38 # include <boost/mpl/aux_/config/eti.hpp
44 namespace boost { namespace mpl { namespace aux { namespace
    [all...]
lambda_support.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/lambda.hpp>
26 # include <boost/mpl/int_fwd.hpp>
27 # include <boost/mpl/aux_/yes_no.hpp>
28 # include <boost/mpl/aux_/na_fwd.hpp>
29 # include <boost/mpl/aux_/preprocessor/params.hpp>
30 # include <boost/mpl/aux_/preprocessor/enum.hpp>
31 # include <boost/mpl/aux_/config/msvc.hpp
97 namespace boost { namespace mpl { namespace aux { namespace
    [all...]
msvc_type.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/config/eti.hpp>
18 #include <boost/mpl/aux_/is_msvc_eti_arg.hpp>
20 namespace boost { namespace mpl { namespace aux { namespace
na.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/bool.hpp>
18 #include <boost/mpl/aux_/na_fwd.hpp>
19 #include <boost/mpl/aux_/config/msvc.hpp>
20 #include <boost/mpl/aux_/config/ctps.hpp>
22 namespace boost { namespace mpl { namespace
value_wknd.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/static_cast.hpp>
18 #include <boost/mpl/aux_/config/integral.hpp>
19 #include <boost/mpl/aux_/config/eti.hpp>
20 #include <boost/mpl/aux_/config/workaround.hpp>
25 # include <boost/mpl/int.hpp>
27 namespace boost { namespace mpl { namespace aux { namespace
51 ::boost::mpl::aux::value_wknd< C >
73 namespace boost { namespace mpl { namespace aux { namespace
    [all...]
yes_no.hpp 7 // Distributed under the Boost Software License, Version 1.0.
9 // http://www.boost.org/LICENSE_1_0.txt)
11 // See http://www.boost.org/libs/mpl for documentation.
17 #include <boost/mpl/aux_/nttp_decl.hpp>
18 #include <boost/mpl/aux_/config/arrays.hpp>
19 #include <boost/mpl/aux_/config/msvc.hpp>
20 #include <boost/mpl/aux_/config/workaround.hpp>
23 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
apply.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/apply.hpp" header
12 namespace boost { namespace mpl { namespace
apply_wrap.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/apply_wrap.hpp" header
12 namespace boost { namespace mpl { namespace
placeholders.hpp 5 // Distributed under the Boost Software License, Version 1.0.
7 // http://www.boost.org/LICENSE_1_0.txt)
10 // Preprocessed version of "boost/mpl/placeholders.hpp" header
16 namespace boost { namespace mpl { namespace
32 namespace boost { namespace mpl { namespace
45 namespace boost { namespace mpl { namespace
58 namespace boost { namespace mpl { namespace
71 namespace boost { namespace mpl { namespace
84 namespace boost { namespace mpl { namespace
97 namespace boost { namespace mpl namespace
    [all...]
quote.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
9 // Preprocessed version of "boost/mpl/quote.hpp" header
12 namespace boost { namespace mpl { namespace
template_arity.hpp 4 // Distributed under the Boost Software License, Version 1.0.
6 // http://www.boost.org/LICENSE_1_0.txt)
12 namespace boost { namespace mpl { namespace aux { namespace
84 sizeof(::boost::mpl::aux::arity_helper(type_wrapper<F>(), arity_tag<N>())) - 1

Completed in 102 milliseconds

<<111213141516171819