Home
last modified time | relevance | path

Searched defs:__args (Results 1 – 17 of 17) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__format/
Dformat_functions.h72 _LIBCPP_HIDE_FROM_ABI __format_arg_store<_Context, _Args...> make_format_args(_Args&&... __args) { in make_format_args()
78 …_HIDE_FROM_ABI __format_arg_store<wformat_context, _Args...> make_wformat_args(_Args&&... __args) { in make_wformat_args()
416 vformat_to(_OutIt __out_it, string_view __fmt, format_args __args) { in vformat_to()
423 vformat_to(_OutIt __out_it, wstring_view __fmt, wformat_args __args) { in vformat_to()
430 format_to(_OutIt __out_it, format_string<_Args...> __fmt, _Args&&... __args) { in format_to()
438 format_to(_OutIt __out_it, wformat_string<_Args...> __fmt, _Args&&... __args) { in format_to()
448 vformat(string_view __fmt, format_args __args) { in vformat()
459 vformat(wstring_view __fmt, wformat_args __args) { in vformat()
467 _LIBCPP_ALWAYS_INLINE _LIBCPP_HIDE_FROM_ABI string format(format_string<_Args...> __fmt, in format()
475 format(wformat_string<_Args...> __fmt, _Args&&... __args) { in format()
[all …]
Dformat_arg_store.h200 …M_ABI void __create_packed_storage(uint64_t& __types, __basic_format_arg_value<_Context>* __values, in __create_packed_storage()
218 …ABI void __store_basic_format_arg(basic_format_arg<_Context>* __data, _Args&&... __args) noexcept { in __store_basic_format_arg()
Dformat_context.h65 basic_format_args<basic_format_context<_OutIt, _CharT>> __args) { in __format_context_create()
/external/cronet/buildtools/third_party/libc++/trunk/include/__expected/
Dexpected.h230 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(in_place_t, _Args&&... __args) in expected()
239 expected(in_place_t, initializer_list<_Up> __il, _Args&&... __args) in expected()
247 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected()
256 expected(unexpect_t, initializer_list<_Up> __il, _Args&&... __args) in expected()
280 …FROM_ABI static constexpr void __reinit_expected(_T1& __newval, _T2& __oldval, _Args&&... __args) { in __reinit_expected()
414 _LIBCPP_HIDE_FROM_ABI constexpr _Tp& emplace(_Args&&... __args) noexcept { in emplace()
426 …BCPP_HIDE_FROM_ABI constexpr _Tp& emplace(initializer_list<_Up> __il, _Args&&... __args) noexcept { in emplace()
751 _LIBCPP_HIDE_FROM_ABI constexpr explicit expected(unexpect_t, _Args&&... __args) in expected()
759 …IDE_FROM_ABI constexpr explicit expected(unexpect_t, initializer_list<_Up> __il, _Args&&... __args) in expected()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dallocator_arg_t.h55 …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()
Duses_allocator_construction.h38 __uses_allocator_construction_args(const _Alloc& __alloc, _Args&&... __args) noexcept { in __uses_allocator_construction_args()
181 …IDE_FROM_ABI constexpr _Type __make_obj_using_allocator(const _Alloc& __alloc, _Args&&... __args) { in __make_obj_using_allocator()
188 __uninitialized_construct_using_allocator(_Type* __ptr, const _Alloc& __alloc, _Args&&... __args) { in __uninitialized_construct_using_allocator()
Dconstruct_at.h36 _LIBCPP_HIDE_FROM_ABI constexpr _Tp* construct_at(_Tp* __location, _Args&&... __args) { in construct_at()
44 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR _Tp* __construct_at(_Tp* __location, _Args&&... __args) { in __construct_at()
/external/cronet/buildtools/third_party/libc++/trunk/include/__ranges/
Dcopyable_box.h51 constexpr explicit __copyable_box(in_place_t, _Args&& ...__args) in __copyable_box()
126 constexpr explicit __copyable_box(in_place_t, _Args&& ...__args) in __copyable_box()
Dsingle_view.h52 constexpr explicit single_view(in_place_t, _Args&&... __args) in single_view()
Dnon_propagating_cache.h102 constexpr _Tp& __emplace(_Args&& ...__args) { in __emplace()
/external/cronet/buildtools/third_party/libc++/trunk/include/__concepts/
Dinvocable.h27 concept invocable = requires(_Fn&& __fn, _Args&&... __args) { in requires()
/external/cronet/buildtools/third_party/libc++/trunk/include/__functional/
Dbind_front.h49 constexpr auto bind_front(_Fn&& __f, _Args&&... __args) { in bind_front()
/external/clang/test/PCH/
Dcxx-variadic-templates.h14 shared_ptr<_Tp>::allocate_shared(const _Alloc& __a, _Args&& ...__args) in allocate_shared()
/external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/
Dfrom_chars_integral.h41 __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/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc219 forward_as_tuple(_Elements&&... __args) noexcept in forward_as_tuple()
235 my_forward_as_tuple(_Elements&&... __args) noexcept in my_forward_as_tuple()
/external/cronet/buildtools/third_party/libc++/trunk/include/__filesystem/
Dfilesystem_error.h92 void __throw_filesystem_error(_Args&&... __args) { in __throw_filesystem_error()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory_resource/
Dpolymorphic_allocator.h116 _LIBCPP_HIDE_FROM_ABI void construct(_Tp* __p, _Ts&&... __args) { in construct()