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 24 handle_end_(static_cast<uint32_t>(num_handles)),
36 if (handle_end_ < num_handles) {
38 handle_end_ = 0;
validation_context.h 74 if (index < handle_begin_ || index >= handle_end_)
78 // uint32_t (it is less than |handle_end_|).
152 // [handle_begin_, handle_end_) is the valid handle index range.
154 uint32_t handle_end_; member in class:mojo::internal::ValidationContext

Completed in 2044 milliseconds