HomeSort by relevance Sort by last modified time
    Searched full:boost (Results 101 - 125 of 1302) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
rbegin.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/end.hpp>
19 #include <boost/range/reverse_iterator.hpp>
21 namespace boost namespace
30 return BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type( boost::end( c ) );
41 return iter_type( boost::end( c ) );
50 return iter_type( boost::end( c ) )
    [all...]
rend.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/begin.hpp>
19 #include <boost/range/reverse_iterator.hpp>
21 namespace boost namespace
30 return BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type( boost::begin( c ) );
41 return iter_type( boost::begin( c ) );
50 return iter_type( boost::begin( c ) )
    [all...]
size_type.hpp 0 // Boost.Range library
4 // distribution is subject to the Boost Software License, Version
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // For more information, see http://www.boost.org/libs/range/
18 #include <boost/range/config.hpp>
19 #include <boost/range/difference_type.hpp>
21 #include <boost/range/detail/size_type.hpp>
24 #include <boost/utility/enable_if.hpp>
25 #include <boost/type_traits/make_unsigned.hpp>
26 #include <boost/type_traits/remove_const.hpp
30 namespace boost namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
swap.hpp 3 // Distributed under the Boost Software License, Version 1.0. (See
5 // http://www.boost.org/LICENSE_1_0.txt)
10 #include "boost/utility/swap.hpp"
throw_exception.hpp 17 // boost/throw_exception.hpp
22 // Distributed under the Boost Software License, Version 1.0. (See
24 // http://www.boost.org/LICENSE_1_0.txt)
26 // http://www.boost.org/libs/utility/throw_exception.html
29 #include <boost/exception/detail/attribute_noreturn.hpp>
30 #include <boost/detail/workaround.hpp>
31 #include <boost/config.hpp>
43 # include <boost/exception/exception.hpp>
44 # include <boost/current_function.hpp>
45 # define BOOST_THROW_EXCEPTION(x) ::boost::exception_detail::throw_exception_(x,BOOST_CURRENT_FUNCTION,__FILE__,__LINE__
50 namespace boost namespace
    [all...]
