Searched refs:tmEq (Results 1 – 1 of 1) sorted by relevance
143 static bool tmEq(struct tm const& t1, struct tm const& t2) { in tmEq() function159 case TypeDateTime: return tmEq(*_value.asTime, *other._value.asTime); in operator ==()