Searched defs:ClientState (Results 1 – 2 of 2) sorted by relevance
29 enum class ClientState : uint32_t { INACTIVE = 0, ACTIVE }; enum
114 …const std::unordered_map<UpdateFlag, std::variant<bool, uint32_t, ImeType, ClientState, TextTotalC… in UpdateClientInfo() argument