Searched refs:ConformanceLevel (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/conformance/ |
D | binary_json_conformance_suite.h | 47 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 …]
|
D | text_format_conformance_suite.h | 45 void RunValidTextFormatTest(const string& test_name, ConformanceLevel level, 48 ConformanceLevel level, 51 ConformanceLevel level, 56 void ExpectParseFailure(const string& test_name, ConformanceLevel level,
|
D | conformance_test.h | 197 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,
|
D | text_format_conformance_suite.cc | 81 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()
|
D | conformance_test.cc | 61 ConformanceLevel level, in ConformanceRequestSetting() 124 ConformanceLevel level) const { in ConformanceLevelToString() 175 ConformanceLevel level, in ReportFailure() 238 ConformanceLevel level = setting.GetLevel(); in VerifyResponse()
|
D | binary_json_conformance_suite.cc | 224 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 …]
|