Searched refs:regx (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/libs/regex/test/captures/ |
D | captures_test.cpp | 47 void test_captures(const std::string& regx, const std::string& text, const T& expected) in test_captures() argument 50 void test_captures(const std::string& regx, const std::string& text, T& expected) in test_captures() 53 boost::regex e(regx); in test_captures() 74 std::wstring wre(regx.begin(), regx.end()); in test_captures() 98 boost::u32regex ure = boost::make_u32regex(regx); in test_captures()
|
/third_party/boost/libs/regex/example/snippets/ |
D | captures_example.cpp | 23 void print_captures(const std::string& regx, const std::string& text) in print_captures() argument 25 boost::regex e(regx); in print_captures() 27 std::cout << "Expression: \"" << regx << "\"\n"; in print_captures()
|
/third_party/boost/libs/regex/doc/ |
D | captures.qbk | 99 void print_captures(const std::string& regx, const std::string& text) 101 boost::regex e(regx); 103 std::cout << "Expression: \"" << regx << "\"\n";
|
/third_party/openssl/crypto/perlasm/ |
D | x86_64-xlate.pl | 527 regx => 0x90, # uleb28
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 619 HANDLE_DW_OP(0x90, regx, 2, DWARF)
|