/third_party/rust/crates/regex/src/ |
D | re_trait.rs | 165 pub struct Matches<'t, R> struct 176 impl<'t, R> Matches<'t, R> implementation 192 impl<'t, R> Iterator for Matches<'t, R> implementation 225 impl<'t, R> FusedIterator for Matches<'t, R> implementation
|
D | re_bytes.rs | 695 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSync<'r>>); struct 697 impl<'r, 't> Iterator for Matches<'r, 't> { implementation 706 impl<'r, 't> FusedIterator for Matches<'r, 't> {} implementation
|
D | re_unicode.rs | 1143 pub struct Matches<'r, 't>(re_trait::Matches<'t, ExecNoSyncStr<'r>>); struct 1145 impl<'r, 't> Iterator for Matches<'r, 't> { implementation 1154 impl<'r, 't> FusedIterator for Matches<'r, 't> {} implementation
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 29 StringMatcher::StringPair*> &Matches) { in FindFirstNonCommonLetter() 49 const std::vector<const StringPair *> &Matches, unsigned CharNo, in EmitStringMatcherForChar()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | Regex.cpp | 68 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches){ in match() 112 SmallVector<StringRef, 8> Matches; in sub() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Regex.cpp | 82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match() 134 SmallVector<StringRef, 8> Matches; in sub() local
|
D | YAMLTraits.cpp | 649 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
|
D | FileCheck.cpp | 1060 SmallVector<StringRef, 2> Matches; in FindFirstMatchingPrefix() local
|
/third_party/json/tests/thirdparty/Fuzzer/test/ |
D | RepeatedMemcmp.cpp | 11 int Matches = 0; in LLVMFuzzerTestOneInput() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | StringMatcher.h | 36 const std::vector<StringPair> &Matches; variable
|
/third_party/gn/src/gn/ |
D | pattern_unittest.cc | 22 TEST(Pattern, Matches) { in TEST() argument
|
D | label_pattern.cc | 220 bool LabelPattern::Matches(const Label& label) const { in Matches() function in LabelPattern
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | lexer_test.cc | 321 TEST_P(IntegerTest_HexSigned, Matches) { in TEST_P() argument 393 TEST_P(IntegerTest_HexUnsigned, Matches) { in TEST_P() argument 438 TEST_P(IntegerTest_Unsigned, Matches) { in TEST_P() argument 476 TEST_P(IntegerTest_Signed, Matches) { in TEST_P() argument
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 617 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function 662 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
|
D | gmock-spec-builders.h | 320 bool Matches(const ArgumentTuple& args) const { in Matches() function 1113 bool Matches(const ArgumentTuple& args) const in Matches() function
|
/third_party/node/deps/npm/node_modules/glob/dist/mjs/ |
D | walker.d.ts | 48 export type Matches<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Set<Path> : O extends … alias
|
/third_party/node/deps/npm/node_modules/glob/dist/cjs/src/ |
D | walker.d.ts | 48 export type Matches<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Set<Path> : O extends … alias
|
/third_party/node/deps/googletest/include/gtest/ |
D | gtest-matchers.h | 238 bool Matches(const T& x) const { in Matches() function
|
/third_party/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 274 bool Matches(const T& x) const { in Matches() function
|
/third_party/python/Tools/msi/ |
D | uploadrelease.ps1 | 67 %{ $Matches[1], $Matches[2] } variable
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_string.cpp | 1442 bool dng_string::Matches (const char *t, in Matches() function in dng_string 1472 bool dng_string::Matches (const char *s, in Matches() function in dng_string
|
/third_party/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 268 bool Matches(const T& x) const { in Matches() function
|
/third_party/node/deps/v8/src/json/ |
D | json-parser.cc | 994 bool Matches(const base::Vector<const Char>& chars, Handle<String> string) { in Matches() function
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-nodes.h | 48 bool Matches(NodeInfo* that) { in Matches() function
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 224 bool Matches() const { return matches_; } in Matches() function 2517 bool Matches() const { return matches_; } in Matches() function 3786 bool Matches() { return left_->opcode() == opcode_; } in Matches() function
|