Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface_unittest.cc218 int return_code_; member in google::protobuf::compiler::__anondc5646070111::CommandLineInterfaceTest
356 return_code_ = cli_.Run(args.size(), argv.get()); in RunWithArgs()
393 EXPECT_EQ(0, return_code_); in ExpectNoErrors()
399 EXPECT_NE(0, return_code_); in ExpectErrorText()
406 EXPECT_NE(0, return_code_); in ExpectErrorSubstring()
413 EXPECT_NE(0, return_code_); in HasAlternateErrorSubstring()
490 EXPECT_EQ(0, return_code_); in ExpectCapturedStdoutSubstringWithZeroReturnCode()