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
|