Home
last modified time | relevance | path

Searched refs:_Alloc (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dany_sender_of.hpp397 using _Alloc = typename std::allocator_traits< in __construct_small() typedef
399 _Alloc __alloc{__allocator_}; in __construct_small()
400 std::allocator_traits<_Alloc>::construct( in __construct_small()
408 using _Alloc = typename std::allocator_traits< in __construct_large() typedef
410 _Alloc __alloc{__allocator_}; in __construct_large()
412 std::allocator_traits<_Alloc>::allocate(__alloc, 1); in __construct_large()
415 std::allocator_traits<_Alloc>::construct( in __construct_large()
420 std::allocator_traits<_Alloc>::deallocate(__alloc, __pointer, in __construct_large()
435 using _Alloc = typename std::allocator_traits< in STDEXEC_MEMFN_DECL() typedef
437 _Alloc __alloc{__self.__allocator_}; in STDEXEC_MEMFN_DECL()
[all …]
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__submit.hpp63 using _Alloc = decltype(__alloc); in __delete_op() typedef
65 _Alloc>::template rebind_alloc<_Operation>; in __delete_op()
133 using _Alloc = decltype(__alloc); in operator ()() typedef
136 _Alloc>::template rebind_alloc<_Op>; in operator ()()