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

1 2

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_list.h 33 first_ = last_ = nullptr;
43 first_ = last_ = x;
56 first_ = last_ = x;
59 x->next = first_;
60 first_ = x;
67 first_ = first_->next;
68 if (!first_)
73 Item *front() { return first_; }
83 l->last_->next = first_;
140 Item *first_; member in struct:__sanitizer::IntrusiveList
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
consuming_buffers.hpp 58 first_(buffer(first, max_size)),
113 || offset_ + buffer_size(first_) >= max_size_)
119 offset_ += buffer_size(first_);
120 first_ = buffer(*begin_remainder_++, max_size_ - offset_);
130 && buffer_cast<const void*>(first_)
131 == buffer_cast<const void*>(other.first_)
132 && buffer_size(first_) == buffer_size(other.first_)
139 return first_;
143 Buffer first_; member in class:asio::detail::consuming_buffers_iterator
256 Buffer first_; member in class:asio::detail::consuming_buffers
    [all...]
timer_queue_set.hpp 51 timer_queue_base* first_; member in class:asio::detail::timer_queue_set
  /external/webrtc/talk/media/base/
hybriddataengine.h 46 : first_(first),
48 codecs_ = first_->data_codecs();
57 if (first_) {
58 channel = first_->CreateChannel(data_channel_type);
69 rtc::scoped_ptr<DataEngineInterface> first_; member in class:cricket::HybridDataEngine
  /external/v8/src/profiler/
unbound-queue-inl.h 26 first_ = new Node(Record());
27 divider_ = last_ = reinterpret_cast<base::AtomicWord>(first_);
33 while (first_ != NULL) DeleteFirst();
39 Node* tmp = first_;
40 first_ = tmp->next;
61 while (first_ != reinterpret_cast<Node*>(base::Acquire_Load(&divider_))) {
unbound-queue.h 37 Node* first_; member in class:v8::internal::BASE_EMBEDDED
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /art/runtime/base/
iteration_range.h 35 IterationRange(iterator first, iterator last) : first_(first), last_(last) { }
37 iterator begin() const { return first_; }
39 iterator cbegin() const { return first_; }
43 const iterator first_; member in class:art::IterationRange
  /bionic/libc/bionic/
pthread_atfork.cpp 48 constexpr atfork_list_t() : first_(nullptr), last_(nullptr) {}
52 for (atfork_t* it = first_; it != nullptr; it = it->next) {
70 if (first_ == nullptr) {
71 first_ = entry;
78 atfork_t* it = first_;
95 first_ = entry->next;
107 atfork_t* first_; member in class:atfork_list_t
  /external/v8/src/crankshaft/
hydrogen-removable-simulates.cc 16 : zone_(zone), mergelist_(2, zone), first_(true), mode_(NORMAL) { }
66 if (first_) {
67 first_ = false;
107 state->first_ = true;
115 first_(other.first_),
166 bool first_; member in class:v8::internal::State
hydrogen.h 69 HInstruction* first() const { return first_; }
212 HInstruction* first_; member in class:v8::internal::final
    [all...]
  /external/vixl/test/
test-runner.h 44 static Test* first() { return first_; }
69 static Test* first_; member in class:vixl::Test
test-runner.cc 33 vixl::Test* vixl::Test::first_ = NULL; member in class:vixl::Test
57 if (first_ == NULL) {
59 first_ = this;
  /art/compiler/utils/
intrusive_forward_list.h 141 IntrusiveForwardList(IntrusiveForwardList&& src) : first_(src.first_.next_hook) {
142 src.first_.next_hook = nullptr;
153 iterator before_begin() { return iterator(&first_); }
154 const_iterator before_begin() const { return const_iterator(&first_); }
155 iterator begin() { return iterator(first_.next_hook); }
156 const_iterator begin() const { return const_iterator(first_.next_hook); }
159 const_iterator cbefore_begin() const { return const_iterator(&first_); }
160 const_iterator cbegin() const { return const_iterator(first_.next_hook); }
208 std::swap(first_.next_hook, other.first_.next_hook)
386 IntrusiveForwardListHook first_; member in class:art::IntrusiveForwardList
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
iter_fold_if.hpp 70 typedef typename begin<Sequence>::type first_; typedef in struct:boost::mpl::iter_fold_if
86 first_
  /external/v8/test/cctest/
cctest.h 229 prev_ = first_;
230 first_ = this;
236 RegisterThreadedTest* current = first_;
248 static RegisterThreadedTest* first_; member in class:RegisterThreadedTest
cctest.cc 261 RegisterThreadedTest *RegisterThreadedTest::first_ = NULL; member in class:RegisterThreadedTest
  /art/compiler/utils/arm/
assembler_arm32_test.cc 300 if (first_) {
301 first_ = false;
558 first_ = false;
634 bool first_; member in class:art::AssemblerArm32Test
  /external/libweave/third_party/chromium/base/
values.cc 76 explicit ValueEquals(const Value* first) : first_(first) { }
79 return first_->Equals(second);
83 const Value* first_; member in class:base::__anon16822::ValueEquals
  /external/libchrome/base/
values.cc 76 explicit ValueEquals(const Value* first) : first_(first) { }
79 return first_->Equals(second);
83 const Value* first_; member in class:base::__anon14461::ValueEquals
    [all...]
  /external/v8/src/regexp/
jsregexp.h 238 OutSet() : first_(0), remaining_(NULL), successors_(NULL) { }
255 : first_(first), remaining_(remaining), successors_(NULL) { }
256 uint32_t first_; member in class:v8::internal::OutSet
    [all...]
jsregexp.cc 4538 bool first_; member in class:v8::internal::TableEntryHeaderPrinter
4568 bool first_; member in class:v8::internal::AttributePrinter
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-matchers.h 2666 const T* const first_; member in class:testing::internal::ElementsAreArrayMatcher
    [all...]
  /external/v8/src/
code-stubs.cc 4108 bool first_; member in class:v8::internal::SimpleListPrinter
    [all...]
objects-inl.h     [all...]

Completed in 904 milliseconds

1 2