Searched defs:votes (Results 1 – 3 of 3) sorted by relevance
86 Votes votes; in TEST() local99 auto votes = std::make_shared<Votes>(); in TEST() local136 auto votes = std::make_shared<Votes>(); in TEST() local158 auto votes = std::make_shared<Votes>(); in TEST() local180 auto votes = std::make_shared<Votes>(); in TEST() local206 Votes votes; in TEST() local230 Votes votes; in TEST() local243 Votes votes; in TEST() local265 Votes votes; in TEST() local282 Votes votes; in TEST() local[all …]
44 std::shared_ptr<Votes> votes; member
308 auto shouldScheduleTimeout(Votes const &votes, int vote_id, std::chrono::time_point<T> deadline) in shouldScheduleTimeout()