Home
last modified time | relevance | path

Searched refs:as_mut (Results 76 - 100 of 112) sorted by relevance

12345

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dstruct_with_bitfields.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dbitfield_pragma_packed.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Djsval_layout_opaque.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dweird_bitfields.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dissue-1947.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dtimex.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dprivate_fields.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dlayout_mbuf.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dbitfield_align.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dbitfield-32bit-overflow.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dissue-816.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
H A Dlayout_eth_conf.rs40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
/third_party/rust/crates/clap/src/error/
H A Dmod.rs95 if let Some(message) = self.inner.message.as_mut() { in format()
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs300 fn as_mut(&mut self) -> &mut rusage { in as_mut() functions
/third_party/rust/crates/clap/clap_derive/src/derives/
H A Dargs.rs569 if let Some(#field_name) = #field_name.as_mut() { in gen_updater()
602 if let Some(#field_name) = #field_name.as_mut() { in gen_updater()
/third_party/rust/crates/proc-macro2/src/
H A Dfallback.rs245 push_token_from_proc_macro(stream.as_mut(), tree); in from()
277 .for_each(|token| push_token_from_proc_macro(vec.as_mut(), token)); in extend()
/third_party/rust/crates/lazycell/src/
H A Dlib.rs119 unsafe { &mut *self.inner.get() }.as_mut() in borrow_mut()
/third_party/rust/crates/once_cell/src/
H A Dlib.rs480 unsafe { &mut *self.inner.get() }.as_mut() in get_mut()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dpkcs5.rs70 .as_mut() in bytes_to_key()
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs18497 fn as_mut(&mut self) -> &mut str { in as_mut() functions
20651 unsafe { &mut this.ptr.as_mut().value } in make_mut()
23181 /// match fut.as_mut().poll(&mut cx) {
27166 let node = unsafe { node.as_mut() }; // this one is ours now, we can create an &mut. in unlink_node()
27200 existing_prev.as_mut().next = Some(splice_start); in splice_nodes()
27207 existing_next.as_mut().prev = Some(splice_end); in splice_nodes()
27213 splice_start.as_mut().prev = existing_prev; in splice_nodes()
27214 splice_end.as_mut().next = existing_next; in splice_nodes()
27245 first_part_tail = split_node.as_mut().prev.take(); in split_off_before_node()
27249 tail.as_mut() in split_off_before_node()
49505 fn as_mut(&mut self) -> &mut Vec<T, A> { as_mut() functions
49519 fn as_mut(&mut self) -> &mut [T] { as_mut() functions
51786 fn as_mut(&mut self) -> &mut T { as_mut() functions
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs172 if let Some(current_disp_ord) = self.current_disp_ord.as_mut() { in arg_internal()
393 if let Some(current_disp_ord) = self.current_disp_ord.as_mut() { in subcommand_internal()
/third_party/rust/crates/termcolor/src/
H A Dlib.rs633 .as_mut() in create()
950 .as_mut() in create()
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs1699 .as_mut() in recvmmsg()
2055 let (msg_control, msg_controllen) = cmsg_buffer.as_mut() in recvmsg()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs31 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
109 pub unsafe fn as_mut(&mut self) -> &mut T { in as_mut() functions
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs31 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
109 pub unsafe fn as_mut(&mut self) -> &mut T { in as_mut() functions

Completed in 98 milliseconds

12345