Home
last modified time | relevance | path

Searched defs:MatchResult (Results 1 – 25 of 42) sorted by relevance

12

/external/rust/beto-rust/nearby/presence/ldt_np_adv/benches/
Dldt_adv_scan.rs99 pub struct MatchResult<const O: usize> { struct
101 matching_index: usize,
103 token: V0IdentityToken,
105 plaintext: ArrayView<u8, O>,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/FileCheck/
DFileCheckImpl.h738 struct MatchResult { struct
741 MatchResult(size_t MatchPos, size_t MatchLen, Error E) in MatchResult() function
743 MatchResult(Match M, Error E) : TheMatch(M), TheError(std::move(E)) {} in MatchResult() argument
744 MatchResult(Error E) : TheError(std::move(E)) {} in MatchResult() argument
DFileCheck.cpp2079 Pattern::MatchResult MatchResult, in printMatch()
2232 Pattern::MatchResult MatchResult, in reportMatchResult()
2293 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in Check() local
2415 Pattern::MatchResult MatchResult = Pat->match(Buffer, SM); in CheckNot() local
2469 Pattern::MatchResult MatchResult = Pat.match(MatchBuffer, SM); in CheckDag() local
/external/clang/include/clang/ASTMatchers/
DASTMatchFinder.h75 struct MatchResult { struct
97 virtual void run(const MatchResult &Result) = 0; argument
/external/flatbuffers/tests/fuzzer/
Dflatbuffers_scalar_fuzzer.cc72 struct MatchResult { struct in RegexMatcher
73 size_t pos{ 0 };
74 size_t len{ 0 };
75 bool res{ false };
76 bool quoted{ false };
/external/cronet/base/i18n/
Dstring_search_unittest.cc338 struct MatchResult { in TEST() struct
339 int match_index; in TEST()
340 int match_length; in TEST()
/external/llvm-libc/test/UnitTest/
DLibcTest.cpp284 bool Test::testMatch(bool MatchResult, MatcherBase &Matcher, const char *LHSStr, in testMatch()
/external/angle/third_party/spirv-tools/src/source/diff/
Ddiff.cpp1616 struct MatchResult { in BestEffortMatchFunctions() struct
1617 uint32_t src_id; in BestEffortMatchFunctions()
1618 uint32_t dst_id; in BestEffortMatchFunctions()
1619 DiffMatch src_match; in BestEffortMatchFunctions()
1620 DiffMatch dst_match; in BestEffortMatchFunctions()
1621 float match_rate; in BestEffortMatchFunctions()
1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/external/deqp-deps/SPIRV-Tools/source/diff/
Ddiff.cpp1616 struct MatchResult { in BestEffortMatchFunctions() struct
1617 uint32_t src_id; in BestEffortMatchFunctions()
1618 uint32_t dst_id; in BestEffortMatchFunctions()
1619 DiffMatch src_match; in BestEffortMatchFunctions()
1620 DiffMatch dst_match; in BestEffortMatchFunctions()
1621 float match_rate; in BestEffortMatchFunctions()
1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/external/swiftshader/third_party/SPIRV-Tools/source/diff/
Ddiff.cpp1616 struct MatchResult { in BestEffortMatchFunctions() struct
1617 uint32_t src_id; in BestEffortMatchFunctions()
1618 uint32_t dst_id; in BestEffortMatchFunctions()
1619 DiffMatch src_match; in BestEffortMatchFunctions()
1620 DiffMatch dst_match; in BestEffortMatchFunctions()
1621 float match_rate; in BestEffortMatchFunctions()
1622 bool operator<(const MatchResult& other) const { in BestEffortMatchFunctions()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp329 unsigned MatchResult = in MatchAndEmitInstruction() local
633 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/
DAVRAsmParser.cpp320 unsigned MatchResult = in MatchAndEmitInstruction() local
608 auto MatchResult = MatchOperandParserImpl(Operands, Mnemonic); in ParseInstruction() local
/external/grpc-grpc/src/core/lib/surface/
Dserver.cc151 class MatchResult { class in grpc_core::Server::RequestMatcherInterface
153 MatchResult(Server* server, size_t cq_idx, RequestedCall* requested_call) in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult
164 MatchResult(MatchResult&& other) noexcept in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult
1481 RequestMatcherInterface::MatchResult& mr = std::get<1>(r); in InitCall()
1568 r) mutable { in MakeCallPromise()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/AsmParser/
DM68kAsmParser.cpp934 auto MatchResult = MatchOperandParserImpl(Operands, Name); in ParseInstruction() local
995 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dserver.cc199 class MatchResult { class in grpc_core::Server::RequestMatcherInterface
201 MatchResult(Server* server, size_t cq_idx, RequestedCall* requested_call) in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult
212 MatchResult(MatchResult&& other) noexcept in MatchResult() function in grpc_core::Server::RequestMatcherInterface::MatchResult
1344 match_result_and_payload) mutable { in MakeCallPromise()
/external/rust/crates/glob/src/
Dlib.rs530 enum MatchResult { enum
728 ) -> MatchResult { in matches_from()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp1438 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
/external/mesa3d/src/amd/compiler/tests/
Dcheck_output.py193 class MatchResult: class
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DOption.java224 enum MatchResult { enum in Option
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp258 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/MSP430/AsmParser/
DMSP430AsmParser.cpp262 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp549 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp825 unsigned MatchResult = in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp587 unsigned MatchResult = MatchInstructionImpl(Operands, Inst, ErrorInfo, in MatchAndEmitInstruction() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/AsmParser/
DWebAssemblyAsmParser.cpp1013 unsigned MatchResult = MatchInstructionImpl( in MatchAndEmitInstruction() local

12