/third_party/flutter/skia/experimental/svg/model/ |
D | SkPEG.h | 25 struct MatchResult { struct 26 MatchResult(std::nullptr_t) : fNext(nullptr) {} in MatchResult() function 27 MatchResult(const char* next, const V& v) : fNext(next), fValue(&v) {} in MatchResult() argument 55 using MatchT = MatchResult<V>; argument
|
/third_party/spirv-tools/source/diff/ |
D | diff.cpp | 1519 struct MatchResult { in BestEffortMatchFunctions() struct 1520 uint32_t src_id; in BestEffortMatchFunctions() 1521 uint32_t dst_id; in BestEffortMatchFunctions() 1522 DiffMatch src_match; in BestEffortMatchFunctions() 1523 DiffMatch dst_match; in BestEffortMatchFunctions() 1524 float match_rate; in BestEffortMatchFunctions() 1525 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
D | AVRAsmParser.cpp | 320 unsigned MatchResult = in MatchAndEmitInstruction() local 608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
|
/third_party/rust/crates/glob/src/ |
D | lib.rs | 530 enum MatchResult { enum 728 ) -> MatchResult { in matches_from()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 1438 Expected<size_t> MatchResult = Pat.match(MatchBuffer, CurrentMatchLen, SM); in Check() local 1561 Expected<size_t> MatchResult = Pat->match(Buffer, MatchLen, SM); in CheckNot() local 1621 Expected<size_t> MatchResult = Pat.match(MatchBuffer, MatchLen, SM); in CheckDag() local
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | check_output.py | 193 class MatchResult: class
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
D | MSP430AsmParser.cpp | 258 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/ |
D | WebAssemblyAsmParser.cpp | 825 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 587 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/AsmParser/ |
D | SystemZAsmParser.cpp | 1247 unsigned MatchResult; in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 4787 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 5739 unsigned MatchResult = in MatchAndEmitInstruction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 10465 unsigned MatchResult; in MatchAndEmitInstruction() local
|