Searched refs:next_ (Results 1 - 25 of 115) sorted by relevance

12345

/external/chromium_org/base/containers/
H A Dlinked_list.h87 LinkNode() : previous_(NULL), next_(NULL) {}
89 : previous_(previous), next_(next) {}
93 this->next_ = e;
95 e->previous_->next_ = this;
101 this->next_ = e->next_;
103 e->next_->previous_ = this;
104 e->next_ = this;
109 this->previous_->next_ = this->next_;
136 LinkNode<T>* next_; member in class:base::LinkNode
[all...]
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dsnapshot.h25 SnapshotImpl* next_; member in class:leveldb::SnapshotImpl
34 list_.next_ = &list_;
37 bool empty() const { return list_.next_ == &list_; }
38 SnapshotImpl* oldest() const { assert(!empty()); return list_.next_; }
45 s->next_ = &list_;
47 s->prev_->next_ = s;
48 s->next_->prev_ = s;
54 s->prev_->next_ = s->next_;
55 s->next_
[all...]
/external/chromium_org/gin/
H A Darguments.cc15 next_(0),
22 next_(0),
30 if (next_ >= info_->Length())
32 return (*info_)[next_];
40 "Error processing argument %d.", next_ - 1));
H A Darguments.h35 if (next_ >= info_->Length()) {
39 v8::Handle<v8::Value> val = (*info_)[next_++];
45 if (next_ >= info_->Length()) {
49 int remaining = info_->Length() - next_;
52 v8::Handle<v8::Value> val = (*info_)[next_++];
60 if (next_ >= info_->Length())
62 next_++;
89 int next_; member in class:gin::Arguments
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.observers/
H A Dindex.pass.cpp22 static int next_; member in class:A
24 A() : state_(++next_) {}
33 int A::next_ = 0; member in class:A
/external/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.observers/
H A Dindex.fail.cpp22 static int next_; member in class:A
24 A() : state_(++next_) {}
33 int A::next_ = 0; member in class:A
/external/chromium_org/base/memory/
H A Dlinked_ptr.h53 next_ = this;
58 next_ = ptr->next_;
59 ptr->next_ = this;
65 if (next_ == this) return true;
66 linked_ptr_internal const* p = next_;
67 while (p->next_ != this) p = p->next_;
68 p->next_ = next_;
73 mutable linked_ptr_internal const* next_; member in class:linked_ptr_internal
[all...]
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.cc18 : next_(0),
87 while(item->next_)
95 new_item->next_ = item;
104 new_item->prev_->next_ = new_item;
108 item = item->next_;
111 item->next_ = new_item;
133 return item->next_;
182 item = item->next_;
195 MapNoStlItem* next_item = item->next_;
203 previous_item->next_
[all...]
H A Dlist_no_stl.cc18 : next_(0),
26 : next_(0),
137 return item->next_;
168 ListItem* next_item = existing_previous_item->next_;
169 new_item->next_ = existing_previous_item->next_;
171 existing_previous_item->next_ = new_item;
206 new_item->next_ = existing_next_item;
211 previous_item->next_ = new_item;
229 ListItem* next_item = item->next_;
[all...]
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-linked_ptr.h93 next_ = this;
113 while (p->next_ != ptr) p = p->next_;
114 p->next_ = this;
115 next_ = ptr;
124 if (next_ == this) return true;
125 linked_ptr_internal const* p = next_;
126 while (p->next_ != this) p = p->next_;
127 p->next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_batchallocator.h48 BatchInfo *nextBatch = batch->next_;
66 currentBatch_ = currentBatch_->next_;
68 currentBatch_ = currentBatch_->next_;
73 currentBatch_->next_ = batches_; // insert at the head of the list
94 BatchInfo *next_; member in struct:Json::BatchAllocator::BatchInfo
109 batch->next_ = 0;
/external/chromium_org/media/cdm/ppapi/
H A Dlinked_ptr.h56 next_ = this;
61 next_ = ptr->next_;
62 ptr->next_ = this;
68 if (next_ == this) return true;
69 linked_ptr_internal const* p = next_;
70 while (p->next_ != this) p = p->next_;
71 p->next_ = next_;
76 mutable linked_ptr_internal const* next_; member in class:linked_ptr_internal
[all...]
/external/chromium_org/testing/gtest/samples/
H A Dsample3-inl.h57 QueueNode* next() { return next_; }
58 const QueueNode* next() const { return next_; }
63 explicit QueueNode(const E& an_element) : element_(an_element), next_(NULL) {}
70 QueueNode* next_; member in class:QueueNode
123 last_->next_ = new_node;
137 head_ = head_->next_;
155 for (const QueueNode<E>* node = head_; node != NULL; node = node->next_) {
/external/protobuf/gtest/samples/
H A Dsample3-inl.h57 QueueNode * next() { return next_; }
58 const QueueNode * next() const { return next_; }
63 QueueNode(const E & element) : element_(element), next_(NULL) {}
70 QueueNode * next_; member in class:QueueNode
124 last_->next_ = new_node;
138 head_ = head_->next_;
156 for (const QueueNode<E> * node = head_; node != NULL; node = node->next_) {
/external/chromium_org/device/hid/
H A Dhid_report_descriptor_item.cc27 : previous_(previous), next_(NULL), parent_(NULL), shortData_(0) {
41 DCHECK(!previous->next_);
42 previous->next_ = this;
/external/chromium_org/v8/src/
H A Dhydrogen-load-elimination.cc24 HFieldApproximation* next_; member in class:v8::internal::HFieldApproximation
31 copy->next_ = this->next_ == NULL ? NULL : this->next_->Copy(zone);
176 prev->next_ = approx->next_;
178 fields_[i] = approx->next_;
180 approx = approx->next_;
184 approx = approx->next_;
312 approx = approx->next_;
[all...]
H A Dv8threads.cc186 next_(this),
203 next_->previous_ = previous_;
204 previous_->next_ = next_;
212 next_ = flying_anchor->next_;
214 flying_anchor->next_ = this;
215 next_->previous_ = this;
220 ThreadState* gotten = free_anchor_->next_;
237 if (next_
[all...]
H A Dscanner.h361 Token::Value peek() const { return next_.token; }
363 Location peek_location() const { return next_.location; }
379 DCHECK_NOT_NULL(next_.literal_chars);
380 return next_.literal_chars->is_contextual_keyword(keyword);
496 next_.literal_chars = free_buffer;
500 DCHECK_NOT_NULL(next_.literal_chars);
501 next_.literal_chars->AddChar(c);
512 next_.literal_chars = NULL;
567 DCHECK_NOT_NULL(next_.literal_chars);
568 return next_
631 TokenDesc next_; // desc for next token (one token look-ahead) member in class:v8::internal::Scanner
[all...]
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable.cc135 Event* next_;
146 freelist_ = event->next_;
158 freelist_ = event->next_;
167 for (Event* we = waitlist_; we != NULL; we = we->next_) {
173 event->next_ = waitlist_;
184 for (Event** wep = &waitlist_;; wep = &(*wep)->next_) {
187 *wep = event->next_;
194 for (Event* fe = freelist_; fe != NULL; fe = fe->next_) {
205 event->next_ = freelist_;
232 event = event->next_) {
[all...]
/external/chromium_org/base/synchronization/
H A Dcondition_variable_win.cc175 Event* next_; member in class:base::WinXPCondVar::Event
366 next_ = prev_ = this; // Self referencing circular.
404 other->next_ = this;
406 prev_->next_ = other;
414 return next_->Extract();
435 next_->prev_ = prev_;
436 prev_->next_ = next_;
438 prev_ = next_ = this;
447 return next_
[all...]

Completed in 1186 milliseconds

12345