Home
last modified time | relevance | path

Searched defs:new (Results 526 - 550 of 825) sorted by relevance

1...<<21222324252627282930>>...33

/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs652 fn new(needle: &[u8]) -> ApproximateByteSet { in new() functions
H A Dmod.rs456 pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> Finder<'n> { new() functions
583 pub fn new<B: ?Sized + AsRef<[u8]>>(needle: &'n B) -> FinderRev<'n> { new() functions
705 pub fn new() -> FinderBuilder { new() functions
820 fn new(config: SearcherConfig, needle: &'n [u8]) -> Searcher<'n> { new() functions
1053 fn new(needle: &'n [u8]) -> SearcherRev<'n> { new() functions
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dfunction.rs101 pub fn new( in new() functions
/third_party/rust/crates/clap/src/error/
H A Dmod.rs124 pub fn new(kind: ErrorKind) -> Self { in new() functions
842 fn new() -> Option<Self> { new() functions
861 fn new() -> Option<Self> { new() functions
[all...]
/third_party/rust/crates/cxx/gen/build/src/
H A Dcargo.rs100 fn new(nam functions
[all...]
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs38 pub fn new(value: T) -> Self in new() functions
/third_party/rust/crates/regex/regex-syntax/src/
H A Dutf8.rs229 fn new(start: u8, end: u8) -> Self { new() functions
307 pub fn new(start: char, end: char) -> Self { new() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/
H A Docsp.rs309 pub fn new() -> Result<OcspRequest, ErrorStack> { in new() functions
H A Dencrypt.rs76 pub fn new<T>(pkey: &'a PKeyRef<T>) -> Result<Encrypter<'a>, ErrorStack> in new() functions
280 pub fn new<T>(pkey: &'a PKeyRef<T>) -> Result<Decrypter<'a>, ErrorStack> in new() functions
[all...]
H A Derror.rs353 unsafe fn new(s: *const c_char) -> Self { in new() functions
385 unsafe fn new(s: *const c_char) -> Self { in new() functions
H A Dsha.rs125 pub fn new() -> Sha1 { in new() functions
171 pub fn new() -> Sha224 { in new() functions
217 pub fn new() functions
263 pub fn new() -> Sha384 { new() functions
309 pub fn new() -> Sha512 { new() functions
[all...]
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Depoll.rs131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new() functions
/third_party/rust/crates/minimal-lexical/src/
H A Dheapvec.rs24 pub fn new() -> Self { in new() functions
H A Dbigint.rs63 pub fn new() -> Self { in new() functions
/third_party/rust/crates/nix/src/sys/
H A Dselect.rs29 pub fn new() -> FdSet { in new() functions
[all...]
/third_party/rust/crates/nom/src/
H A Dinternal.rs59 pub fn new(s: usize) -> Self { in new() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Depoll.rs131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new() functions
/third_party/rust/crates/serde/serde_derive/src/
H A Dser.rs98 fn new(cont: &Container) -> Self { in new() functions
[all...]
/third_party/rust/crates/syn/src/
H A Dlifetime.rs39 pub fn new(symbol: &str, span: Span) -> Self { in new() functions
H A Dbuffer.rs60 pub fn new(stream: proc_macro::TokenStream) -> Self { in new() functions
/third_party/rust/crates/regex/regex-syntax/src/ast/
H A Dprint.rs26 fn new() -> PrinterBuilder { in new() functions
51 pub fn new() -> Printer { in new() functions
/third_party/rust/crates/regex/src/
H A Dre_set.rs126 pub fn new<I, S>(exprs: I) -> Result<RegexSet, Error> in new() functions
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dinterval.rs46 pub fn new<T: IntoIterator<Item = I>>(intervals: T) -> IntervalSet<I> { in new() functions
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs77 pub fn new() -> Result<X509VerifyParam, ErrorStack> { in new() functions
/third_party/rust/crates/regex/bench/src/ffi/
H A Dpcre2.rs32 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions

Completed in 17 milliseconds

1...<<21222324252627282930>>...33