Searched refs:mLastSent (Results 1 – 2 of 2) sorted by relevance
205 std::chrono::steady_clock::time_point mLastSent; member
869 mLastSent(std::chrono::steady_clock::now()), in DefaultBufferPoolSender()902 std::chrono::steady_clock::duration interval = now - mLastSent; in send()943 mLastSent = now; in send()