Home
last modified time | relevance | path

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

/external/protobuf/conformance/
Dbinary_json_conformance_suite.h47 ConformanceLevel level,
52 ConformanceLevel level,
56 const string& test_name, ConformanceLevel level, const string& input_json,
58 void RunValidProtobufTest(const string& test_name, ConformanceLevel level,
63 ConformanceLevel level,
67 const string& test_name, ConformanceLevel level,
82 ConformanceLevel level,
86 ConformanceLevel level,
89 ConformanceLevel level,
93 ConformanceLevel level,
[all …]
Dtext_format_conformance_suite.h45 void RunValidTextFormatTest(const string& test_name, ConformanceLevel level,
48 ConformanceLevel level,
51 ConformanceLevel level,
56 void ExpectParseFailure(const string& test_name, ConformanceLevel level,
Dconformance_test.h197 enum ConformanceLevel { enum
205 ConformanceLevel level,
221 const ConformanceLevel GetLevel() const { in GetLevel()
225 string ConformanceLevelToString(ConformanceLevel level) const;
241 ConformanceLevel level_;
268 ConformanceLevel level,
Dtext_format_conformance_suite.cc81 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
132 ConformanceLevel level, in ExpectParseFailure()
157 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTest()
163 const string& test_name, ConformanceLevel level, const string& input_text) { in RunValidTextFormatTestProto2()
169 const string& test_name, ConformanceLevel level, const string& input_text, in RunValidTextFormatTestWithMessage()
Dconformance_test.cc61 ConformanceLevel level, in ConformanceRequestSetting()
124 ConformanceLevel level) const { in ConformanceLevelToString()
175 ConformanceLevel level, in ReportFailure()
238 ConformanceLevel level = setting.GetLevel(); in VerifyResponse()
Dbinary_json_conformance_suite.cc224 ConformanceLevel level = setting.GetLevel(); in ParseResponse()
272 const string& proto, const string& test_name, ConformanceLevel level, in ExpectParseFailureForProtoWithProtoVersion()
302 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectParseFailureForProto()
313 const string& proto, const string& test_name, ConformanceLevel level) { in ExpectHardParseFailureForProto()
318 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonTest()
334 const string& test_name, ConformanceLevel level, const TestAllTypesProto3& input, in RunValidJsonTestWithProtobufInput()
344 const string& test_name, ConformanceLevel level, const string& input_json, in RunValidJsonIgnoreUnknownTest()
355 const string& test_name, ConformanceLevel level, in RunValidProtobufTest()
376 const string& test_name, ConformanceLevel level, in RunValidBinaryProtobufTest()
387 const string& test_name, ConformanceLevel level, const Message *input, in RunValidProtobufTestWithMessage()
[all …]