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

  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_context.cc 26 associated_endpoint_handle_end_(
40 if (associated_endpoint_handle_end_ < num_associated_endpoint_handles) {
42 associated_endpoint_handle_end_ = 0;
validation_context.h 96 index >= associated_endpoint_handle_end_)
100 // uint32_t (it is less than |associated_endpoint_handle_end_|).
156 // [associated_endpoint_handle_begin_, associated_endpoint_handle_end_) is the
159 uint32_t associated_endpoint_handle_end_; member in class:mojo::internal::ValidationContext

Completed in 142 milliseconds