Searched refs:MatchKind (Results 1 – 12 of 12) sorted by relevance
/third_party/re2/re2/ |
D | prog.h | 192 enum MatchKind { enum 263 Anchor anchor, MatchKind kind, 273 Anchor anchor, MatchKind kind, StringPiece* match0, 291 int BuildEntireDFA(MatchKind kind, const DFAStateCallback& cb); 312 Anchor anchor, MatchKind kind, 319 Anchor anchor, MatchKind kind, 332 Anchor anchor, MatchKind kind, 392 DFA* GetDFA(MatchKind kind);
|
D | dfa.cc | 79 DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem); 82 Prog::MatchKind kind() { return kind_; } in kind() 342 Prog::MatchKind kind_; // The kind of DFA. 437 DFA::DFA(Prog* prog, Prog::MatchKind kind, int64_t max_mem) in DFA() 1815 DFA* Prog::GetDFA(MatchKind kind) { in GetDFA() 1859 Anchor anchor, MatchKind kind, StringPiece* match0, in SearchDFA() 1997 int Prog::BuildEntireDFA(MatchKind kind, const DFAStateCallback& cb) { in BuildEntireDFA()
|
D | bitstate.cc | 357 MatchKind kind, in SearchBitState()
|
D | onepass.cc | 216 Anchor anchor, MatchKind kind, in SearchOnePass()
|
D | nfa.cc | 695 Anchor anchor, MatchKind kind, in SearchNFA()
|
D | re2.cc | 643 Prog::MatchKind kind = Prog::kFirstMatch; in GlobalReplace()
|
/third_party/re2/re2/testing/ |
D | tester.h | 54 TestInstance(const StringPiece& regexp, Prog::MatchKind kind, 76 Prog::MatchKind kind_; // kind of match
|
D | tester.cc | 119 static std::string FormatKind(Prog::MatchKind kind) { in FormatKind() 171 TestInstance::TestInstance(const StringPiece& regexp_str, Prog::MatchKind kind, in TestInstance() 609 static Prog::MatchKind kinds[] = {
|
D | backtrack.cc | 252 MatchKind kind, in UnsafeSearchBacktrack()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | btree.h | 439 enum class MatchKind : uint8_t { kEq, kNe }; 444 MatchKind match; 447 bool IsEq() const { return match == MatchKind::kEq; } 457 SearchResult(V value, MatchKind /*match*/) : value(value) {} 763 return {s, MatchKind::kEq}; 769 return {s, MatchKind::kNe}; 796 MatchKind exact_match = MatchKind::kNe; 808 exact_match = MatchKind::kEq; 822 return {mid, MatchKind::kEq}; 825 return {s, MatchKind::kNe}; [all …]
|
/third_party/abseil-cpp/absl/container/internal/ |
D | btree.h | 378 enum class MatchKind : uint8_t { kEq, kNe }; 383 MatchKind match; 386 bool IsEq() const { return match == MatchKind::kEq; } 687 return {s, MatchKind::kEq}; 693 return {s, MatchKind::kNe}; 720 MatchKind exact_match = MatchKind::kNe; 732 exact_match = MatchKind::kEq; 746 return {mid, MatchKind::kEq}; 749 return {s, MatchKind::kNe}; 2536 if (res.match == MatchKind::kEq) { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 198 RegKind MatchKind); 3134 RegKind MatchKind) { in tryParseVectorRegister() argument 3146 unsigned RegNum = matchRegisterNameAlias(Head, MatchKind); in tryParseVectorRegister() 3151 if (!isValidVectorKind(Kind, MatchKind)) { in tryParseVectorRegister()
|