HomeSort by relevance Sort by last modified time
    Searched defs:next_ (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/parameter-framework/asio-1.10.6/include/asio/
io_service.hpp 692 service* next_; member in class:asio::io_service::service
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 93 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_ = next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /external/protobuf/gtest/samples/
sample3-inl.h 57 QueueNode* next() { return next_; }
58 const QueueNode* next() const { return next_; }
63 QueueNode(const E& an_element) : element_(an_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/v8/src/
futex-emulation.h 41 next_(nullptr),
55 FutexWaitListNode* next_; member in class:v8::internal::FutexWaitListNode
v8threads.h 46 ThreadState* next_; member in class:v8::internal::ThreadState
zone.cc 54 next_ = next;
58 Segment* next() const { return next_; }
59 void clear_next() { next_ = nullptr; }
71 Segment* next_; member in class:v8::internal::Segment
api.h 130 RegisteredExtension* next() { return next_; }
134 RegisteredExtension* next_; member in class:v8::RegisteredExtension
419 : next_(NULL),
429 DeferredHandles* next_; member in class:v8::internal::DeferredHandles
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-linked_ptr.h 93 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_ = next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/samples/
sample3-inl.h 57 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_) {
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 93 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_ = next_
132 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /ndk/sources/third_party/googletest/googletest/samples/
sample3-inl.h 57 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_) {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/
iterator.hpp 47 next_ = n_ + 1 enumerator in enum:boost::mpl::v_iter::__anon35853
52 typedef v_iter<Vector,next_> next;
  /toolchain/binutils/binutils-2.25/gold/testsuite/
test.h 124 Register_test* next_; member in class:gold_testsuite::Register_test
  /external/vixl/test/
test-runner.h 46 Test* next() { return next_; }
71 Test* next_; member in class:vixl::Test
  /external/webp/src/enc/
token.c 37 VP8Tokens* next_; // pointer to next page member in struct:VP8Tokens
39 // Token data is located in memory just after the next_ field.
58 VP8Tokens* const next = p->next_;
76 page->next_ = NULL;
79 b->last_page_ = &page->next_;
206 const int N = (p->next_ == NULL) ? b->left_ : 0;
215 p = p->next_;
229 const VP8Tokens* const next = p->next_;
255 const VP8Tokens* const next = p->next_;
  /external/webp/src/utils/
utils.c 63 MemBlock* next_; member in struct:MemBlock
84 all_blocks = b->next_;
119 b->next_ = all_blocks;
141 while (*b != NULL && (*b)->ptr_ != ptr) b = &(*b)->next_;
148 *b = block->next_;
  /toolchain/binutils/binutils-2.25/gold/
target-select.h 111 { return this->next_; }
235 Target_selector* next_; member in class:gold::Target_selector
  /external/jsoncpp/src/test_lib_json/
jsontest.h 49 PredicateContext* next_; member in struct:JsonTest::PredicateContext
219 result_->predicateStackTail_->next_ = &_minitest_Context; \
  /external/opencv3/3rdparty/libwebp/mux/
muxi.h 41 WebPChunk* next_; member in struct:WebPChunk
52 WebPMuxImage* next_; member in struct:WebPMuxImage
130 // Releases chunk and returns chunk->next_.
133 // Deletes given chunk & returns chunk->next_.
  /external/v8/src/compiler/
code-generator-impl.h 185 OutOfLineCode* next() const { return next_; }
192 OutOfLineCode* const next_; member in class:v8::internal::compiler::OutOfLineCode
  /external/v8/src/crankshaft/
hydrogen-load-elimination.cc 25 HFieldApproximation* next_; member in class:v8::internal::HFieldApproximation
32 copy->next_ = this->next_ == NULL ? NULL : this->next_->Copy(zone);
177 prev->next_ = approx->next_;
179 fields_[i] = approx->next_;
181 approx = approx->next_;
185 approx = approx->next_;
312 approx = approx->next_;
    [all...]
  /external/webrtc/webrtc/base/
flags.h 134 Flag* next() const { return next_; }
149 Flag* next_; member in class:rtc::Flag
151 friend class FlagList; // accesses next_
  /art/compiler/optimizing/
gvn.cc 204 : instruction_(instruction), hash_code_(hash_code), next_(next) {}
208 Node* GetNext() const { return next_; }
209 void SetNext(Node* node) { next_ = node; }
218 Node* next_; member in class:art::ValueSet::Node
  /art/compiler/utils/
assembler.h 67 SlowPath() : next_(nullptr) {}
81 SlowPath *next_; member in class:art::SlowPath
140 for ( ; cur->next_ != nullptr ; cur = cur->next_) {}
141 cur->next_ = slowpath;
151 next = cur->next_;
  /external/libchrome/base/
tracked_objects.h 684 ThreadData* next_; member in class:tracked_objects::ThreadData
    [all...]

Completed in 1308 milliseconds

12 3 4