| /external/cronet/third_party/libc++/src/include/__format/ |
| D | format_functions.h | 66 … _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&&... __args) { in make_format_args() 73 make_wformat_args(_Args&&... __args) { in make_wformat_args() 428 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to() 435 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to() 442 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to() 450 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to() 460 vformat(string_view __fmt, format_args __args) { in vformat() 471 vformat(wstring_view __fmt, wformat_args __args) { in vformat() 480 format(format_string<_Args...> __fmt, _Args&&... __args) { in format() 487 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format() [all …]
|
| D | format_arg_store.h | 209 …M_ABI void __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, in __create_packed_storage() 227 …ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&&... __args) noexcept { in __store_basic_format_arg()
|
| D | format_context.h | 65 basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
|
| /external/cronet/third_party/libc++/src/include/__ranges/ |
| D | to.h | 88 …_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr _Container to(_Range&& __range, _Args&&... __args) { in to() 195 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Range&& __range, _Args&&... __args) { in to() 204 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to() 222 _LIBCPP_NODISCARD_EXT _LIBCPP_HIDE_FROM_ABI constexpr auto to(_Args&&... __args) { in to()
|
| D | movable_box.h | 64 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box() 157 _LIBCPP_HIDE_FROM_ABI constexpr explicit __movable_box(in_place_t, _Args&&... __args) noexcept( in __movable_box()
|
| D | single_view.h | 59 _LIBCPP_HIDE_FROM_ABI constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view()
|
| D | non_propagating_cache.h | 102 constexpr _Tp& __emplace(_Args&& ...__args) { in __emplace()
|
| /external/cronet/third_party/libc++/src/include/__functional/ |
| D | invoke.h | 27 invoke(_Fn&& __f, _Args&&... __args) in invoke() 39 invoke_r(_Fn&& __f, _Args&&... __args) noexcept(is_nothrow_invocable_r_v<_Result, _Fn, _Args...>) { in invoke_r()
|
| D | bind_front.h | 49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
|
| /external/cronet/third_party/libc++/src/include/__memory/ |
| D | allocator_arg_t.h | 55 …construct_impl (integral_constant<int, 0>, _Tp *__storage, const _Allocator &, _Args &&... __args ) in __user_alloc_construct_impl() 63 …struct_impl (integral_constant<int, 1>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) in __user_alloc_construct_impl() 71 …struct_impl (integral_constant<int, 2>, _Tp *__storage, const _Allocator &__a, _Args &&... __args ) in __user_alloc_construct_impl()
|
| D | construct_at.h | 39 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at() 47 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
|
| D | uses_allocator_construction.h | 45 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args() 213 …IDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator() 220 __uninitialized_construct_using_allocator(_Type* __ptr, const _Alloc& __alloc, _Args&&... __args) { in __uninitialized_construct_using_allocator()
|
| /external/cronet/third_party/libc++/src/include/__thread/ |
| D | jthread.h | 45 _LIBCPP_HIDE_FROM_ABI explicit jthread(_Fun&& __fun, _Args&&... __args) in jthread() 114 …DE_FROM_ABI static thread __init_thread(const stop_source& __ss, _Fun&& __fun, _Args&&... __args) { in __init_thread()
|
| /external/cronet/third_party/libc++/src/include/__concepts/ |
| D | invocable.h | 27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires()
|
| /external/clang/test/PCH/ |
| D | cxx-variadic-templates.h | 14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared()
|
| /external/cronet/third_party/libc++/src/include/__utility/ |
| D | small_buffer.h | 82 _LIBCPP_HIDE_FROM_ABI void __construct(_Args&&... __args) { in __construct()
|
| /external/cronet/third_party/libc++/src/include/__charconv/ |
| D | from_chars_integral.h | 41 __sign_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __sign_combinator() 98 __subject_seq_combinator(_It __first, _It __last, _Tp& __value, _Fn __f, _Ts... __args) { in __subject_seq_combinator()
|
| /external/federated-compute/fcp/base/ |
| D | unique_value.h | 92 T& Emplace(_Args&&... __args) { in Emplace()
|
| /external/cronet/third_party/libc++/src/include/__filesystem/ |
| D | filesystem_error.h | 74 __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
|
| /external/cronet/third_party/libc++/src/include/__mutex/ |
| D | once_flag.h | 123 …ne _LIBCPP_HIDE_FROM_ABI void call_once(once_flag& __flag, _Callable&& __func, _Args&&... __args) { in call_once()
|
| /external/cronet/third_party/libc++/src/include/__memory_resource/ |
| D | polymorphic_allocator.h | 116 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()
|