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.cc184 int return_code_; member in google::protobuf::compiler::__anondc5646070111::CommandLineInterfaceTest
319 return_code_ = cli_.Run(args.size(), argv.get()); in Run()
355 EXPECT_EQ(0, return_code_); in ExpectNoErrors()
360 EXPECT_NE(0, return_code_); in ExpectErrorText()
367 EXPECT_NE(0, return_code_); in ExpectErrorSubstring()
373 EXPECT_EQ(0, return_code_); in ExpectErrorSubstringWithZeroReturnCode()
379 EXPECT_NE(0, return_code_); in HasAlternateErrorSubstring()