Searched refs:checkInt (Results 1 - 4 of 4) sorted by relevance
/third_party/node/lib/internal/ |
H A D | buffer.js | 60 function checkInt(value, min, max, buf, offset, byteLength) { function 581 checkInt(value, min, max, buf, offset, 7); 607 checkInt(value, min, max, buf, offset, 7); 661 checkInt(value, min, max, buf, offset, 5); 678 checkInt(value, min, max, buf, offset, 4); 694 checkInt(value, min, max, buf, offset, 3); 712 checkInt(value, min, max, buf, offset, 2); 724 checkInt(value, min, max, buf, offset, 1); 737 // `checkInt()` can not be used here because it checks two entries. 772 checkInt(valu [all...] |
/third_party/skia/src/core/ |
H A D | SkReadBuffer.h | 200 int32_t checkInt(int min, int max); 203 return static_cast<T>(this->checkInt(static_cast<int32_t>(min), in checkRange()
|
H A D | SkReadBuffer.cpp | 461 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
|
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/ |
H A D | Utils.java | 175 RubyNumeric.checkInt(value, num); in num2uint()
|
Completed in 3 milliseconds