Home
last modified time | relevance | path

Searched defs:bump (Results 51 – 75 of 1948) sorted by relevance

12345678910>>...78

/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/devel/dtool/dtool-0.11.0/cargo-crates/bumpalo-3.2.0/src/collections/
H A Dstring.rs94 let bump = $bump; localVariable
449 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
572 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
715 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 ) -> String<'bump> { in from_raw_parts_in()
830 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
853 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1447 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1521 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1721 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/bumpalo/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/benchmarks/inferno/inferno-0.10.9/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/bumpalo/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
448 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
571 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
714 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
790 ) -> String<'bump> { in from_raw_parts_in()
829 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
852 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1446 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/www/jwt-cli/jwt-cli-5.0.0/cargo-crates/bumpalo-3.8.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/bumpalo-2.4.3/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
448 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
571 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
714 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
790 ) -> String<'bump> { in from_raw_parts_in()
829 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
852 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1446 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/bumpalo-3.2.0/src/collections/
H A Dstring.rs94 let bump = $bump; localVariable
449 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
572 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
715 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 ) -> String<'bump> { in from_raw_parts_in()
830 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
853 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1447 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1521 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1721 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/bumpalo-3.4.0/src/collections/
H A Dstring.rs94 let bump = $bump; localVariable
449 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
572 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
715 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 ) -> String<'bump> { in from_raw_parts_in()
830 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
853 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1447 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1521 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1721 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/graphics/rx/rx-0.4.0/cargo-crates/bumpalo-2.6.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
448 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
571 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
714 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
790 ) -> String<'bump> { in from_raw_parts_in()
829 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
852 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1446 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/multimedia/neolink/neolink-cf54129/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/bumpalo-3.4.0/src/collections/
H A Dstring.rs94 let bump = $bump; localVariable
449 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
572 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
715 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
791 ) -> String<'bump> { in from_raw_parts_in()
830 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
853 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1447 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1521 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1721 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/www/monolith/monolith-2.6.1/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/devel/py-maturin/maturin-0.11.3/cargo-crates/bumpalo-3.7.0/src/collections/
H A Dstring.rs95 let bump = $bump; localVariable
450 pub fn new_in(bump: &'bump Bump) -> String<'bump> { in new_in() argument
573 pub fn from_utf8(vec: Vec<'bump, u8>) -> Result<String<'bump>, FromUtf8Error<'bump>> { in from_utf8()
716 pub fn from_str_in(s: &str, bump: &'bump Bump) -> String<'bump> { in from_str_in() argument
792 ) -> String<'bump> { in from_raw_parts_in()
831 pub unsafe fn from_utf8_unchecked(bytes: Vec<'bump, u8>) -> String<'bump> { in from_utf8_unchecked()
854 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
1448 pub unsafe fn as_mut_vec(&mut self) -> &mut Vec<'bump, u8> { in as_mut_vec()
1522 pub fn split_off(&mut self, at: usize) -> String<'bump> { in split_off()
1722 pub fn into_bytes(self) -> Vec<'bump, u8> { in into_bytes()
[all …]
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/net-im/zkgroup/zkgroup-0.7.4/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/net-im/libsignal-client/libsignal-client-0.9.6/cargo-crates/bumpalo-3.6.1/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/net/routinator/routinator-0.10.2/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/editors/kak-lsp/kak-lsp-11.1.0/cargo-crates/bumpalo-3.7.0/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/bumpalo-3.6.1/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/www/rearx/rearx-0.1.4/cargo-crates/bumpalo-3.6.1/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/bumpalo-3.6.1/tests/
H A Dtry_alloc.rs100 let bump = GLOBAL_ALLOCATOR.with_successful_allocs(|| { in main() localVariable
104 let bump = Bump::try_new().unwrap(); in main() localVariable
136 let mut bump = Bump::try_new().unwrap(); in main() localVariable
216 let bump = Bump::try_new().unwrap(); in main() localVariable

12345678910>>...78