HomeSort by relevance Sort by last modified time
    Searched defs:tail_ (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/disk_cache/
mem_rankings.h 20 MemRankings() : head_(NULL), tail_(NULL) {}
38 MemEntryImpl* tail_; member in class:disk_cache::MemRankings
  /external/v8/src/
d8-debug.h 60 head_(NULL), tail_(NULL), isolate_(isolate) {}
91 RemoteDebuggerEvent* tail_; member in class:v8::RemoteDebugger
data-flow.h 303 : capacity_(size + 1), head_(0), tail_(0), queue_(capacity_) {
307 bool is_empty() { return head_ == tail_; }
314 int diff = tail_ - head_;
320 queue_[tail_++] = item;
321 if (tail_ == capacity_) tail_ = 0;
334 int tail_; // Where the next inserted item will go. member in class:v8::internal::BASE_EMBEDDED
log.cc 95 if (Succ(head_) == tail_) {
107 *sample = buffer_[tail_];
109 tail_ = Succ(tail_);
130 int tail_; // Index to the buffer tail. member in class:v8::internal::Profiler
276 tail_(0),
    [all...]
spaces.h 1873 Address tail_; member in class:v8::internal::BASE_EMBEDDED
    [all...]

Completed in 687 milliseconds