Home
last modified time | relevance | path

Searched refs:DefaultCallContext (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dcall_context.cpp19 DefaultCallContext::~DefaultCallContext() = default;
21 DefaultCallContext::DefaultCallContext() = default;
23 DefaultCallContext::DefaultCallContext(const DefaultCallContext& other) noexcept : succeeded_(other.succeeded_) in succeeded_()
37 DefaultCallContext::DefaultCallContext(DefaultCallContext
[all...]
H A Dcall_context.h27 class DefaultCallContext : public ICallContext, protected ICloneable { class
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
[all...]
H A Dobject_registry.cpp415 return ICallContext::Ptr { new DefaultCallContext }; in ConstructDefaultCallContext()

Completed in 3 milliseconds