AddExpectedFailedTest(const std::string &test_name) | google::protobuf::ConformanceTestSuite | protected |
BinaryAndJsonConformanceSuite() | google::protobuf::BinaryAndJsonConformanceSuite | inline |
CheckSetEmpty(const std::set< string > &set_to_check, const std::string &write_to_file, const std::string &msg) | google::protobuf::ConformanceTestSuite | protected |
ConformanceLevel enum name | google::protobuf::ConformanceTestSuite | protected |
ConformanceTestSuite() | google::protobuf::ConformanceTestSuite | inline |
enforce_recommended_ | google::protobuf::ConformanceTestSuite | protected |
expected_failures_ | google::protobuf::ConformanceTestSuite | protected |
expected_to_fail_ | google::protobuf::ConformanceTestSuite | protected |
ExpectHardParseFailureForProto(const std::string &proto, const std::string &test_name, ConformanceLevel level) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ExpectParseFailureForJson(const string &test_name, ConformanceLevel level, const string &input_json) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ExpectParseFailureForProto(const std::string &proto, const std::string &test_name, ConformanceLevel level) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ExpectParseFailureForProtoWithProtoVersion(const string &proto, const string &test_name, ConformanceLevel level, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ExpectSerializeFailureForJson(const string &test_name, ConformanceLevel level, const string &text_format) | google::protobuf::BinaryAndJsonConformanceSuite | private |
failure_list_filename_ | google::protobuf::ConformanceTestSuite | protected |
failure_list_flag_name_ | google::protobuf::ConformanceTestSuite | protected |
GetFailureListFlagName() | google::protobuf::ConformanceTestSuite | inline |
output_ | google::protobuf::ConformanceTestSuite | protected |
ParseJsonResponse(const conformance::ConformanceResponse &response, Message *test_message) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ParseResponse(const conformance::ConformanceResponse &response, const ConformanceRequestSetting &setting, Message *test_message) override | google::protobuf::BinaryAndJsonConformanceSuite | privatevirtual |
RECOMMENDED enum value | google::protobuf::ConformanceTestSuite | protected |
ReportFailure(const string &test_name, ConformanceLevel level, const conformance::ConformanceRequest &request, const conformance::ConformanceResponse &response, const char *fmt,...) | google::protobuf::ConformanceTestSuite | protected |
ReportSkip(const string &test_name, const conformance::ConformanceRequest &request, const conformance::ConformanceResponse &response) | google::protobuf::ConformanceTestSuite | protected |
ReportSuccess(const std::string &test_name) | google::protobuf::ConformanceTestSuite | protected |
REQUIRED enum value | google::protobuf::ConformanceTestSuite | protected |
runner_ | google::protobuf::ConformanceTestSuite | protected |
RunSuite(ConformanceTestRunner *runner, std::string *output, const std::string &filename, conformance::FailureSet *failure_list) | google::protobuf::ConformanceTestSuite | |
RunSuiteImpl() | google::protobuf::BinaryAndJsonConformanceSuite | privatevirtual |
RunTest(const std::string &test_name, const conformance::ConformanceRequest &request, conformance::ConformanceResponse *response) | google::protobuf::ConformanceTestSuite | protected |
RunValidBinaryInputTest(const ConformanceRequestSetting &setting, const string &equivalent_wire_format) | google::protobuf::ConformanceTestSuite | protected |
RunValidBinaryProtobufTest(const string &test_name, ConformanceLevel level, const string &input_protobuf, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidInputTest(const ConformanceRequestSetting &setting, const string &equivalent_text_format) | google::protobuf::ConformanceTestSuite | protected |
RunValidJsonIgnoreUnknownTest(const string &test_name, ConformanceLevel level, const string &input_json, const string &equivalent_text_format) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidJsonTest(const string &test_name, ConformanceLevel level, const string &input_json, const string &equivalent_text_format) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidJsonTestWithProtobufInput(const string &test_name, ConformanceLevel level, const protobuf_test_messages::proto3::TestAllTypesProto3 &input, const string &equivalent_text_format) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidJsonTestWithValidator(const string &test_name, ConformanceLevel level, const string &input_json, const Validator &validator) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidProtobufTest(const string &test_name, ConformanceLevel level, const string &input_protobuf, const string &equivalent_text_format, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidProtobufTestWithMessage(const string &test_name, ConformanceLevel level, const Message *input, const string &equivalent_text_format, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
SetEnforceRecommended(bool value) | google::protobuf::ConformanceTestSuite | inline |
SetFailureListFlagName(const std::string &failure_list_flag_name) | google::protobuf::ConformanceTestSuite | inline |
SetVerbose(bool verbose) | google::protobuf::ConformanceTestSuite | inline |
skipped_ | google::protobuf::ConformanceTestSuite | protected |
successes_ | google::protobuf::ConformanceTestSuite | protected |
test_names_ | google::protobuf::ConformanceTestSuite | protected |
TestIllegalTags() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestOneofMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestPrematureEOFForType(google::protobuf::FieldDescriptor::Type type) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestUnknownMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForType(google::protobuf::FieldDescriptor::Type, std::vector< std::pair< std::string, std::string >> values) | google::protobuf::BinaryAndJsonConformanceSuite | private |
type_resolver_ | google::protobuf::BinaryAndJsonConformanceSuite | private |
type_url_ | google::protobuf::BinaryAndJsonConformanceSuite | private |
unexpected_failing_tests_ | google::protobuf::ConformanceTestSuite | protected |
unexpected_succeeding_tests_ | google::protobuf::ConformanceTestSuite | protected |
Validator typedef | google::protobuf::BinaryAndJsonConformanceSuite | private |
verbose_ | google::protobuf::ConformanceTestSuite | protected |
VerifyResponse(const ConformanceRequestSetting &setting, const string &equivalent_wire_format, const conformance::ConformanceResponse &response, bool need_report_success) | google::protobuf::ConformanceTestSuite | protected |
WireFormatToString(conformance::WireFormat wire_format) | google::protobuf::ConformanceTestSuite | protected |
~ConformanceTestSuite() | google::protobuf::ConformanceTestSuite | inlinevirtual |