Lines Matching +defs:val +defs:operator
165 HeapHandle& operator=(const HeapHandle& other) = default; variable
281 IntrusiveHeap& operator=(IntrusiveHeap&&) noexcept; variable
282 IntrusiveHeap& operator=(const IntrusiveHeap&); variable
283 IntrusiveHeap& operator=(std::initializer_list<value_type> ilist); variable
599 Impl& operator=(Impl&& other) = default; member
600 Impl& operator=(const Impl& other) = default; member
624 InternalHeapHandleStorage& operator=(const InternalHeapHandleStorage&) = variable
626 InternalHeapHandleStorage& operator=( variable
680 WithHeapHandle& operator=(const WithHeapHandle&) = delete; variable
681 WithHeapHandle& operator=(WithHeapHandle&& other) = default; variable
808 value_type val = std::move(impl_.heap_[pos]); in take() local