Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc2269 std::string StripCR(const std::string& text) { in StripCR() function in google::protobuf::compiler::__anon5a1c7dce0111::EncodeDecodeTest
2335 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stdout_)); in ExpectStdoutMatchesText()
2339 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stderr_)); in ExpectStderrMatchesText()