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

1 2

  /external/google-breakpad/src/common/
stabs_reader.cc 74 iterator_(&entries_, big_endian, value_size),
82 ptrdiff_t offset = string_offset_ + iterator_->name_offset;
85 iterator_->index);
94 while (!iterator_->at_end) {
95 if (iterator_->type == N_SO) {
98 } else if (iterator_->type == N_UNDF && unitized_) {
112 next_cu_string_offset_ = iterator_->value;
113 ++iterator_;
119 else if ((iterator_->type & N_STAB) == 0 &&
120 (iterator_->type & N_TYPE) == N_SECT)
    [all...]
stabs_reader.h 208 EntryIterator iterator_; member in class:google_breakpad::StabsReader
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ class in inherits:const_iterator_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ class in inherits:const_iterator_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ class in inherits:const_iterator_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/unordered_iterator/
iterator.hpp 38 * Contains an iterator_ class used for ranging over the elements of the
43 class iterator_ class in inherits:const_iterator_
70 iterator_() function in class:iterator_
100 iterator_&
108 iterator_
111 iterator_ ret =* this;
125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) function in class:iterator_
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 172 iterator_(begin ? accessor->BeginIterator(data) :
182 iterator_(begin ? accessor->BeginIterator(data) :
187 accessor_->DeleteIterator(data_, iterator_);
191 iterator_ = accessor_->AdvanceIterator(data_, iterator_);
195 iterator_ = accessor_->AdvanceIterator(data_, iterator_);
202 data_, iterator_, scratch_space_.get())));
207 data_, iterator_, scratch_space_.get()));
212 return !accessor_->EqualsIterator(data_, iterator_, other.iterator_)
235 void* iterator_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
    [all...]
reflection.h 434 iterator_(begin ? accessor->BeginIterator(data) :
444 iterator_(begin ? accessor->BeginIterator(data) :
449 accessor_->DeleteIterator(data_, iterator_);
453 iterator_ = accessor_->AdvanceIterator(data_, iterator_);
457 iterator_ = accessor_->AdvanceIterator(data_, iterator_);
464 data_, iterator_, scratch_space_.get())));
469 data_, iterator_, scratch_space_.get()));
474 return !accessor_->EqualsIterator(data_, iterator_, other.iterator_)
497 void* iterator_; member in class:google::protobuf::internal::RepeatedFieldRefIterator
    [all...]
  /external/v8/src/
frames-inl.h 56 : iterator_(iterator), isolate_(iterator_->isolate()) {
61 return iterator_->handler();
264 : iterator_(isolate) {
270 : iterator_(isolate, top) {
279 StackFrame* frame = iterator_.frame();
285 StackFrame* frame = iterator_.frame();
frames.cc 139 : iterator_(isolate) {
149 iterator_.Advance();
150 } while (!iterator_.done() && !iterator_.frame()->is_java_script());
156 iterator_.Advance();
157 DCHECK(iterator_.frame()->is_arguments_adaptor());
164 : iterator_(isolate) {
165 if (!done() && !IsValidFrame(iterator_.frame())) Advance();
171 iterator_.Advance();
172 } while (!done() && !IsValidFrame(iterator_.frame()))
    [all...]
frames.h 409 this->iterator_ = NULL;
534 const StackFrameIteratorBase* iterator_; member in class:v8::internal::BASE_EMBEDDED
1186 StackFrameIterator iterator_; member in class:v8::internal::BASE_EMBEDDED
1206 StackFrameIterator iterator_; member in class:v8::internal::BASE_EMBEDDED
1249 StackFrameIterator iterator_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/gtest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 288 : base_(base), iterator_(iterator) {}
295 ++iterator_;
301 // We need to use cached value referenced by iterator_ because *iterator_
303 // having "return &*iterator_;" doesn't work.
305 // can advance iterator_ beyond the end of the range, and we cannot
310 value_.reset(new T(*iterator_));
319 return iterator_ ==
320 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
329 iterator_(other.iterator_) {
332 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(other.iterator_) {
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
  /external/vixl/src/vixl/
invalset.h 257 typename std::vector<ElementType>::iterator iterator_; member in class:vixl::InvalSetIterator
669 iterator_ = typename std::vector<ElementType>::iterator(
691 return &(*iterator_);
702 iterator_++;
716 bool done = (iterator_ == inval_set_->vector_->end());
729 iterator_ = inval_set_->vector_->end();
738 inval_set_->EraseInternal(&(*iterator_));
761 while ((iterator_ != inval_set_->vector_->end()) && !IsValid(*iterator_)) {
762 iterator_++
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
chatroommoduleimpl.cc 129 XmppChatroomModuleImpl::JidMemberMap::iterator iterator_; member in class:buzz::XmppChatroomMemberEnumeratorImpl
673 iterator_ = map->begin();
684 return iterator_->second;
694 } else if (iterator_ == map_->begin()) {
698 iterator_--;
709 iterator_ = map_->begin();
714 iterator_++;
731 return (iterator_ == map_->end());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 172 typedef iterator_ iterator;
275 friend class iterator_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 172 typedef iterator_ iterator;
275 friend class iterator_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 172 typedef iterator_ iterator;
275 friend class iterator_;
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/list_update_map_/
lu_map_.hpp 172 typedef iterator_ iterator;
275 friend class iterator_;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 232 typedef iterator_ iterator;
634 friend class iterator_;

Completed in 975 milliseconds

1 2