Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkReadBuffer.cpp451 int32_t SkReadBuffer::checkInt(int32_t min, int32_t max) { in checkInt() function in SkReadBuffer
DSkReadBuffer.h304 int32_t checkInt(int min, int) { return min; } in checkInt() function
/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.js57 function checkInt(value, min, max, buf, offset, byteLength) { function