Home
last modified time | relevance | path

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

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/observer/
H A DObservable-inl.h119 class ObserverCreator<Observable, Traits>::ContextPrimaryPtr {
121 explicit ContextPrimaryPtr(std::shared_ptr<Context> context) in ContextPrimaryPtr() function
127 ~ContextPrimaryPtr() { in ~ContextPrimaryPtr()
133 ContextPrimaryPtr(const ContextPrimaryPtr&) = delete;
134 ContextPrimaryPtr(ContextPrimaryPtr&&) = default;
135 ContextPrimaryPtr& operator=(const ContextPrimaryPtr&) = delete;
136 ContextPrimaryPtr& operator=(ContextPrimaryPtr&&) = default;
162 ContextPrimaryPtr contextPrimary(context_); in getObserver()
H A DObservable.h59 class ContextPrimaryPtr; variable