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

  /external/parameter-framework/asio-1.10.6/include/asio/detail/
op_queue.hpp 49 return q.front_;
66 : front_(0),
74 while (Operation* op = front_)
84 return front_;
90 if (front_)
92 Operation* tmp = front_;
93 front_ = op_queue_access::next(front_);
94 if (front_ == 0)
111 front_ = back_ = h
142 Operation* front_; member in class:asio::detail::op_queue
    [all...]
  /external/v8/src/heap/
heap.h 495 : front_(NULL),
546 return (front_ == rear_) &&
554 if (front_ == rear_) {
561 *target = reinterpret_cast<HeapObject*>(*(--front_));
562 *size = static_cast<int>(*(--front_));
565 reinterpret_cast<Address>(front_));
570 intptr_t* front_; member in class:v8::internal::PromotionQueue
    [all...]

Completed in 377 milliseconds