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