/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/ |
numeric_op.hpp | 10 // Distributed under the Boost Software License, Version 1.0. 12 // http://www.boost.org/LICENSE_1_0.txt) 14 // See http://www.boost.org/libs/mpl for documentation. 21 # include <boost/mpl/numeric_cast.hpp> 22 # include <boost/mpl/apply_wrap.hpp> 23 # include <boost/mpl/if.hpp> 24 # include <boost/mpl/tag.hpp> 25 # include <boost/mpl/aux_/numeric_cast_utils.hpp> 26 # include <boost/mpl/aux_/na.hpp> 27 # include <boost/mpl/aux_/na_spec.hpp 72 namespace boost { namespace mpl { namespace [all...] |
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...] |
at_impl.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/begin_end.hpp> 18 #include <boost/mpl/advance.hpp> 19 #include <boost/mpl/deref.hpp> 20 #include <boost/mpl/aux_/traits_lambda_spec.hpp> 22 namespace boost { namespace mpl { namespace
|
msvc_eti_base.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_/is_msvc_eti_arg.hpp> 18 #include <boost/mpl/aux_/config/eti.hpp> 19 #include <boost/mpl/aux_/config/gcc.hpp> 20 #include <boost/mpl/aux_/config/workaround.hpp> 22 namespace boost { namespace mpl { namespace aux { namespace
|
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/numeric/conversion/detail/ |
numeric_cast_traits.hpp | 5 // Distributed under the Boost Software License, Version 1.0. (See 7 // http://www.boost.org/LICENSE_1_0.txt) 12 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp> 15 #include <boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp> 21 #include <boost/preprocessor/seq/elem.hpp> 22 #include <boost/preprocessor/seq/size.hpp> 23 #include <boost/preprocessor/iteration/iterate.hpp> 32 // Distributed under the Boost Software License, Version 1.0. (See 34 // http://www.boost.org/LICENSE_1_0.txt) 59 namespace boost { namespace numeric namespace 91 namespace boost { namespace numeric { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
config.hpp | 0 // Boost config.hpp configuration header file ------------------------------// 5 // Boost Software License, Version 1.0. (See accompanying file 6 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 8 // See http://www.boost.org/libs/config for most recent version. 10 // Boost config.hpp policy and rationale documentation has been moved to 11 // http://www.boost.org/libs/config 22 # define BOOST_USER_CONFIG <boost/config/user.hpp> 31 # include <boost/config/select_compiler_config.hpp> 40 # include <boost/config/select_stdlib_config.hpp> 49 # include <boost/config/select_platform_config.hpp [all...] |
/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/mpl/list/aux_/ |
iterator.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/iterator_tags.hpp> 18 #include <boost/mpl/next_prior.hpp> 19 #include <boost/mpl/deref.hpp> 20 #include <boost/mpl/list/aux_/item.hpp> 21 #include <boost/mpl/aux_/na.hpp> 22 #include <boost/mpl/aux_/lambda_spec.hpp> 23 #include <boost/mpl/aux_/config/ctps.hpp 25 namespace boost { namespace mpl { namespace [all...] |
begin_end.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/begin_end_fwd.hpp> 18 #include <boost/mpl/list/aux_/iterator.hpp> 19 #include <boost/mpl/list/aux_/tag.hpp> 20 #include <boost/mpl/list/aux_/item.hpp> 22 namespace boost { namespace mpl { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
negate.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/integral_c.hpp> 18 #include <boost/mpl/aux_/msvc_eti_base.hpp> 19 #include <boost/mpl/aux_/na_spec.hpp> 20 #include <boost/mpl/aux_/lambda_support.hpp> 21 #include <boost/mpl/aux_/config/eti.hpp> 22 #include <boost/mpl/aux_/config/integral.hpp> 23 #include <boost/mpl/aux_/config/static_constant.hpp 25 namespace boost { namespace mpl { namespace [all...] |
or.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/use_preprocessed.hpp> 22 # include <boost/mpl/bool.hpp> 23 # include <boost/mpl/aux_/nested_type_wknd.hpp> 24 # include <boost/mpl/aux_/na_spec.hpp> 25 # include <boost/mpl/aux_/lambda_support.hpp> 26 # include <boost/mpl/aux_/config/msvc.hpp> 43 # include <boost/mpl/aux_/include_preprocessed.hpp [all...] |
assert.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/not.hpp> 18 #include <boost/mpl/aux_/value_wknd.hpp> 19 #include <boost/mpl/aux_/nested_type_wknd.hpp> 20 #include <boost/mpl/aux_/yes_no.hpp> 21 #include <boost/mpl/aux_/na.hpp> 22 #include <boost/mpl/aux_/adl_barrier.hpp> 24 #include <boost/mpl/aux_/config/nttp.hpp [all...] |
deref.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_/msvc_type.hpp> 18 #include <boost/mpl/aux_/na_spec.hpp> 19 #include <boost/mpl/aux_/lambda_support.hpp> 20 #include <boost/mpl/aux_/config/eti.hpp> 22 namespace boost { namespace mpl { namespace
|
integral_c.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/integral_c_fwd.hpp> 18 #include <boost/mpl/aux_/config/ctps.hpp> 19 #include <boost/mpl/aux_/config/static_constant.hpp> 20 #include <boost/mpl/aux_/config/workaround.hpp> 32 #include <boost/mpl/aux_/integral_wrapper.hpp>
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/seq/ |
for_each_i.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/config/config.hpp> 18 # include <boost/preprocessor/repetition/for.hpp> 19 # include <boost/preprocessor/seq/seq.hpp> 20 # include <boost/preprocessor/seq/size.hpp> 21 # include <boost/preprocessor/tuple/elem.hpp [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
debug.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/detail/config.hpp> 20 #include <boost/test/utils/callback.hpp> 21 #include <boost/test/utils/basic_cstring/basic_cstring.hpp> 26 #include <boost/test/detail/suppress_warnings.hpp> 30 namespace boost { namespace 97 } // namespace boost [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
char_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> 20 #include <boost/test/utils/runtime/validation.hpp> 22 #include <boost/test/utils/runtime/cla/basic_parameter.hpp> 23 #include <boost/test/utils/runtime/cla/id_policy.hpp> 25 namespace boost { namespace 89 } // namespace boost [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/ |
cv_traits_impl.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/config.hpp> 15 #include <boost/detail/workaround.hpp> 23 namespace boost { namespace 26 #include <boost/type_traits/detail/yes_no_type.hpp> 27 namespace boost { namespace in namespace:boost::detail 79 = (unsigned)sizeof(::boost::type_traits::gcc8503::mini_funcptr_tester((T)0)) > 80 struct cv_traits_imp : public ::boost::type_traits::gcc8503::cv_traits_imp<T> { } [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
find_format.hpp | 0 // Boost string_algo library find_format.hpp header file ---------------------------// 5 // Distributed under the Boost Software License, Version 1.0. 7 // http://www.boost.org/LICENSE_1_0.txt) 9 // See http://www.boost.org/ for updates, documentation, and revision history. 14 #include <boost/algorithm/string/config.hpp> 15 #include <boost/range/iterator_range.hpp> 16 #include <boost/range/const_iterator.hpp> 17 #include <boost/range/iterator.hpp> 18 #include <boost/algorithm/string/detail/find_format_store.hpp> 19 #include <boost/algorithm/string/detail/replace_storage.hpp 21 namespace boost { namespace [all...] |
find_format_all.hpp | 0 // Boost string_algo library find_format_all.hpp header file ---------------------------// 5 // Distributed under the Boost Software License, Version 1.0. 7 // http://www.boost.org/LICENSE_1_0.txt) 9 // See http://www.boost.org/ for updates, documentation, and revision history. 14 #include <boost/algorithm/string/config.hpp> 15 #include <boost/range/iterator_range.hpp> 16 #include <boost/range/const_iterator.hpp> 17 #include <boost/range/value_type.hpp> 18 #include <boost/algorithm/string/detail/find_format_store.hpp> 19 #include <boost/algorithm/string/detail/replace_storage.hpp 21 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
interpret_argument_value.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> 20 #include <boost/test/utils/runtime/trace.hpp> 22 // Boost.Test 23 #include <boost/test/utils/basic_cstring/io.hpp> 24 #include <boost/test/utils/basic_cstring/compare.hpp> 26 // Boost 34 namespace boost { namespace [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/ |
is_lvalue_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 // http://groups.yahoo.com/group/boost/message/5441 24 #include <boost/type_traits/config.hpp> 27 # include <boost/type_traits/detail/yes_no_type.hpp> 28 # include <boost/type_traits/detail/wrap.hpp> 32 #include <boost/type_traits/detail/bool_trait_def.hpp> 34 namespace boost { namespace 56 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T const ,::boost::is_lvalue_reference<T>::value [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/exception/detail/ |
attribute_noreturn.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)
|