Lines Matching defs:Promise
71 class Promise final : public MinimalObject<META_NS::ClassId::Promise, IPromise> {
72 using Super = MinimalObject<META_NS::ClassId::Promise, IPromise>;
75 Promise() = default;
76 META_NO_COPY_MOVE(Promise)
78 META_DEFINE_OBJECT_TYPE_INFO(Promise, META_NS::ClassId::Promise)
87 static StaticObjectMetadata meta { META_NS::ClassId::Promise, nullptr };
98 ~Promise() override;
142 Promise promise_;