HomeSort by relevance Sort by last modified time
    Searched refs:InternalIsValidRange (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_context.cc 51 if (!InternalIsValidRange(begin, end))
77 return InternalIsValidRange(begin, end);
80 bool ValidationContext::InternalIsValidRange(uintptr_t begin,
validation_context.h 63 bool InternalIsValidRange(uintptr_t begin, uintptr_t end) const;

Completed in 49 milliseconds