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.cc1699 string StripCR(const string& text) { in Run() function in google::protobuf::compiler::__anon2cc2a3640111::EncodeDecodeTest
1756 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stdout_)); in Run()
1760 EXPECT_EQ(StripCR(expected_text), StripCR(captured_stderr_)); in Run()