Home
last modified time | relevance | path

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

/aosp_15_r20/external/icing/icing/util/
H A Dclock.cc42 std::unique_ptr<Timer> Clock::GetNewTimer() const { in GetNewTimer() function in icing::lib::Clock
/aosp_15_r20/external/icing/icing/testing/
H A Dfake-clock.h49 std::unique_ptr<Timer> GetNewTimer() const override { in GetNewTimer() function