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

1 23 4 5 6 7

  /external/v8/src/compiler/
schedule.h 47 int ToInt() const { return static_cast<int>(index_); }
48 size_t ToSize() const { return index_; }
53 explicit Id(size_t index) : index_(index) {}
54 size_t index_; member in class:v8::internal::compiler::final::Id
instruction.h 852 return index_;
856 return static_cast<size_t>(index_);
858 bool IsValid() const { return index_ >= 0; }
864 return other.index_ == this->index_ + 1;
868 bool operator==(RpoNumber other) const { return index_ == other.index_; }
869 bool operator!=(RpoNumber other) const { return index_ != other.index_; }
870 bool operator>(RpoNumber other) const { return index_ > other.index_;
    [all...]
node-matchers.h 193 : NodeMatcher(node), object_(InputAt(0)), index_(InputAt(1)) {}
198 IntPtrMatcher const& index() const { return index_; }
202 IntPtrMatcher const index_; member in struct:v8::internal::compiler::LoadMatcher
387 index_(nullptr),
396 index_(nullptr),
404 Node* index() const { return index_; }
411 Node* index_; member in struct:v8::internal::compiler::BaseWithIndexAndDisplacementMatcher
554 index_ = index;
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 201 : base_(base), value_(value), index_(index), step_(step) {}
209 index_++;
222 CheckedDowncastToActualType<const Iterator>(&other)->index_;
223 return index_ == other_index;
229 base_(other.base_), value_(other.value_), index_(other.index_),
237 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
210 index_++;
223 CheckedDowncastToActualType<const Iterator>(&other)->index_;
224 return index_ == other_index;
230 base_(other.base_), value_(other.value_), index_(other.index_),
238 int index_; member in class:testing::internal::RangeGenerator::Iterator
  /external/vixl/src/vixl/
invalset.h 256 size_t index_; member in class:vixl::InvalSetIterator
661 index_(0),
693 return &(inval_set_->preallocated_[index_]);
704 index_++;
708 index_++;
717 VIXL_ASSERT(done == (index_ == inval_set_->size()));
720 return index_ == inval_set_->size();
731 index_ = inval_set_->size();
741 inval_set_->EraseInternal(inval_set_->preallocated_ + index_);
  /external/v8/src/interpreter/
bytecodes.cc 411 DCHECK_GE(index_, kMinInt8);
412 DCHECK_LE(index_, kMaxInt8);
413 return static_cast<uint8_t>(-index_);
423 DCHECK_GE(index_, kMinInt16);
424 DCHECK_LE(index_, kMaxInt16);
425 return static_cast<uint16_t>(-index_);
  /external/webrtc/webrtc/system_wrappers/source/
sort.cc 66 ptr_sort_key[i].index_ = i; \
77 uint32_t index_; member in struct:webrtc::SortKey
83 uint32_t index_;
217 ptr_sort_key[i].index_ = i;
237 ptr_sort_key[i].index_ * size_of_element, size_of_element);
441 ptr_sort_key[i].index_ * size_of_element, size_of_element);
  /external/deqp/external/vulkancts/framework/vulkan/
vkBinaryRegistry.hpp 208 deUint32 index_)
210 , index (index_)
  /external/protobuf/src/google/protobuf/
descriptor_database.h 252 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 251 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor_database.h 251 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor_database.h 251 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor_database.h 252 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
301 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor_database.h 251 DescriptorIndex<const FileDescriptorProto*> index_; member in class:google::protobuf::SimpleDescriptorDatabase
300 SimpleDescriptorDatabase::DescriptorIndex<pair<const void*, int> > index_; member in class:google::protobuf::EncodedDescriptorDatabase
  /art/runtime/lambda/
closure.h 104 size_t index_; member in struct:art::lambda::VariableInfo
  /external/libchrome/base/json/
json_parser.h 211 // |index_| and |index_last_line_|, with an optional positive/negative
227 // |start_pos_ + index_|.
234 int index_; member in class:base::internal::JSONParser
242 // The last value of |index_| on the previous line.
  /external/libchrome/base/metrics/
sample_vector.h 99 size_t index_; member in class:base::SampleVectorIterator
  /external/libweave/third_party/chromium/base/json/
json_parser.h 211 // |index_| and |index_last_line_|, with an optional positive/negative
227 // |start_pos_ + index_|.
234 int index_; member in class:base::internal::JSONParser
242 // The last value of |index_| on the previous line.
  /external/sfntly/cpp/src/sfntly/table/truetype/
loca_table.h 38 int32_t index_; member in class:sfntly::LocaTable::LocaIterator

Completed in 1248 milliseconds

1 23 4 5 6 7