Home
last modified time | relevance | path

Searched refs:tmEq (Results 1 – 1 of 1) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcValue.cpp143 static bool tmEq(struct tm const& t1, struct tm const& t2) { in tmEq() function
159 case TypeDateTime: return tmEq(*_value.asTime, *other._value.asTime); in operator ==()