Home
last modified time | relevance | path

Searched refs:last_id_ (Results 1 – 9 of 9) sorted by relevance

/external/perfetto/src/tracing/core/
Did_allocator.cc31 last_id_ = last_id_ < max_id_ ? last_id_ + 1 : 1; in AllocateGeneric()
32 const auto id = last_id_; in AllocateGeneric()
Did_allocator.h49 uint32_t last_id_ = 0; variable
/external/libbrillo/brillo/message_loops/
Dfake_message_loop.h72 MessageLoop::TaskId last_id_ = kTaskIdNull; variable
Dbase_message_loop.h98 MessageLoop::TaskId last_id_{kTaskIdNull};
Dfake_message_loop.cc25 MessageLoop::TaskId current_id = ++last_id_; in PostDelayedTask()
Dbase_message_loop.cc165 res = ++last_id_; in NextTaskId()
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc355 uint64_t last_id_; member in tensorflow::table::__anon27b9c5620111::ShardedLRUCache
364 explicit ShardedLRUCache(size_t capacity) : last_id_(0) { in ShardedLRUCache()
393 return ++(last_id_); in NewId()
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer.h152 FtraceConfigId last_id_ = 1; variable
Dftrace_config_muxer.cc521 FtraceConfigId id = ++last_id_; in SetupConfig()