Searched refs:handle_idx_ (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/fidl/
H A Dencoding.cpp50 zx_handle_close_many(handles_, handle_idx_);
62 if (handle_idx_ == max_handles_) {
68 handles_[handle_idx_] = *out_handle;
75 ++handle_idx_;
289 uint32_t handle_idx_ = 0u; member in namespace:__anon1079
510 *out_actual_handles_ = handle_idx_;
H A Ddecoding.cpp55 if (handle_idx_ == num_handles_) {
58 *out_handle = handles_[handle_idx_];
59 ++handle_idx_;
268 uint32_t handle_idx_ = 0u; member in namespace:__anon1059
492 if (handle_idx_ != num_handles_) {
H A Dvalidating.cpp52 if (handle_idx_ == num_handles_) {
55 ++handle_idx_;
266 uint32_t handle_idx_ = 0u; member in namespace:__anon1102
480 if (handle_idx_ != num_handles_) {

Completed in 32 milliseconds