Searched refs:stackFormatted (Results 1 – 1 of 1) sorted by relevance
2660 std::ostringstream stackFormatted; in OnUncaughtException() local2662 stackFormatted << "at " in OnUncaughtException()2672 EXPECT_STREQ(stackFormattedShouldBe, stackFormatted.str().c_str()); in OnUncaughtException()