Searched refs:last_id_ (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Did_allocator.cc92 NonReusedIdAllocator::NonReusedIdAllocator() : last_id_(0) {
99 return ++last_id_;
103 if (desired_id > last_id_)
104 last_id_ = desired_id;
106 return ++last_id_;
H A Did_allocator.h93 ResourceId last_id_; member in class:gpu::NonReusedIdAllocator
/external/chromium_org/remoting/signaling/
H A Dfake_signal_strategy.cc31 last_id_(0),
108 ++last_id_;
109 return base::IntToString(last_id_);
H A Dfake_signal_strategy.h71 int last_id_; member in class:remoting::FakeSignalStrategy
/external/chromium_org/gpu/command_buffer/client/
H A Dshare_group.cc195 NonReusedIdHandler() : last_id_(0) {}
204 ids[ii] = ++last_id_ + id_offset;
227 GLuint last_id_; member in class:gpu::gles2::NonReusedIdHandler
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc274 uint64_t last_id_; member in class:leveldb::__anon12466::ShardedLRUCache
286 : last_id_(0) {
315 return ++(last_id_);
/external/chromium_org/net/server/
H A Dhttp_server.h108 int last_id_; member in class:net::HttpServer
H A Dhttp_server.cc30 last_id_(0),
154 new HttpConnection(++last_id_, accepted_socket_.Pass());
/external/chromium_org/v8/src/
H A Dassembler.cc429 int id_delta = static_cast<int>(rinfo->data()) - last_id_;
439 last_id_ = static_cast<int>(rinfo->data());
511 last_id_ += x;
512 rinfo_.data_ = last_id_;
568 last_id_ += signed_b >> kLocatableTypeTagBits;
569 rinfo_.data_ = last_id_;
697 last_id_ = 0;
721 last_id_ = 0;
H A Dassembler.h620 last_id_(0),
624 last_id_(0),
658 int last_id_; member in class:v8::internal::BASE_EMBEDDED
722 int last_id_; member in class:v8::internal::RelocIterator
/external/chromium_org/net/base/
H A Dnet_log.h323 base::subtle::Atomic32 last_id_; member in class:net::NetLog
H A Dnet_log.cc202 : last_id_(0),
227 return base::subtle::NoBarrier_AtomicIncrement(&last_id_, 1);
/external/chromium_org/ui/message_center/
H A Dmessage_center_impl_unittest.cc208 last_id_ = id;
212 const std::string& last_id() const { return last_id_; }
216 std::string last_id_; member in class:message_center::internal::MockPopupTimersController

Completed in 265 milliseconds