/external/libchrome/base/ |
D | pickle.cc | 27 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()
|
D | pickle.h | 33 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/ |
D | gtest-param-util.h | 187 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/ |
D | gtest-param-util.h | 187 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/ |
D | gtest-param-util.h | 186 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/ |
D | gtest-param-util.h | 187 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/ |
D | gtest-param-util.h | 187 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/ |
D | gtest-param-util.h | 187 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/ |
D | gtest-param-util.h | 211 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/ |
D | gtest-param-util.h | 211 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/ |
D | gtest-param-util.h | 211 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/ |
D | gtest.h | 8683 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/ |
D | gtest.h | 10186 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/ |
D | gtest.h | 10187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} 10194 return new Iterator(this, end_, end_index_, step_); 10259 const int end_index_;
|