Home
last modified time | relevance | path

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

/external/libchrome/base/
Dpickle.cc27 end_index_(pickle.payload_size()) { in PickleIterator()
44 if (end_index_ - read_index_ < aligned_size) { in Advance()
45 read_index_ = end_index_; in Advance()
53 if (sizeof(Type) > end_index_ - read_index_) { in GetReadPointerAndAdvance()
54 read_index_ = end_index_; in GetReadPointerAndAdvance()
64 end_index_ - read_index_ < static_cast<size_t>(num_bytes)) { in GetReadPointerAndAdvance()
65 read_index_ = end_index_; in GetReadPointerAndAdvance()
Dpickle.h33 PickleIterator() : payload_(NULL), read_index_(0), end_index_(0) {} in PickleIterator()
106 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/swiftshader/third_party/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/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/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/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/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/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 const int end_index_; variable
/external/v8/testing/gtest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 const int end_index_; variable
/external/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h211 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
218 return new Iterator(this, end_, end_index_, step_); in End()
283 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/fmtlib/test/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_;