Home
last modified time | relevance | path

Searched refs:isValidRange (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/js/
Dvalidator.js66 Validator.prototype.isValidRange = function(start, numBytes) { method in Validator
82 if (this.isValidRange(start, numBytes)) {
122 if (!this.isValidRange(offset, codec.kStructHeaderSize))
308 if (!this.isValidRange(offset, codec.kArrayHeaderSize))
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugAranges.h44 bool isValidRange() const { return Length > 0; } in isValidRange() function