Home
last modified time | relevance | path

Searched defs:IntrusiveForwardList (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dintrusive_forward_list.h60 class IntrusiveForwardList; variable
106 friend class IntrusiveForwardList; variable
149 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
152 IntrusiveForwardList(IntrusiveForwardList&& src) : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/art/libartbase/base/
H A Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
105 friend class IntrusiveForwardList; variable
148 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
151 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dintrusive_forward_list.h60 class IntrusiveForwardList; variable
106 friend class IntrusiveForwardList; variable
149 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
152 IntrusiveForwardList(IntrusiveForwardList&& src) : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
105 friend class IntrusiveForwardList; variable
148 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
151 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dintrusive_forward_list.h59 class IntrusiveForwardList; variable
111 friend class IntrusiveForwardList; variable
154 IntrusiveForwardList(InputIterator first, InputIterator last) : IntrusiveForwardList() { in IntrusiveForwardList() function
157 IntrusiveForwardList(IntrusiveForwardList&& src) noexcept : first_(src.first_.next_hook) { in IntrusiveForwardList() function
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dintrusive_forward_list.h122 constexpr IntrusiveForwardList() { CheckItemType(); } in IntrusiveForwardList() function
128 IntrusiveForwardList(Iterator first, Iterator last) { in IntrusiveForwardList() function
133 IntrusiveForwardList(std::initializer_list<Item*> items) in IntrusiveForwardList() function
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/internal/
H A Dintrusive_list_iterator.h23 class IntrusiveForwardList; variable