Searched defs:CreateContext (Results 1 – 3 of 3) sorted by relevance
36 struct CreateContext : public AsyncCall::Context { struct37 std::string gid;38 bool gauge = false;39 std::optional<std::string> title = std::nullopt;40 std::optional<std::string> text = std::nullopt;
37 void NormalContext::CreateContext() in CreateContext() function in NormalContext
46 void CreateContext(std::shared_ptr<ThreadContext>& threadContext) in CreateContext() function