Lines Matching refs:DefaultCallContext
27 class DefaultCallContext : public ICallContext, protected ICloneable {
30 ~DefaultCallContext() override;
31 DefaultCallContext();
32 DefaultCallContext(const DefaultCallContext& other) noexcept;
33 DefaultCallContext(DefaultCallContext&& other) noexcept;
35 DefaultCallContext& operator=(const DefaultCallContext& other) noexcept;
36 DefaultCallContext& operator=(DefaultCallContext&& other) noexcept;