/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
D | replace.hpp | 33 namespace algorithm { namespace 64 return ::boost::algorithm::find_format_copy( in replace_range_copy() 67 ::boost::algorithm::range_finder(SearchRange), in replace_range_copy() 68 ::boost::algorithm::const_formatter(Format)); in replace_range_copy() 83 return ::boost::algorithm::find_format_copy( in replace_range_copy() 85 ::boost::algorithm::range_finder(SearchRange), in replace_range_copy() 86 ::boost::algorithm::const_formatter(Format)); in replace_range_copy() 106 ::boost::algorithm::find_format( in replace_range() 108 ::boost::algorithm::range_finder(SearchRange), in replace_range() 109 ::boost::algorithm::const_formatter(Format)); in replace_range() [all …]
|
D | formatter.hpp | 33 namespace algorithm { namespace 112 using algorithm::const_formatter; 113 using algorithm::identity_formatter; 114 using algorithm::empty_formatter; 115 using algorithm::dissect_formatter;
|
D | compare.hpp | 25 namespace algorithm { namespace 189 using algorithm::is_equal; 190 using algorithm::is_iequal; 191 using algorithm::is_less; 192 using algorithm::is_iless; 193 using algorithm::is_not_greater; 194 using algorithm::is_not_igreater;
|
D | constants.hpp | 15 namespace algorithm { namespace 30 using algorithm::token_compress_on; 31 using algorithm::token_compress_off;
|
D | finder.hpp | 35 namespace algorithm { namespace 259 using algorithm::first_finder; 260 using algorithm::last_finder; 261 using algorithm::nth_finder; 262 using algorithm::head_finder; 263 using algorithm::tail_finder; 264 using algorithm::token_finder; 265 using algorithm::range_finder;
|
D | find_format.hpp | 33 namespace algorithm { namespace 279 using algorithm::find_format_copy; 280 using algorithm::find_format; 281 using algorithm::find_format_all_copy; 282 using algorithm::find_format_all;
|
D | yes_no_type.hpp | 15 namespace algorithm { namespace
|
D | concept.hpp | 24 namespace algorithm { namespace
|
D | sequence_traits.hpp | 35 namespace algorithm { namespace
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
D | find_format_all.hpp | 22 namespace algorithm { namespace 88 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl() 89 return ::boost::algorithm::detail::find_format_all_copy_impl2( in find_format_all_copy_impl() 147 …::boost::algorithm::detail::insert( Output, ::boost::end(Output), LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2() 163 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl() 164 return ::boost::algorithm::detail::find_format_all_copy_impl2( in find_format_all_copy_impl() 222 ::boost::algorithm::detail::copy_to_storage( Storage, M.format_result() ); in find_format_all_impl2() 229 InsertIt=::boost::algorithm::detail::process_segment( in find_format_all_impl2() 239 ::boost::algorithm::detail::erase( Input, InsertIt, ::boost::end(Input) ); in find_format_all_impl2() 244 … ::boost::algorithm::detail::insert( Input, ::boost::end(Input), Storage.begin(), Storage.end() ); in find_format_all_impl2() [all …]
|
D | find_format.hpp | 22 namespace algorithm { namespace 78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl() 79 return ::boost::algorithm::detail::find_format_copy_impl2( in find_format_copy_impl() 139 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl() 140 return ::boost::algorithm::detail::find_format_copy_impl2( in find_format_copy_impl() 179 ::boost::algorithm::detail::replace( Input, M.begin(), M.end(), M.format_result() ); in find_format_impl2() 191 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_impl() 192 ::boost::algorithm::detail::find_format_impl2( in find_format_impl()
|
D | replace_storage.hpp | 21 namespace algorithm { namespace 71 …ForwardIteratorT It=::boost::algorithm::detail::move_from_storage( Storage, InsertIt, SegmentBegin… in operator ()() 128 ::boost::algorithm::detail::replace( Input, InsertIt, SegmentBegin, Storage ); in operator ()()
|
D | sequence.hpp | 23 namespace algorithm { namespace 44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert() 187 …::boost::algorithm::detail::replace( Input, From, To, ::boost::begin(Insert), ::boost::end(Insert)… in replace() 191 … ::boost::algorithm::detail::insert( Input, From, ::boost::begin(Insert), ::boost::end(Insert) ); in replace()
|
D | finder.hpp | 25 namespace algorithm { namespace 385 return ::boost::algorithm::detail::find_head_impl( Begin, End, N, category() ); in find_head_impl() 459 return ::boost::algorithm::detail::find_tail_impl( Begin, End, N, category() ); in find_tail_impl() 487 return ::boost::algorithm::detail::find_head_impl( Begin, End, m_N ); in operator ()() 492 ::boost::algorithm::detail::find_tail_impl( Begin, End, -m_N ); in operator ()() 525 return ::boost::algorithm::detail::find_tail_impl( Begin, End, m_N ); in operator ()() 530 ::boost::algorithm::detail::find_head_impl( Begin, End, -m_N ); in operator ()()
|
D | find_format_store.hpp | 18 namespace algorithm { namespace
|
D | util.hpp | 19 namespace algorithm { namespace
|
D | formatter.hpp | 25 namespace algorithm { namespace
|
/ndk/sources/cxx-stl/stlport/stlport/ |
D | algorithm | 47 # include_next <algorithm> 49 # include _STLP_NATIVE_HEADER(algorithm)
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | named_parameter.ipp | 25 #include <boost/test/utils/algorithm.hpp>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/ |
D | CREDITS.TXT | 45 D: Copyright owner and contributor of the CityHash algorithm
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | Android.mk | 53 algorithm.cpp \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_suite.ipp | 31 #include <algorithm>
|
/ndk/sources/cxx-stl/llvm-libc++/patches.android/ |
D | 0013-temp-collective-ndk-hackathon-fixes.patch | 19 src/algorithm.cpp | 8 +++++ 283 diff --git a/src/algorithm.cpp b/src/algorithm.cpp 285 --- a/src/algorithm.cpp 286 +++ b/src/algorithm.cpp
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/experimental/ |
D | dynarray | 105 #include <algorithm>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | array | 108 #include <algorithm>
|