Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 58) sorted by relevance

123

/third_party/nghttp2/src/
Dshrpx_router_test.cc46 struct Pattern { struct
47 StringRef pattern;
48 size_t idx;
49 bool wildcard;
/third_party/rust/crates/os_str_bytes/src/
Dpattern.rs36 pub trait Pattern: private::Sealed { trait
57 impl Pattern for &str { impl
65 impl<'a> Pattern for &'a String { impl
Draw_str.rs311 P: Pattern, in contains()
331 P: Pattern, in ends_with()
369 pub fn find<P>(&self, pat: P) -> Option<usize> in find()
434 pub fn rfind<P>(&self, pat: P) -> Option<usize> in rfind()
486 P: Pattern, in rsplit_once()
542 P: Pattern, in split()
601 P: Pattern, in split_once()
621 P: Pattern, in starts_with()
663 pub fn strip_prefix<P>(&self, pat: P) -> Option<&Self> in strip_prefix()
689 pub fn strip_suffix<P>(&self, pat: P) -> Option<&Self> in strip_suffix()
[all …]
/third_party/mesa3d/bin/ci/
Dci_run_n_monitor.py116 target_jobs_regex: re.Pattern,
117 include_stage_regex: re.Pattern,
118 exclude_stage_regex: re.Pattern,
465 target_jobs_regex: re.Pattern,
466 include_stage_regex: re.Pattern,
467 exclude_stage_regex: re.Pattern,
Dgitlab_gql.py329 dag: Dag, job_name_regex: Pattern, include_stage_regex: Pattern, exclude_stage_regex: Pattern
/third_party/rust/rust/tests/rustdoc/synthetic_auto/
Dself-referential.rs4 pub trait Pattern { interface
/third_party/typescript/tests/cases/compiler/
DdiscriminantsAndPrimitives.ts54 Pattern = "Pattern", enumerator
69 interface Pattern extends NodeBase { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp147 StringRef Pattern, in findSourceFiles()
154 StringRef Pattern, in findOneSourceFile()
160 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
166 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/third_party/rust/crates/aho-corasick/src/packed/
Dpattern.rs226 pub struct Pattern<'a>(&'a [u8]); struct
228 impl<'a> fmt::Debug for Pattern<'a> { implementation
236 impl<'p> Pattern<'p> { impl
/third_party/skia/modules/skparagraph/include/
DHyphenator.h47 struct Pattern { struct
48 uint8_t patterns[8]; // dynamic
/third_party/skia/m133/modules/skparagraph/include/
DHyphenator.h47 struct Pattern { struct
48 uint8_t patterns[8]; // dynamic
/third_party/rust/crates/glob/src/
Dlib.rs492 pub struct Pattern { struct
494 tokens: Vec<PatternToken>, argument
499 impl fmt::Display for Pattern { argument
505 impl FromStr for Pattern { implementation
541 impl Pattern { impl
813 patterns: &[Pattern], in fill_todo()
/third_party/rust/rust/tests/rustdoc/
Dasync-fn.rs49 pub trait Pattern<'a> {} trait
/third_party/tex-hyphen/collaboration/source/hyphenator/
Dgenerate-js-Hyphenator.rb63 class Pattern class
/third_party/gn/src/gn/
Dpattern_unittest.cc22 TEST(Pattern, Matches) { in TEST() argument
Dpattern.cc89 Pattern::Pattern(const std::string& s) { function in Pattern
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp284 llvm::StringRef Pattern, in findSourceFiles()
306 llvm::StringRef Pattern, in findOneSourceFile()
315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/third_party/rust/rust/library/core/src/
Dpanicking.rs243 struct Pattern<'a>(&'a str); in assert_matches_failed() struct
244 impl fmt::Debug for Pattern<'_> { in assert_matches_failed() implementation
/third_party/rust/crates/regex/src/
Dpattern.rs13 impl<'r, 't> Pattern<'t> for &'r Regex { impl
/third_party/rust/rust/compiler/rustc_ast_passes/src/
Dshow_span.rs16 Pattern, enumerator
/third_party/rust/rust/library/core/src/str/
Dpattern.rs99 pub trait Pattern<'a>: Sized { trait
797 impl<'a, const N: usize> Pattern<'a> for [char; N] { impl
817 impl<'a, 'b, const N: usize> Pattern<'a> for &'b [char; N] { impl
857 impl<'a, 'b> Pattern<'a> for &'b [char] { impl
918 impl<'a, 'b, 'c> Pattern<'a> for &'c &'b str { impl
936 impl<'a, 'b> Pattern<'a> for &'b str { impl
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoCompile.cs647 public Regex Pattern { get; set; } property in Grpc.Tools.ProtoCompile.ErrorListFilter
/third_party/tex-hyphen/ohos/src/hyphen-build/
Dhyphen_pattern_reader.cpp56 struct Pattern { struct
57 uint8_t patterns[8]; // dynamic
/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/
Dlib.rs72 Pattern, enumerator

123