/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/ |
D | pstl_replace.h | 48 const _Tp& __new_value) noexcept { in __replace_if() 76 const _Tp& __new_value) { in replace_if() 95 const _Tp& __new_value) noexcept { in __replace() 123 const _Tp& __new_value) { in replace() 144 const _Tp& __new_value) { in __replace_copy_if() 179 const _Tp& __new_value) { in replace_copy_if() 200 const _Tp& __new_value) noexcept { in __replace_copy() 235 const _Tp& __new_value) { in replace_copy()
|
D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/ |
D | pstl_replace.h | 49 const _Tp& __new_value) noexcept { in __replace_if() 77 const _Tp& __new_value) { in replace_if() 97 const _Tp& __new_value) noexcept { in __replace() 125 const _Tp& __new_value) { in replace() 147 const _Tp& __new_value) { in __replace_copy_if() 182 const _Tp& __new_value) { in replace_copy_if() 208 const _Tp& __new_value) noexcept { in __replace_copy() 243 const _Tp& __new_value) { in replace_copy()
|
D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
D | replace_copy_if.h | 26 const _Tp& __new_value) { in replace_copy_if()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/ |
D | pstl_replace.h | 48 const _Tp& __new_value) noexcept { in __replace_if() 76 const _Tp& __new_value) { in replace_if() 95 const _Tp& __new_value) noexcept { in __replace() 123 const _Tp& __new_value) { in replace() 144 const _Tp& __new_value) { in __replace_copy_if() 179 const _Tp& __new_value) { in replace_copy_if() 200 const _Tp& __new_value) noexcept { in __replace_copy() 235 const _Tp& __new_value) { in replace_copy()
|
D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/ |
H A D | pstl_replace.h | 48 const _Tp& __new_value) noexcept { in __replace_if() 76 const _Tp& __new_value) { in replace_if() 95 const _Tp& __new_value) noexcept { in __replace() 123 const _Tp& __new_value) { in replace() 144 const _Tp& __new_value) { in __replace_copy_if() 179 const _Tp& __new_value) { in replace_copy_if() 200 const _Tp& __new_value) noexcept { in __replace_copy() 235 const _Tp& __new_value) { in replace_copy()
|
H A D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
H A D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/ |
D | pstl_replace.h | 45 const _Tp& __new_value) noexcept { in __replace_if() 73 const _Tp& __new_value) { in replace_if() 92 const _Tp& __new_value) noexcept { in __replace() 120 const _Tp& __new_value) { in replace() 141 const _Tp& __new_value) { in __replace_copy_if() 176 const _Tp& __new_value) { in replace_copy_if() 197 const _Tp& __new_value) noexcept { in __replace_copy() 232 const _Tp& __new_value) { in replace_copy()
|
D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/ |
D | pstl.h | 448 const _Tp& __new_value) { in replace_if() 465 const _Tp& __new_value) { in replace() 485 const _Tp& __new_value) { in replace_copy_if() 513 const _Tp& __new_value) { in replace_copy()
|
D | replace.h | 22 …ForwardIterator __first, _ForwardIterator __last, const _Tp& __old_value, const _Tp& __new_value) { in replace()
|
D | replace_if.h | 22 …_if(_ForwardIterator __first, _ForwardIterator __last, _Predicate __pred, const _Tp& __new_value) { in replace_if()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__utility/ |
H A D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__utility/ |
D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__utility/ |
D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__utility/ |
D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__utility/ |
D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__utility/ |
D | exchange.h | 29 …P_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 _T1 exchange(_T1& __obj, _T2&& __new_value) noexcept( in exchange()
|