Searched refs:NewId (Results 1 - 5 of 5) sorted by last modified time

/external/sonivox/jet_tools/JetCreator/
H A DJetStatusEvent.py25 EVT_JET_STATUS_ID = wx.NewId()
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcache.h82 virtual uint64_t NewId() = 0;
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc75 rep->cache_id = (options.block_cache ? options.block_cache->NewId() : 0);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc313 virtual uint64_t NewId() { function in class:leveldb::__anon12466::ShardedLRUCache
H A Dcache_test.cc176 TEST(CacheTest, NewId) {
177 uint64_t a = cache_->NewId();
178 uint64_t b = cache_->NewId();

Completed in 320 milliseconds