Searched refs:IdAllocator (Results 1 – 5 of 5) sorted by relevance
52 class IdAllocator : public IdAllocatorGeneric {54 explicit IdAllocator(T end) : IdAllocatorGeneric(end) { in IdAllocator() function
27 IdAllocator<IdType> id_allocator(kMaxId); in TEST()65 IdAllocator<uint8_t> id_allocator(0xff); in TEST()
140 IdAllocator<WriterID> active_writer_ids_;
536 IdAllocator<BufferID> buffer_ids_;
161 class IdAllocator { class163 IdAllocator(Env* env, Sqlite* db) : env_{env}, db_{db} { in IdAllocator() function in tensorflow::__anon4b43ab2d0111::IdAllocator213 TF_DISALLOW_COPY_AND_ASSIGN(IdAllocator);218 static Status Save(Sqlite* db, SqliteTransaction* txn, IdAllocator* ids, in Save()386 RunMetadata(IdAllocator* ids, const string& experiment_name, in RunMetadata()609 IdAllocator* const ids_;1134 IdAllocator ids_;