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

/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc83 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {}
87 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());
343 io::ArrayInputStream input_stream(proto_debug_string_.data(),
344 proto_debug_string_.size());
350 io::ArrayInputStream input_stream(proto_debug_string_.data(),
351 proto_debug_string_
1031 static const char proto_debug_string_[]; member in class:google::protobuf::text_format_unittest::TextFormatMessageSetTest
1033 const char TextFormatMessageSetTest::proto_debug_string_[] = member in class:google::protobuf::text_format_unittest::TextFormatMessageSetTest
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc83 TextFormatTest() : proto_debug_string_(static_proto_debug_string_) {}
87 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());
358 io::ArrayInputStream input_stream(proto_debug_string_.data(),
359 proto_debug_string_.size());
365 io::ArrayInputStream input_stream(proto_debug_string_.data(),
366 proto_debug_string_
1204 static const char proto_debug_string_[]; member in class:google::protobuf::text_format_unittest::TextFormatMessageSetTest
1206 const char TextFormatMessageSetTest::proto_debug_string_[] = member in class:google::protobuf::text_format_unittest::TextFormatMessageSetTest
[all...]

Completed in 132 milliseconds