Searched refs:last_id_ (Results 1 – 9 of 9) sorted by relevance
31 last_id_ = last_id_ < max_id_ ? last_id_ + 1 : 1; in AllocateGeneric()32 const auto id = last_id_; in AllocateGeneric()
49 uint32_t last_id_ = 0; variable
72 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
98 MessageLoop::TaskId last_id_{kTaskIdNull};
25 MessageLoop::TaskId current_id = ++last_id_; in PostDelayedTask()
165 res = ++last_id_; in NextTaskId()
355 uint64_t last_id_; member in tensorflow::table::__anon4220aee90111::ShardedLRUCache364 explicit ShardedLRUCache(size_t capacity) : last_id_(0) { in ShardedLRUCache()393 return ++(last_id_); in NewId()
152 FtraceConfigId last_id_ = 1; variable
521 FtraceConfigId id = ++last_id_; in SetupConfig()