Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dtext_format_unittest.cc129 TEST_F(TextFormatTest, ShortDebugString) { in TEST_F() argument
138 proto_.ShortDebugString()); in TEST_F()
202 EXPECT_EQ(expected_short_debug_string, proto_.ShortDebugString()); in TEST_F()
Dmessage.h248 string ShortDebugString() const;
Dtext_format.cc63 string Message::ShortDebugString() const { in ShortDebugString() function in google::protobuf::Message
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue()
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue()
/external/chromium/testing/gtest/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue()
/external/gtest/include/gtest/
Dgtest-printers.h150 const ::testing::internal::string short_str = value.ShortDebugString(); in PrintValue()
/external/protobuf/
DCHANGES.txt257 * Fixed ShortDebugString() to not be O(n^2). Durr.
/external/ceres-solver/internal/ceres/gtest/
Dgtest.h9335 const ::testing::internal::string short_str = value.ShortDebugString();