Home
last modified time | relevance | path

Searched refs:MatchRes (Results 1 – 18 of 18) sorted by relevance

/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/elastigo-2fe47fd29e4b/lib/
H A Dbaseresponse.go121 type MatchRes struct { struct
128 Matches []MatchRes `json:"matches"`
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/mattbaird/elastigo/lib/
H A Dbaseresponse.go121 type MatchRes struct { struct
128 Matches []MatchRes `json:"matches"`
/dports/editors/cudatext/CudaText-1.151.0/econtrol/econtrol/
H A Dec_regexpr.pas280 function DoResult(MatchRes: integer): integer; in DoResult()
713 function TZeroWidth.DoResult(MatchRes: integer): integer; in DoResult()
717 If MatchRes = 0 then
722 Result := MatchRes;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/lang/clang-mesa/clang-13.0.1.src/docs/
H A DLibASTImporter.rst210 auto MatchRes = match(MB, Unit->getASTContext());
212 assert(MatchRes.size() >= 1);
215 const_cast<Node *>(MatchRes[0].template getNodeAs<Node>("bindStr"));
/dports/editors/fte/fte/src/
H A De_search.cpp468 MatchRes = b; in FindRx()
581 if (0 == RxReplace(opt.strReplace, L->Chars, L->Count, MatchRes, &PR, &LR)) { in Find()
H A De_buffer.h217 RxMatchRes MatchRes; variable