Home
last modified time | relevance | path

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

/openbmc/sdeventplus/test/source/
H A Dbase.cpp38 class BaseImpl : public Base class
43 BaseImpl(const BaseImpl& other, sdeventplus::internal::NoOwn) : in BaseImpl() function in sdeventplus::source::__anon6c3f73390111::BaseImpl
50 class BaseImplData : public BaseImpl, public detail::BaseData
53 BaseImplData(const BaseImpl& base) : in BaseImplData()
58 BaseImpl::BaseImpl(const Event& event, sd_event_source* source, in BaseImpl() function in sdeventplus::source::__anon6c3f73390111::BaseImpl
115 void set_prepare_placeholder(BaseImpl& base) in set_prepare_placeholder()
123 void empty_base(BaseImpl&& other) in empty_base()
125 BaseImpl mover(std::move(other)); in empty_base()
212 std::unique_ptr<BaseImpl> base1, base2; in TEST_F()
222 base2 = std::make_unique<BaseImpl>(*base1); in TEST_F()
[all …]