Searched refs:beCmp (Results 1 – 2 of 2) sorted by relevance
54 static bool EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp);
137 bool CloudSyncUtils::EqualInMsLevel(const Timestamp cmp, const Timestamp beCmp) in EqualInMsLevel() argument139 return (cmp / CloudDbConstant::TEN_THOUSAND) == (beCmp / CloudDbConstant::TEN_THOUSAND); in EqualInMsLevel()