Searched refs:fixture_squelch (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/utest/trace/
H A Dengine_tests.cpp462 auto test_str = fixture_squelch(ts_squelch, test_record.c_str());
467 auto record_str = fixture_squelch(ts_squelch,
601 auto test_str = fixture_squelch(ts_squelch, test_record.c_str());
606 auto record_str = fixture_squelch(ts_squelch,
626 test_str = fixture_squelch(ts_squelch, test_record.c_str());
629 auto record_str = fixture_squelch(ts_squelch,
H A Dfixture.h57 fbl::String fixture_squelch(FixtureSquelch* squelch, const char* str);
H A Dfixture.cpp296 fbl::String fixture_squelch(FixtureSquelch* squelch, const char* str) { function
345 buf.Append(fixture_squelch(squelch, str.c_str()));

Completed in 27 milliseconds