Searched defs:SetIntRunner (Results 1 – 1 of 1) sorted by relevance
19 class SetIntRunner : public DelegateSimpleThread::Delegate { class21 SetIntRunner(int* ptr, int val) : ptr_(ptr), val_(val) { } in SetIntRunner() function in base::__anonb9a48e580111::SetIntRunner