This is the complete list of members for google::protobuf::BinaryAndJsonConformanceSuite, including all inherited members.
AddExpectedFailedTest(const std::string &test_name) | google::protobuf::ConformanceTestSuite | protected |
AddExpectedFailedTest(const std::string &test_name) | google::protobuf::ConformanceTestSuite | protected |
BinaryAndJsonConformanceSuite() | google::protobuf::BinaryAndJsonConformanceSuite | inline |
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 |
CheckSetEmpty(const std::set< std::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 |
ConformanceLevel enum name | google::protobuf::ConformanceTestSuite | protected |
ConformanceTestSuite() | google::protobuf::ConformanceTestSuite | inline |
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 |
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 |
ExpectParseFailureForJson(const std::string &test_name, ConformanceLevel level, const std::string &input_json) | google::protobuf::BinaryAndJsonConformanceSuite | private |
ExpectParseFailureForProto(const std::string &proto, const std::string &test_name, ConformanceLevel level) | 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 |
ExpectParseFailureForProtoWithProtoVersion(const std::string &proto, const std::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 |
ExpectSerializeFailureForJson(const std::string &test_name, ConformanceLevel level, const std::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 |
GetFailureListFlagName() | google::protobuf::ConformanceTestSuite | inline |
output_ | google::protobuf::ConformanceTestSuite | protected |
ParseJsonResponse(const conformance::ConformanceResponse &response, Message *test_message) | google::protobuf::BinaryAndJsonConformanceSuite | private |
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 |
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 |
ReportFailure(const std::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 |
ReportSkip(const std::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 |
ReportSuccess(const std::string &test_name) | google::protobuf::ConformanceTestSuite | protected |
REQUIRED enum value | google::protobuf::ConformanceTestSuite | protected |
RunJsonTests() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForAny() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForFieldMask() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForFieldNameConvention() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForNonRepeatedTypes() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForNullTypes() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForRepeatedTypes() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForStruct() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForValue() | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunJsonTestsForWrapperTypes() | google::protobuf::BinaryAndJsonConformanceSuite | private |
runner_ | google::protobuf::ConformanceTestSuite | protected |
RunSuite(ConformanceTestRunner *runner, std::string *output, const std::string &filename, conformance::FailureSet *failure_list) | google::protobuf::ConformanceTestSuite | |
RunSuite(ConformanceTestRunner *runner, std::string *output, const std::string &filename, conformance::FailureSet *failure_list) | google::protobuf::ConformanceTestSuite | |
RunSuiteImpl() | google::protobuf::BinaryAndJsonConformanceSuite | privatevirtual |
RunSuiteImpl() override | google::protobuf::BinaryAndJsonConformanceSuite | privatevirtual |
RunTest(const std::string &test_name, const conformance::ConformanceRequest &request, conformance::ConformanceResponse *response) | google::protobuf::ConformanceTestSuite | protected |
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, bool require_same_wire_format=false) | google::protobuf::ConformanceTestSuite | protected |
RunValidBinaryInputTest(const ConformanceRequestSetting &setting, const std::string &equivalent_wire_format, bool require_same_wire_format=false) | google::protobuf::ConformanceTestSuite | protected |
RunValidBinaryProtobufTest(const string &test_name, ConformanceLevel level, const string &input_protobuf, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidBinaryProtobufTest(const string &test_name, ConformanceLevel level, const string &input_protobuf, const string &expected_protobuf, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidBinaryProtobufTest(const std::string &test_name, ConformanceLevel level, const std::string &input_protobuf, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidBinaryProtobufTest(const std::string &test_name, ConformanceLevel level, const std::string &input_protobuf, const std::string &expected_protobuf, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
RunValidInputTest(const ConformanceRequestSetting &setting, const string &equivalent_text_format) | google::protobuf::ConformanceTestSuite | protected |
RunValidInputTest(const ConformanceRequestSetting &setting, const std::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 |
RunValidJsonIgnoreUnknownTest(const std::string &test_name, ConformanceLevel level, const std::string &input_json, const std::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 |
RunValidJsonTest(const std::string &test_name, ConformanceLevel level, const std::string &input_json, const std::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 |
RunValidJsonTestWithProtobufInput(const std::string &test_name, ConformanceLevel level, const protobuf_test_messages::proto3::TestAllTypesProto3 &input, const std::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 |
RunValidJsonTestWithValidator(const std::string &test_name, ConformanceLevel level, const std::string &input_json, const Validator &validator, bool is_proto3) | 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 |
RunValidProtobufTest(const std::string &test_name, ConformanceLevel level, const std::string &input_protobuf, const std::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 |
RunValidProtobufTestWithMessage(const std::string &test_name, ConformanceLevel level, const Message *input, const std::string &equivalent_text_format, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
SetEnforceRecommended(bool value) | google::protobuf::ConformanceTestSuite | inline |
SetEnforceRecommended(bool value) | google::protobuf::ConformanceTestSuite | inline |
SetFailureListFlagName(const std::string &failure_list_flag_name) | google::protobuf::ConformanceTestSuite | inline |
SetFailureListFlagName(const std::string &failure_list_flag_name) | google::protobuf::ConformanceTestSuite | inline |
SetVerbose(bool verbose) | 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 |
TestIllegalTags() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestMergeOneofMessage() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestOneofMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestOneofMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestOverwriteMessageValueMap() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestPrematureEOFForType(google::protobuf::FieldDescriptor::Type type) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestPrematureEOFForType(google::protobuf::FieldDescriptor::Type type) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestUnknownMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestUnknownMessage(MessageType &message, bool is_proto3) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForMapType(google::protobuf::FieldDescriptor::Type, google::protobuf::FieldDescriptor::Type) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForOneofType(google::protobuf::FieldDescriptor::Type) | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForRepeatedScalarMessage() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForRepeatedScalarMessage() | google::protobuf::BinaryAndJsonConformanceSuite | private |
TestValidDataForType(google::protobuf::FieldDescriptor::Type, std::vector< std::pair< std::string, std::string >> values) | 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 |
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, bool require_same_wire_format) | google::protobuf::ConformanceTestSuite | protected |
VerifyResponse(const ConformanceRequestSetting &setting, const std::string &equivalent_wire_format, const conformance::ConformanceResponse &response, bool need_report_success, bool require_same_wire_format) | google::protobuf::ConformanceTestSuite | protected |
WireFormatToString(conformance::WireFormat wire_format) | google::protobuf::ConformanceTestSuite | protected |
WireFormatToString(conformance::WireFormat wire_format) | google::protobuf::ConformanceTestSuite | protected |
~ConformanceTestSuite() | google::protobuf::ConformanceTestSuite | inlinevirtual |
~ConformanceTestSuite() | google::protobuf::ConformanceTestSuite | inlinevirtual |