Searched defs:first_count_handler (Results 1 – 2 of 2) sorted by relevance
80 auto first_count_handler = std::bind(&Round::OnFirstCountEvent, this, std::placeholders::_1); in Initialize() local94 auto first_count_handler = std::bind(&Round::OnFirstCountEvent, this, std::placeholders::_1); in ReInitForScaling() local
36 MessageCallback first_count_handler; member