Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/third_party/fuchsia/repo/sdk/lib/fit/test/
H A Dfunction_tests.cc109 class SingleObjectAllocator;
115 friend class SingleObjectAllocator;
133 class SingleObjectAllocator final { class
141 constexpr SingleObjectAllocator() = default;
143 constexpr SingleObjectAllocator(const SingleObjectAllocator<U>&) {} in SingleObjectAllocator() function in __anon339fe1ef0111::SingleObjectAllocator
145 constexpr SingleObjectAllocator(SingleObjectAllocator<U>&&) {} in SingleObjectAllocator() function in __anon339fe1ef0111::SingleObjectAllocator
175 constexpr bool operator==(const SingleObjectAllocator<U>&) const { in operator ==()
179 constexpr bool operator!=(const SingleObjectAllocator<U>&) const { in operator !=()
783 fit::function<Closure, fit::default_inline_target_size, SingleObjectAllocator<std::byte>> fheap = in TEST()
785 fit::function<Closure, fit::default_inline_target_size, SingleObjectAllocator<std::byte>> in TEST()
[all …]