/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/ |
D | shiftor.rs | 20 pub struct Finder { struct 25 impl Finder { argument 32 pub fn new(needle: &[u8]) -> Option<Finder> { in new()
|
/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | shiftor.rs | 20 pub struct Finder { struct 25 impl Finder { argument 32 pub fn new(needle: &[u8]) -> Option<Finder> { in new()
|
D | rabinkarp.rs | 69 pub struct Finder { struct 79 impl Finder { argument 87 pub fn new(needle: &[u8]) -> Finder { in new() 330 fn roll(&mut self, finder: &Finder, old: u8, new: u8) { in roll() 344 fn del(&mut self, finder: &Finder, byte: u8) { in del()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/ |
D | shiftor.rs | 20 pub struct Finder { struct 25 impl Finder { argument 32 pub fn new(needle: &[u8]) -> Option<Finder> { in new()
|
D | rabinkarp.rs | 69 pub struct Finder { struct 79 impl Finder { argument 87 pub fn new(needle: &[u8]) -> Finder { in new() 330 fn roll(&mut self, finder: &Finder, old: u8, new: u8) { in roll() 344 fn del(&mut self, finder: &Finder, byte: u8) { in del()
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | find_format.hpp | 60 FinderT Finder, in find_format_copy() 94 FinderT Finder, in find_format_copy() 130 FinderT Finder, in find_format() 179 FinderT Finder, in find_format_all_copy() 214 FinderT Finder, in find_format_all_copy() 252 FinderT Finder, in find_format_all()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/x86_64/avx2/ |
D | packedpair.rs | 23 pub struct Finder { struct 24 sse2: packedpair::Finder<__m128i>, argument 25 avx2: packedpair::Finder<__m256i>, argument 28 impl Finder { impl 37 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 49 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 68 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/x86_64/avx2/ |
D | packedpair.rs | 23 pub struct Finder { struct 24 sse2: packedpair::Finder<__m128i>, argument 25 avx2: packedpair::Finder<__m256i>, argument 28 impl Finder { impl 37 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 49 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 68 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/avx2/ |
D | packedpair.rs | 23 pub struct Finder { struct 24 sse2: packedpair::Finder<__m128i>, argument 25 avx2: packedpair::Finder<__m256i>, argument 28 impl Finder { impl 37 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 49 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 68 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/packedpair/ |
D | mod.rs | 35 pub struct Finder { struct 41 impl Finder { argument 45 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 56 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/packedpair/ |
D | mod.rs | 35 pub struct Finder { struct 41 impl Finder { impl 45 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 56 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair()
|
/external/rust/android-crates-io/crates/memchr/src/arch/all/packedpair/ |
D | mod.rs | 35 pub struct Finder { struct 41 impl Finder { implementation 45 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 56 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/wasm32/simd128/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<v128>); struct 25 impl Finder { implementation 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/rust/android-crates-io/crates/memchr/src/arch/wasm32/simd128/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<v128>); struct 25 impl Finder { implementation 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/detail/ |
D | find_format_all.hpp | 39 FinderT Finder, in find_format_all_copy_impl2() 86 FinderT Finder, in find_format_all_copy_impl() 113 FinderT Finder, in find_format_all_copy_impl2() 161 FinderT Finder, in find_format_all_copy_impl() 187 FinderT Finder, in find_format_all_impl2() 257 FinderT Finder, in find_format_all_impl()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/wasm32/simd128/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<v128>); struct 25 impl Finder { implementation 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/x86_64/sse2/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<__m128i>); struct 25 impl Finder { impl 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/aarch64/neon/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<uint8x16_t>); struct 32 impl Finder { implementation 41 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 53 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 72 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/x86_64/sse2/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<__m128i>); struct 25 impl Finder { implementation 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/aarch64/neon/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<uint8x16_t>); struct 32 impl Finder { impl 41 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 53 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 72 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/rust/android-crates-io/crates/memchr/src/arch/aarch64/neon/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<uint8x16_t>); struct 32 impl Finder { impl 41 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 53 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 72 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/rust/android-crates-io/crates/memchr/src/arch/x86_64/sse2/ |
D | packedpair.rs | 23 pub struct Finder(packedpair::Finder<__m128i>); struct 25 impl Finder { implementation 34 pub fn new(needle: &[u8]) -> Option<Finder> { in new() 46 pub fn with_pair(needle: &[u8], pair: Pair) -> Option<Finder> { in with_pair() 65 unsafe fn with_pair_impl(needle: &[u8], pair: Pair) -> Finder { in with_pair_impl()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/generic/ |
D | packedpair.rs | 35 pub(crate) struct Finder<V> { struct 42 impl<V: Vector> Finder<V> { impl
|
/external/rust/android-crates-io/crates/memchr/src/arch/generic/ |
D | packedpair.rs | 35 pub(crate) struct Finder<V> { struct 42 impl<V: Vector> Finder<V> { argument
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/generic/ |
D | packedpair.rs | 35 pub(crate) struct Finder<V> { struct 42 impl<V: Vector> Finder<V> { argument
|