HomeSort by relevance Sort by last modified time
    Searched refs:next_ (Results 1 - 25 of 151) sorted by null

1 2 3 4 5 6 7

  /system/core/libmemunreachable/
LinkedList.h 25 LinkedList() : next_(this), prev_(this), data_() {}
30 node.next_ = this->next_;
31 node.next_->prev_ = &node;
32 this->next_ = &node;
36 this->next_->prev_ = this->prev_;
37 this->prev_->next_ = this->next_;
38 this->next_ = this;
42 bool empty() { return next_ == this && prev_ == this;
46 LinkedList<T>* next_; member in class:android::LinkedList
    [all...]
  /external/libchrome/base/containers/
linked_list.h 87 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/perfetto/src/base/
string_splitter.cc 45 next_ = str;
50 next_[size - 1] = '\0';
54 for (; next_ < end_; next_++) {
55 if (*next_ == delimiter_)
57 cur_ = next_;
58 for (;; next_++) {
59 if (*next_ == delimiter_) {
60 cur_size_ = static_cast<size_t>(next_ - cur_);
61 *(next_++) = '\0'
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-linked_ptr.h 93 next_ = this;
113 while (p->next_ != ptr) {
114 assert(p->next_ != this &&
117 p = p->next_;
119 p->next_ = this;
120 next_ = ptr;
129 if (next_ == this) return true;
130 linked_ptr_internal const* p = next_;
131 while (p->next_ != this) {
132 assert(p->next_ != next_ &
142 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-linked_ptr.h 93 next_ = this;
113 while (p->next_ != ptr) {
114 assert(p->next_ != this &&
117 p = p->next_;
119 p->next_ = this;
120 next_ = ptr;
129 if (next_ == this) return true;
130 linked_ptr_internal const* p = next_;
131 while (p->next_ != this) {
132 assert(p->next_ != next_ &
142 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /external/v8/testing/gtest/include/gtest/internal/
gtest-linked_ptr.h 93 next_ = this;
113 while (p->next_ != ptr) {
114 assert(p->next_ != this &&
117 p = p->next_;
119 p->next_ = this;
120 next_ = ptr;
129 if (next_ == this) return true;
130 linked_ptr_internal const* p = next_;
131 while (p->next_ != this) {
132 assert(p->next_ != next_ &
142 mutable linked_ptr_internal const* next_; member in class:testing::internal::linked_ptr_internal
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
timer_queue_base.hpp 30 timer_queue_base() : next_(0) {}
54 timer_queue_base* next_; member in class:asio::detail::timer_queue_base
call_stack.hpp 38 next_(call_stack<Key, Value>::top_)
48 next_(call_stack<Key, Value>::top_)
56 call_stack<Key, Value>::top_ = next_;
62 context* elem = next_;
67 elem = elem->next_;
82 context* next_; member in class:asio::detail::call_stack::context
96 elem = elem->next_;
  /external/google-breakpad/src/processor/
linked_ptr.h 69 next_ = this;
75 while (p->next_ != ptr) p = p->next_;
76 p->next_ = this;
77 next_ = ptr;
83 if (next_ == this) return true;
84 linked_ptr_internal const* p = next_;
85 while (p->next_ != this) p = p->next_;
86 p->next_ = next_
91 mutable linked_ptr_internal const* next_; member in class:google_breakpad::linked_ptr_internal
    [all...]
  /external/google-breakpad/src/testing/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/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
op_subscript.runtime.pass.cpp 21 static int next_; member in class:A
24 A() : state_(++next_) {}
35 int A::next_ = 0; member in class:A
  /external/llvm/utils/unittest/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...]
  /external/mesa3d/src/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/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/swiftshader/third_party/LLVM/utils/unittest/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...]
  /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...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
op_subscript.runtime.pass.cpp 21 static int next_; member in class:A
24 A() : state_(++next_) {}
35 int A::next_ = 0; member in class:A
  /prebuilts/ndk/r16/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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/libchrome/base/memory/
linked_ptr.h 49 next_ = this;
54 next_ = ptr->next_;
55 ptr->next_ = this;
61 if (next_ == this) return true;
62 linked_ptr_internal const* p = next_;
63 while (p->next_ != this) p = p->next_;
64 p->next_ = next_;
69 mutable linked_ptr_internal const* next_; member in class:linked_ptr_internal
    [all...]
  /external/pdfium/core/fxcrt/
unowned_ptr_unittest.cpp 17 UnownedPtr<Clink> next_ = nullptr; member in class:fxcrt::__anon31144::Clink
23 ptr2->next_ = ptr1;
31 ptr2->next_ = ptr1;
33 ptr2->next_ = nullptr;
40 ptr2->next_ = ptr1;
42 ptr2->next_.Release();
51 ptr2->next_ = ptr1;
67 ptr2->next_ = ptr1;
68 ptr2->next_ = nullptr;
84 ptr2->next_ = ptr1
    [all...]
  /external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/
sparse_column_iterable.h 50 cur_ = next_;
76 range_.end = next_;
86 next_ = std::min(next_ + 1, end_);
87 while (next_ < end_ && iter_->ix()(cur_, 0) == iter_->ix()(next_, 0)) {
88 ++next_;
95 int64 next_; member in class:tensorflow::boosted_trees::utils::SparseColumnIterable::Iterator
  /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/zone/
zone-segment.h 28 Segment* next() const { return next_; }
29 void set_next(Segment* const next) { next_ = next; }
52 Segment* next_; member in class:v8::internal::Segment
  /external/jsoncpp/src/lib_json/
json_batchallocator.h 45 BatchInfo* nextBatch = batch->next_;
62 currentBatch_ = currentBatch_->next_;
64 currentBatch_ = currentBatch_->next_;
69 currentBatch_->next_ = batches_; // insert at the head of the list
89 BatchInfo* next_; member in struct:Json::BatchAllocator::BatchInfo
104 batch->next_ = 0;

Completed in 645 milliseconds

1 2 3 4 5 6 7