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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc129 TEST_F(TextFormatTest, ShortDebugString) {
138 proto_.ShortDebugString());
202 EXPECT_EQ(expected_short_debug_string, proto_.ShortDebugString());
H A Dmessage.h229 string ShortDebugString() const;
H A Dtext_format.cc66 string Message::ShortDebugString() const { function in class:google::protobuf::Message
/external/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc129 TEST_F(TextFormatTest, ShortDebugString) {
138 proto_.ShortDebugString());
202 EXPECT_EQ(expected_short_debug_string, proto_.ShortDebugString());
H A Dmessage.h248 string ShortDebugString() const;
H A Dtext_format.cc63 string Message::ShortDebugString() const { function in class:google::protobuf::Message
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-printers.h141 // We print a protobuf using its ShortDebugString() when the string
150 const ::testing::internal::string short_str = value.ShortDebugString();
/external/gtest/include/gtest/
H A Dgtest-printers.h141 // We print a protobuf using its ShortDebugString() when the string
150 const ::testing::internal::string short_str = value.ShortDebugString();
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-printers.h141 // We print a protobuf using its ShortDebugString() when the string
150 const ::testing::internal::string short_str = value.ShortDebugString();
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-printers.h141 // We print a protobuf using its ShortDebugString() when the string
150 const ::testing::internal::string short_str = value.ShortDebugString();
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest-printers.h145 // We print a protobuf using its ShortDebugString() when the string
154 const ::testing::internal::string short_str = value.ShortDebugString();
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9332 // We print a protobuf using its ShortDebugString() when the string
9341 const ::testing::internal::string short_str = value.ShortDebugString();
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h9332 // We print a protobuf using its ShortDebugString() when the string
9341 const ::testing::internal::string short_str = value.ShortDebugString();

Completed in 1214 milliseconds