Home
last modified time | relevance | path

Searched refs:ConformanceLevel (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.h56 void RunValidJsonTest(const std::string& test_name, ConformanceLevel level,
60 const std::string& test_name, ConformanceLevel level,
64 ConformanceLevel level,
68 ConformanceLevel level,
73 ConformanceLevel level,
77 ConformanceLevel level,
82 const std::string& test_name, ConformanceLevel level,
96 ConformanceLevel level,
101 ConformanceLevel level,
104 ConformanceLevel level,
[all …]
Dtext_format_conformance_suite.h46 ConformanceLevel level, const std::string& input);
48 ConformanceLevel level,
51 ConformanceLevel level,
56 void ExpectParseFailure(const std::string& test_name, ConformanceLevel level,
Dconformance_test.h201 enum ConformanceLevel { enum
208 ConformanceRequestSetting(ConformanceLevel level,
225 const ConformanceLevel GetLevel() const { in GetLevel()
229 std::string ConformanceLevelToString(ConformanceLevel level) const;
246 ConformanceLevel level_;
271 void ReportFailure(const std::string& test_name, ConformanceLevel level,
Dtext_format_conformance_suite.cc82 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
133 ConformanceLevel level, in ExpectParseFailure()
159 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTest()
165 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTestProto2()
171 const string& test_name, ConformanceLevel level, const string& input_text, in RunValidTextFormatTestWithMessage()
Dconformance_test.cc78 ConformanceLevel level, in ConformanceRequestSetting()
139 ConformanceLevel level) const { in ConformanceLevelToString()
190 ConformanceLevel level, in ReportFailure()
253 ConformanceLevel level = setting.GetLevel(); in VerifyResponse()
Dbinary_json_conformance_suite.cc381 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
431 const string& proto, const string& test_name, ConformanceLevel level, in ExpectParseFailureForProtoWithProtoVersion()
460 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectParseFailureForProto()
471 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectHardParseFailureForProto()
476 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
492 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput()
502 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
513 const string& test_name, ConformanceLevel level, in RunValidProtobufTest()
534 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest()
541 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest()
[all …]