Searched defs:time_to_expire_seconds (Results 1 – 3 of 3) sorted by relevance
48 int64_t time_to_expire_seconds() const { return time_to_expire_seconds_; } in time_to_expire_seconds() function49 void set_time_to_expire_seconds(int64_t time_to_expire_seconds) { in set_time_to_expire_seconds()
100 int64_t time_to_expire_seconds = 0; in ParseConnectionInfo() local168 const string& input, int64_t* time_to_expire_seconds) { in ParseTimeToExpireSeconds()
38 int64_t time_to_expire_seconds, in ConnectionInfo()