#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <cstdint>
#include <unistd.h>
#include <memory>
#include <string>
#include <vector>
#include <google/protobuf/stubs/stringprintf.h>
#include <google/protobuf/testing/file.h>
#include <google/protobuf/any.pb.h>
#include <google/protobuf/compiler/mock_code_generator.h>
#include <google/protobuf/compiler/subprocess.h>
#include <google/protobuf/compiler/code_generator.h>
#include <google/protobuf/compiler/command_line_interface.h>
#include <google/protobuf/test_util2.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/unittest_custom_options.pb.h>
#include <google/protobuf/io/printer.h>
#include <google/protobuf/io/zero_copy_stream.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/substitute.h>
#include <google/protobuf/io/io_win32.h>
Go to the source code of this file.
◆ called_
◆ captured_stderr_
std::string captured_stderr_ |
|
private |
◆ captured_stdout_
std::string captured_stdout_ |
|
private |
◆ cli_
CommandLineInterface cli_ |
|
private |
◆ disallow_plugins_
◆ duped_stdin_
◆ error_text_
◆ mock_generators_to_delete_
std::vector<CodeGenerator*> mock_generators_to_delete_ |
|
private |
◆ null_generator_
NullCodeGenerator* null_generator_ |
|
private |
◆ parameter_
◆ return_code_
◆ temp_directory_
std::string temp_directory_ |
|
private |
◆ unittest_proto_descriptor_set_filename_
std::string unittest_proto_descriptor_set_filename_ |
|
private |