Searched refs:accountQueryEnd_ (Results 1 – 2 of 2) sorted by relevance
106 return accountQueryEnd_; in GetAccountQueryEndTime()111 accountQueryEnd_ = (time > 0 && time > accountQueryBegin_) ? time : accountQueryBegin_; in SetAccountQueryEndTime()165 accountQueryEnd_ = 0; in Reset()218 if (accountQueryEnd_ > accountQueryBegin_) { in Dump()220 .append(std::to_string((accountQueryEnd_ - accountQueryBegin_))) in Dump()
76 int64_t accountQueryEnd_ = 0; variable