Home
last modified time | relevance | path

Searched refs:match_result (Results 1 – 25 of 51) sorted by relevance

123

/third_party/boost/boost/spirit/home/classic/core/primitives/
Dnumerics.hpp42 typedef typename match_result<ScannerT, T>::type type;
73 typedef typename match_result<ScannerT, T>::type type;
125 typedef typename match_result<ScannerT, bool>::type type;
165 static typename match_result<ScannerT, nil_t>::type
235 typedef typename match_result<ScannerT, T>::type type;
/third_party/jerryscript/tests/jerry/
Dstring-prototype-match.js30 function match_equals (match_result, expected) argument
32 if (match_result.length !== expected.length)
39 if (match_result[i] !== expected[i])
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dpass_fixture.h188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local
189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch()
190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch()
214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local
215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail()
216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
Dir_builder.cpp62 auto match_result = effcee::Match(assembly, original); in Match() local
63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
64 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dpass_fixture.h188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local
189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch()
190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch()
214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local
215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail()
216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
Dir_builder.cpp62 auto match_result = effcee::Match(assembly, original); in Match() local
63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
64 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/spirv-tools/test/opt/
Dpass_fixture.h188 auto match_result = effcee::Match(disassembly, original); in SinglePassRunAndMatch() local
189 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndMatch()
190 << match_result.message() << "\nChecking result:\n" in SinglePassRunAndMatch()
214 auto match_result = effcee::Match(errs.str(), original); in SinglePassRunAndFail() local
215 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in SinglePassRunAndFail()
216 << match_result.message() << "\nChecking messages:\n" in SinglePassRunAndFail()
Dir_builder.cpp62 auto match_result = effcee::Match(assembly, original); in Match() local
63 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
64 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/boost/boost/spirit/home/classic/core/non_terminal/impl/
Drule.ipp164 typedef typename match_result<ScannerT, attr_t>::type type;
214 virtual typename match_result<ScannerT, AttrT>::type
237 typename match_result<ScannerT, AttrT>::type
274 // virtual typename match_result<ScannerT0, AttrT>::type
285 virtual typename match_result< \
341 // virtual typename match_result<ScannerT0, AttrT>::type
358 virtual typename match_result< \
Dsubrule.ipp81 typedef typename match_result<ScannerT, ContextResultT>::type
94 typedef typename match_result<ScannerT, ContextResultT>::type
/third_party/musl/libc-test/src/functional/
Dtest-malloc-stats-print.c53 int match_result = regexec(&thread_data_regex, output, REGEX_NMATCH, pmatch, 0); in find_thread_in_output() local
55 if (match_result != 0) { in find_thread_in_output()
/third_party/mindspore/tests/st/model_zoo_tests/
Dutils.py107 match_result = re.search(pattern, line)
108 if match_result is not None:
109 value_list.append(float(match_result.group(1)))
/third_party/boost/boost/spirit/home/classic/utility/
Descape_char.hpp64 typedef typename match_result<ScannerT, CharT>::type type;
133 typedef typename match_result<ScannerT, CharT>::type type;
Dloops.hpp81 typedef typename match_result<ScannerT, nil_t>::type type;
158 typedef typename match_result<ScannerT, nil_t>::type type;
242 typedef typename match_result<ScannerT, nil_t>::type type;
Dfunctor_parser.hpp44 typedef typename match_result<ScannerT, functor_result_t>::type
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dlcssa.cpp57 auto match_result = effcee::Match(assembly, original); in Match() local
58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
59 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/
Dlcssa.cpp57 auto match_result = effcee::Match(assembly, original); in Match() local
58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
59 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/spirv-tools/test/opt/loop_optimizations/
Dlcssa.cpp57 auto match_result = effcee::Match(assembly, original); in Match() local
58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
59 << match_result.message() << "\nChecking result:\n" in Match()
Dpeeling.cpp57 auto match_result = effcee::Match(assembly, checks); in Match() local
58 EXPECT_EQ(effcee::Result::Status::Ok, match_result.status()) in Match()
59 << match_result.message() << "\nChecking result:\n" in Match()
/third_party/boost/boost/program_options/
Doptions_description.hpp88 enum match_result { no_match, full_match, approximate_match }; enum in boost::program_options::option_description
93 match_result match(const std::string& option, bool approx,
/third_party/boost/boost/spirit/home/classic/dynamic/
Dswitch.hpp108 typedef typename match_result<ScannerT, nil_t>::type type;
165 typedef typename match_result<ScannerT, nil_t>::type type;
Dif.hpp66 typedef typename match_result<ScannerT, nil_t>::type type;
164 typedef typename match_result<ScannerT, nil_t>::type type;
/third_party/boost/boost/spirit/home/classic/core/composite/
Depsilon.hpp120 { typedef typename match_result<ScannerT, nil_t>::type type; };
162 { typedef typename match_result<ScannerT, nil_t>::type type; };
/third_party/boost/boost/spirit/home/classic/core/non_terminal/
Dgrammar.hpp48 typedef typename match_result<ScannerT, attr_t>::type type;
/third_party/boost/boost/spirit/home/classic/core/
Dparser.hpp126 typedef typename match_result<ScannerT, nil_t>::type type;

123