Searched defs:TimespecMatcher (Results 1 – 1 of 1) sorted by relevance
71 class TimespecMatcher : public MatcherInterface<const timespec&> { class73 explicit TimespecMatcher(const timespec& expected) : expected_(expected) {} in TimespecMatcher() function in android::wifilogd::__anonf5a4f0f90111::TimespecMatcher