/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
value_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/iterator.hpp> 22 //#include <boost/range/detail/value_type.hpp> 25 #include <boost/iterator/iterator_traits.hpp> 27 namespace boost namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/ |
bad_weak_ptr.hpp | 11 // boost/smart_ptr/bad_weak_ptr.hpp 15 // Distributed under the Boost Software License, Version 1.0. (See 17 // http://www.boost.org/LICENSE_1_0.txt) 26 namespace boost namespace 53 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/ |
fwd_decl.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. 12 // Description : contains forward eclarations for Boost.Test data types 18 namespace boost { namespace 45 } // namespace boost
|
unit_test_parameters.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/test/detail/global_typedef.hpp> 19 #include <boost/test/detail/log_level.hpp> 21 #include <boost/test/detail/suppress_warnings.hpp> 28 namespace boost { namespace 63 } // namespace boost 67 #include <boost/test/detail/enable_warnings.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/ |
assign_op.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 namespace boost { namespace 38 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
type.hpp | 2 // Distributed under the Boost Software License, Version 1.0. (See 4 // http://www.boost.org/LICENSE_1_0.txt) 9 namespace boost { namespace
|
visit_each.hpp | 0 // Boost.Signals 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/signals 13 #include <boost/config.hpp> 15 namespace boost { namespace
|
current_function.hpp | 11 // boost/current_function.hpp - BOOST_CURRENT_FUNCTION 15 // Distributed under the Boost Software License, Version 1.0. (See 17 // http://www.boost.org/LICENSE_1_0.txt) 19 // http://www.boost.org/libs/utility/current_function.html 22 namespace boost namespace 65 } // namespace boost
|
is_placeholder.hpp | 15 // Distributed under the Boost Software License, Version 1.0. 18 // http://www.boost.org/LICENSE_1_0.txt 21 namespace boost namespace 29 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
ice_and.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/config.hpp> 14 namespace boost { namespace 33 } // namespace boost
|
ice_not.hpp | 2 // Use, modification and distribution are subject to the Boost Software License, 4 // http://www.boost.org/LICENSE_1_0.txt). 6 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 11 #include <boost/config.hpp> 13 namespace boost { namespace 29 } // namespace boost
|
ice_or.hpp | 2 // Use, modification and distribution are subject to the Boost Software License, 4 // http://www.boost.org/LICENSE_1_0.txt). 6 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 11 #include <boost/config.hpp> 13 namespace boost { namespace 32 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
has_nothrow_constructor.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/type_traits/has_trivial_constructor.hpp> 15 #include <boost/type_traits/detail/bool_trait_def.hpp> 17 namespace boost { namespace 26 BOOST_STATIC_CONSTANT(bool, value = ::boost::has_trivial_constructor<T>::value); 32 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_constructor,T,::boost::detail::has_nothrow_constructor_imp<T>::value) 33 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_default_constructor,T,::boost::detail::has_nothrow_constructor_imp<T>::value) 49 } // namespace boost [all...] |
has_nothrow_copy.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/type_traits/has_trivial_copy.hpp> 15 #include <boost/type_traits/detail/bool_trait_def.hpp> 17 namespace boost { namespace 26 BOOST_STATIC_CONSTANT(bool, value = ::boost::has_trivial_copy<T>::value); 32 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_copy,T,::boost::detail::has_nothrow_copy_imp<T>::value) 33 BOOST_TT_AUX_BOOL_TRAIT_DEF1(has_nothrow_copy_constructor,T,::boost::detail::has_nothrow_copy_imp<T>::value) 49 } // namespace boost [all...] |
has_trivial_constructor.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/type_traits/config.hpp> 13 #include <boost/type_traits/intrinsics.hpp> 14 #include <boost/type_traits/is_pod.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 18 #include <boost/type_traits/detail/bool_trait_def.hpp> 20 namespace boost { namespace 29 (::boost::type_traits::ice_or [all...] |
has_trivial_copy.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/type_traits/config.hpp> 13 #include <boost/type_traits/intrinsics.hpp> 14 #include <boost/type_traits/is_volatile.hpp> 15 #include <boost/type_traits/is_pod.hpp> 16 #include <boost/type_traits/detail/ice_and.hpp> 17 #include <boost/type_traits/detail/ice_or.hpp> 18 #include <boost/type_traits/detail/ice_not.hpp 23 namespace boost { namespace [all...] |
is_abstract.hpp | 12 // Use, modification and distribution is subject to the Boost Software 14 // http://www.boost.org/LICENSE_1_0.txt) 16 // See http://www.boost.org for updates, documentation, and revision history. 40 // - Adapted and added into Boost.Serialization library by Robert Ramey 43 // - Jan 2004: modified to be part of Boost.TypeTraits (Pavel Vozenilek). 51 #include <boost/type_traits/intrinsics.hpp> 53 #include <boost/static_assert.hpp> 54 #include <boost/type_traits/detail/yes_no_type.hpp> 55 #include <boost/type_traits/is_class.hpp> 56 #include <boost/type_traits/detail/ice_and.hpp 65 namespace boost { namespace [all...] |
is_arithmetic.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. 13 #include <boost/type_traits/is_integral.hpp> 14 #include <boost/type_traits/is_float.hpp> 15 #include <boost/type_traits/detail/ice_or.hpp> 16 #include <boost/config.hpp> 20 #include <boost/type_traits/detail/bool_trait_def.hpp> 22 namespace boost { namespace 31 (::boost::type_traits::ice_or< [all...] |
is_class.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. 13 #include <boost/type_traits/config.hpp> 14 #include <boost/type_traits/intrinsics.hpp> 16 # include <boost/type_traits/is_union.hpp> 17 # include <boost/type_traits/detail/ice_and.hpp> 18 # include <boost/type_traits/detail/ice_not.hpp> 21 # include <boost/type_traits/detail/yes_no_type.hpp> 23 # include <boost/type_traits/is_scalar.hpp 39 namespace boost { namespace [all...] |
is_reference.hpp | 6 // Use, modification and distribution are subject to the Boost Software License, 8 // http://www.boost.org/LICENSE_1_0.txt). 10 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 15 #include <boost/type_traits/config.hpp> 16 #include <boost/type_traits/is_lvalue_reference.hpp> 17 #include <boost/type_traits/is_rvalue_reference.hpp> 18 #include <boost/type_traits/ice.hpp> 21 #include <boost/type_traits/detail/bool_trait_def.hpp> 23 namespace boost { namespace 31 (::boost::type_traits::ice_or [all...] |
is_scalar.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/type_traits/is_arithmetic.hpp> 13 #include <boost/type_traits/is_enum.hpp> 14 #include <boost/type_traits/is_pointer.hpp> 15 #include <boost/type_traits/is_member_pointer.hpp> 16 #include <boost/type_traits/detail/ice_or.hpp> 17 #include <boost/config.hpp> 20 #include <boost/type_traits/detail/bool_trait_def.hpp 22 namespace boost { namespace [all...] |
is_volatile.hpp | 6 // Use, modification and distribution are subject to the Boost Software License, 8 // http://www.boost.org/LICENSE_1_0.txt). 10 // See http://www.boost.org/libs/type_traits for most recent version including documentation. 15 // http://groups.yahoo.com/group/boost/message/5441 24 #include <boost/config.hpp> 25 #include <boost/detail/workaround.hpp> 28 # include <boost/type_traits/detail/cv_traits_impl.hpp> 30 # include <boost/type_traits/remove_bounds.hpp> 33 # include <boost/type_traits/is_reference.hpp> 34 # include <boost/type_traits/is_array.hpp 42 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/tools/ |
real_cast.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) 13 namespace boost{ namespace math namespace 24 } // namespace boost
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
at.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/at_fwd.hpp> 18 #include <boost/mpl/aux_/at_impl.hpp> 19 #include <boost/mpl/long.hpp> 20 #include <boost/mpl/sequence_tag.hpp> 21 #include <boost/mpl/aux_/na_spec.hpp> 22 #include <boost/mpl/aux_/lambda_support.hpp> 23 #include <boost/mpl/aux_/nttp_decl.hpp 25 namespace boost { namespace mpl { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
arity.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/dtp.hpp> 21 # include <boost/mpl/aux_/nttp_decl.hpp> 22 # include <boost/mpl/aux_/config/static_constant.hpp> 24 namespace boost { namespace mpl { namespace aux { namespace
|