Searched defs:started_attempt_count (Results 1 – 4 of 4) sorted by relevance
83 int64_t started_attempt_count() const { return started_attempt_count_; } in started_attempt_count() function84 void set_started_attempt_count(int64_t started_attempt_count) { in set_started_attempt_count()
225 const int64_t started_attempt_count = statement.ColumnInt64(4); in MakeSavePageRequest() local