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

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_context.cc 28 handle_end_(static_cast<uint32_t>(num_handles)) {
36 if (handle_end_ < num_handles) {
37 // Assigning |num_handles| to |handle_end_| overflowed.
40 handle_end_ = 0;
63 if (index < handle_begin_ || index >= handle_end_)
67 // uint32_t (it is less than |handle_end_|).
validation_context.h 72 // [handle_begin_, handle_end_) is the valid handle index range.
74 uint32_t handle_end_; member in class:mojo::internal::ValidationContext

Completed in 597 milliseconds