Searched defs:PromiseType (Results 1 – 2 of 2) sorted by relevance
50 [[nodiscard]] const Type *PromiseType() const noexcept in PromiseType() function55 [[nodiscard]] Type *PromiseType() noexcept in PromiseType() function
29 enum class PromiseType : uint8_t { RESOLVE = 0, REJECT }; enum