none_t.hpp 3 // Use, modification, and distribution is subject to the Boost Software
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/optional for documentation.
15 namespace boost { namespace
21 } // namespace boost
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_monitor.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
19 // Boost.Test
20 #include <boost/test/execution_monitor.hpp>
21 #include <boost/test/detail/fwd_decl.hpp>
22 #include <boost/test/utils/trivial_singleton.hpp>
23 #include <boost/test/utils/callback.hpp>
25 #include <boost/test/detail/suppress_warnings.hpp>
29 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
basic_parameter.hpp 3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/typed_parameter.hpp>
23 // Boost.Test
24 #include <boost/test/utils/rtti.hpp>
26 // Boost
27 #include <boost/utility/base_from_member.hpp
29 namespace boost { namespace
    [all...]
validation.ipp 3 // Boost Software License, Version 1.0. (See accompanying file
4 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 #include <boost/test/utils/runtime/cla/argv_traverser.hpp>
22 #include <boost/test/utils/runtime/cla/validation.hpp>
23 #include <boost/test/utils/runtime/validation.hpp> // BOOST_RT_PARAM_NAMESPACE::logic_error
25 // Boost
26 #include <boost/test/utils/basic_cstring/io.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/
validation.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Runtime.Parameter
19 #include <boost/test/utils/runtime/config.hpp>
21 // Boost.Test
22 #include <boost/test/utils/class_properties.hpp>
24 // Boost
25 #include <boost/shared_ptr.hpp>
32 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
trivial_singleton.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 #include <boost/config.hpp>
19 #include <boost/detail/workaround.hpp>
21 #include <boost/noncopyable.hpp>
23 #include <boost/test/detail/suppress_warnings.hpp>
27 namespace boost { namespace
36 class singleton : private boost::noncopyable {
47 friend class boost::unit_test::singleton<type>;
    [all...]
xml_printer.hpp 2 // Distributed under the Boost Software License, Version 1.0.
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See http://www.boost.org/libs/test for the library home page.
18 // Boost.Test
19 #include <boost/test/utils/basic_cstring/basic_cstring.hpp>
20 #include <boost/test/utils/fixed_mapping.hpp>
21 #include <boost/test/utils/custom_manip.hpp>
22 #include <boost/test/utils/foreach.hpp>
23 #include <boost/test/utils/basic_cstring/io.hpp>
25 // Boost
35 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/utility/detail/
in_place_factory_prefix.hpp 4 // Use, modification, and distribution is subject to the Boost Software
6 // http://www.boost.org/LICENSE_1_0.txt)
8 // See http://www.boost.org/libs/optional for documentation.
18 #include <boost/config.hpp>
19 #include <boost/preprocessor/cat.hpp>
20 #include <boost/preprocessor/punctuation/paren.hpp>
21 #include <boost/preprocessor/iteration/iterate.hpp>
22 #include <boost/preprocessor/repetition/repeat.hpp>
23 #include <boost/preprocessor/repetition/enum.hpp>
24 #include <boost/preprocessor/repetition/enum_params.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
arg.hpp 12 // Distributed under the Boost Software License, Version 1.0.
14 // http://www.boost.org/LICENSE_1_0.txt)
16 // See http://www.boost.org/libs/mpl for documentation.
23 # include <boost/mpl/arg_fwd.hpp>
24 # include <boost/mpl/aux_/na.hpp>
25 # include <boost/mpl/aux_/na_assert.hpp>
26 # include <boost/mpl/aux_/arity_spec.hpp>
27 # include <boost/mpl/aux_/arg_typedef.hpp>
30 #include <boost/mpl/aux_/config/static_constant.hpp>
31 #include <boost/mpl/aux_/config/use_preprocessed.hpp
    [all...]
apply.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/apply_fwd.hpp>
23 # include <boost/mpl/apply_wrap.hpp>
24 # include <boost/mpl/placeholders.hpp>
25 # include <boost/mpl/lambda.hpp>
26 # include <boost/mpl/aux_/na.hpp>
27 # include <boost/mpl/aux_/lambda_support.hpp>
30 #include <boost/mpl/aux_/config/use_preprocessed.hpp
57 namespace boost { namespace mpl { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
make_unsigned.hpp 3 // Use, modification and distribution are subject to the Boost Software License,
5 // http://www.boost.org/LICENSE_1_0.txt).
7 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
12 #include <boost/mpl/if.hpp>
13 #include <boost/type_traits/is_integral.hpp>
14 #include <boost/type_traits/is_signed.hpp>
15 #include <boost/type_traits/is_unsigned.hpp>
16 #include <boost/type_traits/is_enum.hpp>
17 #include <boost/type_traits/is_same.hpp>
18 #include <boost/type_traits/remove_cv.hpp
31 namespace boost { namespace
    [all...]
remove_cv.hpp 4 // Use, modification and distribution are subject to the Boost Software License,
6 // http://www.boost.org/LICENSE_1_0.txt).
8 // See http://www.boost.org/libs/type_traits for most recent version including documentation.
14 #include <boost/type_traits/broken_compiler_spec.hpp>
15 #include <boost/type_traits/detail/cv_traits_impl.hpp>
16 #include <boost/config.hpp>
17 #include <boost/detail/workaround.hpp>
22 #include <boost/type_traits/msvc/remove_cv.hpp>
26 #include <boost/type_traits/detail/type_trait_def.hpp>
28 namespace boost { namespace
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/iteration/
iterate.hpp 4 # * Distributed under the Boost Software License, Version 1.0. (See
6 # * http://www.boost.org/LICENSE_1_0.txt)
10 # /* See http://www.boost.org for most recent version. */
15 # include <boost/preprocessor/arithmetic/dec.hpp>
16 # include <boost/preprocessor/arithmetic/inc.hpp>
17 # include <boost/preprocessor/array/elem.hpp>
18 # include <boost/preprocessor/array/size.hpp>
19 # include <boost/preprocessor/cat.hpp>
20 # include <boost/preprocessor/slot/slot.hpp>
21 # include <boost/preprocessor/tuple/elem.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/
select_compiler_config.hpp 0 // Boost compiler configuration selection header file
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/ for most recent version.
18 # define BOOST_COMPILER_CONFIG "boost/config/compiler/gcc_xml.hpp"
22 # define BOOST_COMPILER_CONFIG "boost/config/compiler/cray.hpp"
26 # define BOOST_COMPILER_CONFIG "boost/config/compiler/nvcc.hpp"
30 # define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
34 # define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"
38 # define BOOST_COMPILER_CONFIG "boost/config/compiler/clang.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/
iterator_concepts.hpp 2 // Distributed under the Boost Software License, Version 1.0. (See
4 // http://www.boost.org/LICENSE_1_0.txt)
9 #include <boost/concept_check.hpp>
10 #include <boost/iterator/iterator_categories.hpp>
12 // Use boost::detail::iterator_traits to work around some MSVC/Dinkumware problems.
13 #include <boost/detail/iterator.hpp>
15 #include <boost/type_traits/is_same.hpp>
16 #include <boost/type_traits/is_integral.hpp>
18 #include <boost/mpl/bool.hpp>
19 #include <boost/mpl/if.hpp
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
has_size.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/has_xxx.hpp>
19 namespace boost { namespace mpl { namespace aux { namespace
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/
int_float_mixture_enum.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace
23 } } // namespace boost::numeric
sign_mixture_enum.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace
23 } } // namespace boost::numeric
udt_builtin_mixture_enum.hpp 2 // Use, modification, and distribution is subject to the Boost Software
4 // http://www.boost.org/LICENSE_1_0.txt)
6 // See library home page at http://www.boost.org/libs/numeric/conversion
13 namespace boost { namespace numeric namespace
23 } } // namespace boost::numeric
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional_fwd.hpp 3 // Use, modification, and distribution is subject to the Boost Software
5 // http://www.boost.org/LICENSE_1_0.txt)
7 // See http://www.boost.org/libs/optional for documentation.
18 namespace boost { namespace
26 } // namespace boost

Completed in 68 milliseconds

1 2 3 45 6 7 8 91011>>