Searched refs:RunValidTextFormatTestWithMessage (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/conformance/ |
D | text_format_conformance_suite.cc | 161 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTest() 167 RunValidTextFormatTestWithMessage(test_name, level, input_text, prototype); in RunValidTextFormatTestProto2() 170 void TextFormatConformanceTestSuite::RunValidTextFormatTestWithMessage( in RunValidTextFormatTestWithMessage() function in google::protobuf::TextFormatConformanceTestSuite 322 RunValidTextFormatTestWithMessage("AlphabeticallySortedMapStringKeys", in RunSuiteImpl() 344 RunValidTextFormatTestWithMessage("AlphabeticallySortedMapIntKeys", REQUIRED, in RunSuiteImpl() 364 RunValidTextFormatTestWithMessage("AlphabeticallySortedMapBoolKeys", REQUIRED, in RunSuiteImpl()
|
D | text_format_conformance_suite.h | 50 void RunValidTextFormatTestWithMessage(const std::string& test_name,
|