HomeSort by relevance Sort by last modified time
    Searched refs:index_ (Results 51 - 75 of 261) sorted by null

1 23 4 5 6 7 8 91011

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
test_iterators.h 345 : begin_(nullptr), end_(nullptr), current_(nullptr), action_(TADereference), index_(0) {}
347 : begin_(first), end_(last), current_(first), action_(action), index_(index) {}
349 : begin_(rhs.begin_), end_(rhs.end_), current_(rhs.current_), action_(rhs.action_), index_(rhs.index_) {}
354 if (index_ == 0)
362 --index_;
368 index_ = rhs.index_;
377 if (index_ == 0)
384 --index_;
461 mutable size_t index_; member in struct:ThrowingIterator
    [all...]
  /art/libdexfile/dex/
string_reference.h 35 : DexFileReference(file, index.index_) {}
  /external/libchrome/base/json/
json_parser.cc 64 index_(0),
80 index_ = 0;
200 ++index_;
207 index_ += n;
259 index_last_line_ = index_;
465 int start_index = index_;
466 pos_ = start_pos_ + index_; // CBU8_NEXT is postcrement.
467 CBU8_NEXT(start_pos_, index_, length, next_char);
481 --index_; // Rewind by one because of CBU8_NEXT.
675 const int start_index = index_;
    [all...]
  /external/v8/src/ast/
variables.cc 24 index_(-1),
variables.h 101 int index() const { return index_; }
115 index_ = index;
135 int index_; member in class:v8::internal::final
  /system/tools/aidl/
generate_java.h 57 int index_; member in class:android::aidl::VariableFactory
  /external/protobuf/src/google/protobuf/
descriptor_database.cc 263 return index_.AddFile(*file, file);
269 return MaybeCopy(index_.FindFile(filename), output);
275 return MaybeCopy(index_.FindSymbol(symbol_name), output);
282 return MaybeCopy(index_.FindExtension(containing_type, field_number), output);
288 return index_.FindAllExtensionNumbers(extendee_type, output);
312 return index_.AddFile(file, std::make_pair(encoded_file_descriptor, size));
331 return MaybeParse(index_.FindFile(filename), output);
337 return MaybeParse(index_.FindSymbol(symbol_name), output);
343 pair<const void*, int> encoded_file = index_.FindSymbol(symbol_name);
373 return MaybeParse(index_.FindExtension(containing_type, field_number)
    [all...]
  /external/libchrome/base/trace_event/
heap_profiler_allocation_register.cc 18 : register_(alloc_register), index_(index) {}
21 index_ = register_.allocations_.Next(index_ + 1);
26 return index_ != other.index_;
31 return register_.GetAllocation(index_);
  /external/v8/src/
source-position-table.cc 171 : table_(byte_array), index_(0), current_() {
177 DCHECK(index_ >= 0 && index_ <= table_->length());
178 if (index_ >= table_->length()) {
179 index_ = kDone;
182 DecodeEntry(table_, &index_, &tmp);
  /art/libartbase/base/
hash_set.h 71 BaseIterator(HashSetType* hash_set, size_t index) : index_(index), hash_set_(hash_set) {
77 return hash_set_ == other.hash_set_ && this->index_ == other.index_;
85 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
91 this->index_ = this->NextNonEmptySlot(this->index_, hash_set_);
96 DCHECK(!hash_set_->IsFreeSlot(this->index_));
97 return hash_set_->ElementForIndex(this->index_);
107 size_t index_; member in class:art::HashSet::BaseIterator
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.h 161 : instruction_(instruction), index_(index) {}
165 const ShapeIndex& index() const { return index_; }
168 return instruction_ == other.instruction_ && index_ == other.index_;
176 ShapeIndex index_; member in class:BufferAlias
  /external/v8/src/wasm/
function-body-decoder-impl.h 243 unsigned cur_index() { return index_; }
244 bool has_next() { return decoder_->ok() && index_ <= table_count_; }
247 index_++;
266 index_(0),
273 uint32_t index_; // the current index. member in class:v8::internal::wasm::BranchTableIterator
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 227 : file_(a_file), line_(a_line), index_(an_index),
237 int index() const { return index_; }
243 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/protobuf/gtest/include/gtest/internal/
gtest-death-test-internal.h 196 : file_(a_file), line_(a_line), index_(an_index),
206 int index() const { return index_; }
212 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-death-test-internal.h 229 : file_(a_file), line_(a_line), index_(an_index),
239 int index() const { return index_; }
245 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/v8/testing/gtest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
gtest-death-test-internal.h 240 : file_(a_file), line_(a_line), index_(an_index),
250 int index() const { return index_; }
256 int index_; member in class:testing::internal::InternalRunDeathTestFlag
  /external/jsoncpp/src/lib_json/
json_value.cpp 164 // Notes: index_ indicates if the string was allocated when
167 Value::CZString::CZString(ArrayIndex index) : cstr_(0), index_(index) {}
171 index_(allocate) {}
174 : cstr_(other.index_ != noDuplication && other.cstr_ != 0
177 index_(other.cstr_
178 ? static_cast<ArrayIndex>(other.index_ == noDuplication
180 : other.index_) {}
183 if (cstr_ && index_ == duplicate)
189 std::swap(index_, other.index_);
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
dynobj.h 366 : index_(-1U)
377 gold_assert(this->index_ != -1U);
378 return this->index_;
385 gold_assert(this->index_ == -1U);
386 this->index_ = index;
398 unsigned int index_; member in class:gold::Version_base

Completed in 713 milliseconds

1 23 4 5 6 7 8 91011