Home
last modified time | relevance | path

Searched defs:Matches (Results 1 – 25 of 32) sorted by relevance

12

/third_party/rust/crates/regex/src/
Dre_trait.rs165 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
Dre_bytes.rs695 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
Dre_unicode.rs1143 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/
DStringMatcher.cpp29 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/
DRegex.cpp68 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/
DRegex.cpp82 bool Regex::match(StringRef String, SmallVectorImpl<StringRef> *Matches, in match()
134 SmallVector<StringRef, 8> Matches; in sub() local
DYAMLTraits.cpp649 bool Output::bitSetMatch(const char *Str, bool Matches) { in bitSetMatch()
DFileCheck.cpp1060 SmallVector<StringRef, 2> Matches; in FindFirstMatchingPrefix() local
/third_party/json/tests/thirdparty/Fuzzer/test/
DRepeatedMemcmp.cpp11 int Matches = 0; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DStringMatcher.h36 const std::vector<StringPair> &Matches; variable
/third_party/gn/src/gn/
Dpattern_unittest.cc22 TEST(Pattern, Matches) { in TEST() argument
Dlabel_pattern.cc220 bool LabelPattern::Matches(const Label& label) const { in Matches() function in LabelPattern
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer_test.cc321 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/
Dgmock-matchers.h617 static bool Matches(const MatcherTuple& matcher_tuple, in Matches() function
662 static bool Matches(const MatcherTuple& /* matcher_tuple */, in Matches() function
Dgmock-spec-builders.h320 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/
Dwalker.d.ts48 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/
Dwalker.d.ts48 export type Matches<O extends GlobWalkerOpts> = O extends GWOFileTypesTrue ? Set<Path> : O extends … alias
/third_party/node/deps/googletest/include/gtest/
Dgtest-matchers.h238 bool Matches(const T& x) const { in Matches() function
/third_party/googletest/googletest/include/gtest/
Dgtest-matchers.h274 bool Matches(const T& x) const { in Matches() function
/third_party/python/Tools/msi/
Duploadrelease.ps167 %{ $Matches[1], $Matches[2] } variable
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_string.cpp1442 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/
Dgtest-matchers.h268 bool Matches(const T& x) const { in Matches() function
/third_party/node/deps/v8/src/json/
Djson-parser.cc994 bool Matches(const base::Vector<const Char>& chars, Handle<String> string) { in Matches() function
/third_party/node/deps/v8/src/regexp/
Dregexp-nodes.h48 bool Matches(NodeInfo* that) { in Matches() function
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dinstruction-selector-arm64.cc224 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

12