Searched defs:Container (Results 1 – 1 of 1) sorted by relevance
84 struct Container { struct85 using Creator = std::function<std::pair<int32_t, std::shared_ptr<Connection>>()>;86 static constexpr int32_t MAX_RIGHT = 0x4FFFFFFF;87 static constexpr int32_t MIN_TRANS_ID = 10000;88 bool disable_ = true;89 int max_ = 0;90 int total_ = 0;91 int count_ = 0;92 int trans_ = 0;93 int32_t left_ = 0;[all …]