Home
last modified time | relevance | path

Searched defs:MoveOnlyClosure (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/task_utils/
H A Drepeating_task_unittest.cc125 class MoveOnlyClosure { class
127 explicit MoveOnlyClosure(MockClosure* mock) : mock_(mock) {} in MoveOnlyClosure() function in webrtc::__anona277ea050111::MoveOnlyClosure
129 MoveOnlyClosure(MoveOnlyClosure&& other) : mock_(other.mock_) { in MoveOnlyClosure() function in webrtc::__anona277ea050111::MoveOnlyClosure