Home
last modified time | relevance | path

Searched refs:end_index_ (Results 1 – 12 of 12) sorted by relevance

/external/libchrome/base/
Dpickle.cc26 end_index_(pickle.payload_size()) { in PickleIterator()
43 if (end_index_ - read_index_ < aligned_size) { in Advance()
44 read_index_ = end_index_; in Advance()
52 if (sizeof(Type) > end_index_ - read_index_) { in GetReadPointerAndAdvance()
53 read_index_ = end_index_; in GetReadPointerAndAdvance()
63 end_index_ - read_index_ < static_cast<size_t>(num_bytes)) { in GetReadPointerAndAdvance()
64 read_index_ = end_index_; in GetReadPointerAndAdvance()
Dpickle.h28 PickleIterator() : payload_(NULL), read_index_(0), end_index_(0) {} in PickleIterator()
102 size_t end_index_; // Payload size. variable
/external/mesa3d/src/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/google-breakpad/src/testing/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/protobuf/gtest/include/gtest/internal/
Dgtest-param-util.h186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
193 return new Iterator(this, end_, end_index_, step_); in End()
258 const int end_index_; variable
/external/gtest/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
194 return new Iterator(this, end_, end_index_, step_); in End()
259 const int end_index_; variable
/external/protobuf/gtest/fused-src/gtest/
Dgtest.h8683 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
8690 return new Iterator(this, end_, end_index_, step_);
8755 const int end_index_;
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_gtest.h10247 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10254 return new Iterator(this, end_, end_index_, step_);
10319 const int end_index_;
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h10186 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10193 return new Iterator(this, end_, end_index_, step_);
10258 const int end_index_;
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
Dgtest.h10187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
10194 return new Iterator(this, end_, end_index_, step_);
10259 const int end_index_;