Home
last modified time | relevance | path

Searched defs:checkInt (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/core/
DSkReadBuffer.cpp461 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
/third_party/node/lib/internal/
Dbuffer.js60 function checkInt(value, min, max, buf, offset, byteLength) { function
/third_party/node/deps/npm/node_modules/buffer/
Dindex.js1393 function checkInt (buf, value, offset, ext, max, min) { function