Searched refs:MESSAGE_COUNT (Results 1 – 3 of 3) sorted by relevance
309 static constexpr const char *MESSAGE_COUNT = "message_count"; variable
171 createTableStr.append(Session::MESSAGE_COUNT).append(" INTEGER DEFAULT 0 , "); in CreateSessionTableStr()
244 sessionBucket.Put(Session::MESSAGE_COUNT, std::to_string(messageCount)); in InsertSession()249 sessionBucket.Put(Session::MESSAGE_COUNT, "1"); in InsertSession()