Home
last modified time | relevance | path

Searched refs:regx (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/libs/regex/test/captures/
Dcaptures_test.cpp47 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/
Dcaptures_example.cpp23 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/
Dcaptures.qbk99 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/
Dx86_64-xlate.pl527 regx => 0x90, # uleb28
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def619 HANDLE_DW_OP(0x90, regx, 2, DWARF)