Searched defs:first_ (Results 1 - 19 of 19) sorted by relevance

/external/parameter-framework/asio/include/asio/detail/
H A Dtimer_queue_set.hpp51 timer_queue_base* first_; member in class:asio::detail::timer_queue_set
H A Dconsuming_buffers.hpp58 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...]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dtimer_queue_set.hpp51 timer_queue_base* first_; member in class:asio::detail::timer_queue_set
H A Dconsuming_buffers.hpp58 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...]
/external/v8/src/profiler/
H A Dunbound-queue.h37 Node* first_; member in class:v8::internal::BASE_EMBEDDED
/external/webrtc/talk/media/base/
H A Dhybriddataengine.h46 : 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/vixl/test/
H A Dtest-runner.cc33 vixl::Test* vixl::Test::first_ = NULL; member in class:vixl::Test
57 if (first_ == NULL) {
59 first_ = this;
H A Dtest-runner.h44 static Test* first() { return first_; }
69 static Test* first_; member in class:vixl::Test
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h33 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/v8/src/crankshaft/
H A Dhydrogen-removable-simulates.cc16 : 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
H A Dhydrogen.h44 HInstruction* first() const { return first_; }
187 HInstruction* first_; member in class:v8::internal::final
/external/v8/test/cctest/
H A Dcctest.cc262 RegisterThreadedTest *RegisterThreadedTest::first_ = NULL; member in class:RegisterThreadedTest
H A Dcctest.h245 prev_ = first_;
246 first_ = this;
252 RegisterThreadedTest* current = first_;
264 static RegisterThreadedTest* first_; member in class:RegisterThreadedTest
/external/v8/src/
H A Dcode-stubs.cc521 explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {}
524 if (first_) {
525 first_ = false;
534 bool first_; member in class:v8::internal::SimpleListPrinter
/external/libchrome/base/
H A Dvalues.cc76 explicit ValueEquals(const Value* first) : first_(first) { }
79 return first_->Equals(second);
83 const Value* first_; member in class:base::__anon9196::ValueEquals
/external/libweave/third_party/chromium/base/
H A Dvalues.cc76 explicit ValueEquals(const Value* first) : first_(first) { }
79 return first_->Equals(second);
83 const Value* first_; member in class:base::__anon11320::ValueEquals
/external/google-breakpad/src/testing/include/gmock/
H A Dgmock-matchers.h2654 first_(first), count_(count) {}
2662 return MakeMatcher(new ElementsAreMatcherImpl<Container>(first_, count_));
2666 const T* const first_; member in class:testing::internal::ElementsAreArrayMatcher
/external/v8/src/regexp/
H A Djsregexp.h234 OutSet() : first_(0), remaining_(NULL), successors_(NULL) { }
251 : first_(first), remaining_(remaining), successors_(NULL) { }
252 uint32_t first_; member in class:v8::internal::OutSet
H A Djsregexp.cc4448 : first_(true),
4451 if (first_) {
4452 first_ = false;
4470 bool first_; member in class:v8::internal::TableEntryHeaderPrinter
4479 first_(true) {}
4481 if (first_) {
4482 first_ = false;
4500 bool first_; member in class:v8::internal::AttributePrinter
5811 OutSet* result = new(zone) OutSet(first_, remaining_);
5820 first_ |
[all...]

Completed in 472 milliseconds