Home
last modified time | relevance | path

Searched defs:Searcher (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/memchr-2.7.2/src/memmem/
H A Dsearcher.rs33 pub(crate) struct Searcher { struct
34 call: SearcherKindFn, argument
35 kind: SearcherKind, argument
39 impl Searcher { argument
48 ) -> Searcher { in new()
178 ) -> Searcher { in twoway()
227 impl core::fmt::Debug for Searcher { implementation
287 _searcher: &Searcher, in searcher_kind_empty()
302 searcher: &Searcher, in searcher_kind_one_byte()
319 searcher: &Searcher, in searcher_kind_two_way()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/memchr/src/memmem/
Dsearcher.rs33 pub(crate) struct Searcher { struct
34 call: SearcherKindFn, argument
35 kind: SearcherKind, argument
39 impl Searcher { implementation
48 ) -> Searcher { in new()
178 ) -> Searcher { in twoway()
227 impl core::fmt::Debug for Searcher { implementation
287 _searcher: &Searcher, in searcher_kind_empty()
302 searcher: &Searcher, in searcher_kind_one_byte()
319 searcher: &Searcher, in searcher_kind_two_way()
[all …]
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/
H A Dapi.rs253 pub fn build(&self) -> Option<Searcher> { in build()
284 fn build_teddy(&self, patterns: Arc<Patterns>) -> Option<teddy::Searcher> { in build_teddy()
396 pub struct Searcher { struct
405 Teddy(teddy::Searcher), argument
409 impl Searcher { implementation
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/teddy/
H A Dbuilder.rs58 pub(crate) fn build(&self, patterns: Arc<Patterns>) -> Option<Searcher> { in build()
98 fn build_imp(&self, patterns: Arc<Patterns>) -> Option<Searcher> { in build_imp()
322 pub(crate) struct Searcher { struct
330 imp: Arc<dyn SearcherT>, argument
339 impl Searcher { argument
/aosp_15_r20/external/rust/android-crates-io/crates/aho-corasick/src/packed/
Dapi.rs247 pub fn build(&self) -> Option<Searcher> { in build()
373 pub struct Searcher { struct
386 impl Searcher { impl
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/util/
H A Diter.rs147 pub struct Searcher<'h> { struct
158 impl<'h> Searcher<'h> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs102 type Searcher: Searcher<'a>; typedef
106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher()
197 pub unsafe trait Searcher<'a> { interface
547 type Searcher = CharSearcher<'a>; typedef
550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher()
655 type Searcher = MultiCharEqSearcher<'a, C>; typedef
953 type Searcher = StrSearcher<'a, 'b>; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs102 type Searcher: Searcher<'a>; typedef
106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher()
197 pub unsafe trait Searcher<'a> { trait
547 type Searcher = CharSearcher<'a>; typedef
550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher()
655 type Searcher = MultiCharEqSearcher<'a, C>; typedef
953 type Searcher = StrSearcher<'a, 'b>; typedef
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs102 type Searcher: Searcher<'a>; typedef
106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher()
197 pub unsafe trait Searcher<'a> { trait
547 type Searcher = CharSearcher<'a>; typedef
550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher()
655 type Searcher = MultiCharEqSearcher<'a, C>; typedef
953 type Searcher = StrSearcher<'a, 'b>; typedef
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs102 type Searcher: Searcher<'a>; typedef
106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher()
197 pub unsafe trait Searcher<'a> { trait
547 type Searcher = CharSearcher<'a>; typedef
550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher()
655 type Searcher = MultiCharEqSearcher<'a, C>; typedef
953 type Searcher = StrSearcher<'a, 'b>; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/str/
H A Dpattern.rs102 type Searcher: Searcher<'a>; typedef
106 fn into_searcher(self, haystack: &'a str) -> Self::Searcher; in into_searcher()
197 pub unsafe trait Searcher<'a> { interface
547 type Searcher = CharSearcher<'a>; typedef
550 fn into_searcher(self, haystack: &'a str) -> Self::Searcher { in into_searcher()
655 type Searcher = MultiCharEqSearcher<'a, C>; typedef
953 type Searcher = StrSearcher<'a, 'b>; typedef
/aosp_15_r20/external/skia/src/sksl/analysis/
H A DSkSLSpecialization.cpp52 class Searcher : public ProgramVisitor { in FindFunctionsToSpecialize() class
57 Searcher(SpecializationInfo& info, const ParameterMatchesFn& parameterMatchesFn) in FindFunctionsToSpecialize() function in SkSL::Analysis::FindFunctionsToSpecialize::Searcher
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dpattern.rs14 type Searcher = RegexSearcher<'r, 't>; typedef
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-1.10.4/src/
H A Dpattern.rs14 type Searcher = RegexSearcher<'r, 't>; typedef
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef
2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef
2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2292 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef
2294 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2289 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef
2291 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/
H A Dstring.rs2289 type Searcher = <&'b str as Pattern<'a>>::Searcher; typedef
2291 fn into_searcher(self, haystack: &'a str) -> <&'b str as Pattern<'a>>::Searcher { in into_searcher()
/aosp_15_r20/external/guice/extensions/persist/lib/
HDdb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-plugin-ij193/1.3.61-release-180/
HDkotlin-plugin-ij193-1.3.61-release-180.jarMETA-INF/ META-INF/MANIFEST.MF kotlinManifest.properties META-INF/annotation ...