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

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

Completed in 74 milliseconds