CommandLineInterfaceTest  212 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::SetUp() {
CommandLineInterfaceTest  246 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::TearDown() {
CommandLineInterfaceTest  257 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::Run(const string& command) {
CommandLineInterfaceTest  314 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::CreateTempFile(
CommandLineInterfaceTest  329 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::CreateTempDir(const string& name) {
CommandLineInterfaceTest  335 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectNoErrors() {
CommandLineInterfaceTest  340 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectErrorText(const string& expected_text) {
CommandLineInterfaceTest  346 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectErrorSubstring(
CommandLineInterfaceTest  352 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectErrorSubstringWithZeroReturnCode(
CommandLineInterfaceTest  358 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc bool CommandLineInterfaceTest::HasAlternateErrorSubstring(
CommandLineInterfaceTest  364 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectGenerated(
CommandLineInterfaceTest  374 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectGenerated(
CommandLineInterfaceTest  385 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectGeneratedWithMultipleInputs(
CommandLineInterfaceTest  396 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectGeneratedWithInsertions(
CommandLineInterfaceTest  407 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ExpectNullCodeGeneratorCalled(
CommandLineInterfaceTest  413 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc void CommandLineInterfaceTest::ReadDescriptorSet(
CommandLineInterfaceTest  427 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, BasicOutput) {
CommandLineInterfaceTest  441 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, BasicPlugin) {
CommandLineInterfaceTest  455 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorAndPlugin) {
CommandLineInterfaceTest  470 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MultipleInputs) {
CommandLineInterfaceTest  494 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MultipleInputsWithImport) {
CommandLineInterfaceTest  524 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CreateDirectory) {
CommandLineInterfaceTest  541 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorParameters) {
CommandLineInterfaceTest  557 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ExtraGeneratorParameters) {
CommandLineInterfaceTest  583 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, Insert) {
CommandLineInterfaceTest  608 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WindowsOutputPath) {
CommandLineInterfaceTest  621 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WindowsOutputPathAndParameter) {
CommandLineInterfaceTest  634 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, TrailingBackslash) {
CommandLineInterfaceTest  651 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, PathLookup) {
CommandLineInterfaceTest  672 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ColonDelimitedPath) {
CommandLineInterfaceTest  702 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, NonRootMapping) {
CommandLineInterfaceTest  716 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MultipleGenerators) {
CommandLineInterfaceTest  737 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, DisallowServicesNoServices) {
CommandLineInterfaceTest  752 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, DisallowServicesHasService) {
CommandLineInterfaceTest  766 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, AllowServicesHasService) {
CommandLineInterfaceTest  781 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CwdRelativeInputs) {
CommandLineInterfaceTest  797 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WriteDescriptorSet) {
CommandLineInterfaceTest  822 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WriteDescriptorSetWithSourceInfo) {
CommandLineInterfaceTest  847 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WriteTransitiveDescriptorSet) {
CommandLineInterfaceTest  878 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, WriteTransitiveDescriptorSetWithSourceInfo) {
CommandLineInterfaceTest  911 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ParseErrors) {
CommandLineInterfaceTest  925 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ParseErrorsMultipleFiles) {
CommandLineInterfaceTest  952 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, InputNotFoundError) {
CommandLineInterfaceTest  962 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CwdRelativeInputNotFoundError) {
CommandLineInterfaceTest  975 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CwdRelativeInputNotMappedError) {
CommandLineInterfaceTest 1001 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CwdRelativeInputNotFoundAndNotMappedError) {
CommandLineInterfaceTest 1017 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, CwdRelativeInputShadowedError) {
CommandLineInterfaceTest 1041 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ProtoPathNotFoundError) {
CommandLineInterfaceTest 1052 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MissingInputError) {
CommandLineInterfaceTest 1061 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MissingOutputError) {
CommandLineInterfaceTest 1071 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, OutputWriteError) {
CommandLineInterfaceTest 1100 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, PluginOutputWriteError) {
CommandLineInterfaceTest 1124 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, OutputDirectoryNotFoundError) {
CommandLineInterfaceTest 1135 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, PluginOutputDirectoryNotFoundError) {
CommandLineInterfaceTest 1146 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, OutputDirectoryIsFileError) {
CommandLineInterfaceTest 1164 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorError) {
CommandLineInterfaceTest 1176 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorPluginError) {
CommandLineInterfaceTest 1190 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorPluginFail) {
CommandLineInterfaceTest 1205 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorPluginCrash) {
CommandLineInterfaceTest 1229 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, PluginReceivesSourceCodeInfo) {
CommandLineInterfaceTest 1240 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorPluginNotFound) {
CommandLineInterfaceTest 1265 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GeneratorPluginNotAllowed) {
CommandLineInterfaceTest 1279 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, HelpText) {
CommandLineInterfaceTest 1289 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, GccFormatErrors) {
CommandLineInterfaceTest 1304 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MsvsFormatErrors) {
CommandLineInterfaceTest 1319 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, InvalidErrorFormat) {
CommandLineInterfaceTest 1336 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ParseSingleCharacterFlag) {
CommandLineInterfaceTest 1350 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ParseSpaceDelimitedValue) {
CommandLineInterfaceTest 1364 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, ParseSingleCharacterSpaceDelimitedValue) {
CommandLineInterfaceTest 1379 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MissingValueError) {
CommandLineInterfaceTest 1387 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc TEST_F(CommandLineInterfaceTest, MissingValueAtEndError) {