| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | twoway.rs | 652 fn new(needle: &[u8]) -> ApproximateByteSet { in new() functions
|
| H A D | mod.rs | 456 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 D | function.rs | 101 pub fn new( in new() functions
|
| /third_party/rust/crates/clap/src/error/ |
| H A D | mod.rs | 124 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 D | cargo.rs | 100 fn new(nam functions [all...] |
| /third_party/rust/crates/cxx/src/ |
| H A D | unique_ptr.rs | 38 pub fn new(value: T) -> Self in new() functions
|
| /third_party/rust/crates/regex/regex-syntax/src/ |
| H A D | utf8.rs | 229 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 D | ocsp.rs | 309 pub fn new() -> Result<OcspRequest, ErrorStack> { in new() functions
|
| H A D | encrypt.rs | 76 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 D | error.rs | 353 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 D | sha.rs | 125 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 D | epoll.rs | 131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new() functions
|
| /third_party/rust/crates/minimal-lexical/src/ |
| H A D | heapvec.rs | 24 pub fn new() -> Self { in new() functions
|
| H A D | bigint.rs | 63 pub fn new() -> Self { in new() functions
|
| /third_party/rust/crates/nix/src/sys/ |
| H A D | select.rs | 29 pub fn new() -> FdSet { in new() functions [all...] |
| /third_party/rust/crates/nom/src/ |
| H A D | internal.rs | 59 pub fn new(s: usize) -> Self { in new() functions
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
| H A D | epoll.rs | 131 pub fn new(flags: CreateFlags, context: Context) -> io::Result<Self> { in new() functions
|
| /third_party/rust/crates/serde/serde_derive/src/ |
| H A D | ser.rs | 98 fn new(cont: &Container) -> Self { in new() functions [all...] |
| /third_party/rust/crates/syn/src/ |
| H A D | lifetime.rs | 39 pub fn new(symbol: &str, span: Span) -> Self { in new() functions
|
| H A D | buffer.rs | 60 pub fn new(stream: proc_macro::TokenStream) -> Self { in new() functions
|
| /third_party/rust/crates/regex/regex-syntax/src/ast/ |
| H A D | print.rs | 26 fn new() -> PrinterBuilder { in new() functions 51 pub fn new() -> Printer { in new() functions
|
| /third_party/rust/crates/regex/src/ |
| H A D | re_set.rs | 126 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 D | interval.rs | 46 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 D | verify.rs | 77 pub fn new() -> Result<X509VerifyParam, ErrorStack> { in new() functions
|
| /third_party/rust/crates/regex/bench/src/ffi/ |
| H A D | pcre2.rs | 32 pub fn new(pattern: &str) -> Result<Regex, Error> { in new() functions
|