Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc84 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {} in TextFormatTest()
88 const string proto_debug_string_; member in google::protobuf::text_format_unittest::TextFormatTest
106 : proto_debug_string_(static_proto_debug_string_) {} in TextFormatExtensionsTest()
110 const string proto_debug_string_; member in google::protobuf::text_format_unittest::TextFormatExtensionsTest
121 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
126 EXPECT_EQ(proto_debug_string_, proto_.DebugString()); in TEST_F()
532 io::ArrayInputStream input_stream(proto_debug_string_.data(), in TEST_F()
533 proto_debug_string_.size()); in TEST_F()
539 io::ArrayInputStream input_stream(proto_debug_string_.data(), in TEST_F()
540 proto_debug_string_.size()); in TEST_F()
[all …]