Searched defs:should_match (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/testing/
H A Dmimics_pcre_test.cc13 bool should_match; member in struct:re2::PCRETest
68 CHECK_EQ(t.should_match, re->MimicsPCRE())
/external/v8/tools/ignition/
H A Dlinux_perf_report_test.py157 def should_match(signature, name): function in function:LinuxPerfReportTest.test_strip_function_parameters
160 should_match("foo(bar)", "foo"),
161 should_match("Foo(foomatic::(anonymous)::bar(baz))", "Foo"),
162 should_match("v8::(anonymous ns)::bar<thing(with, parentheses)>(baz, poe)",
/external/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp369 bool should_match = false; local
371 should_match = true;
373 EXPECT_EQ(should_match, llvm::isa<PDBSymbolUnknown>(*item->second));

Completed in 212 milliseconds