Searched defs:message_ (Results 1 - 25 of 79) sorted by last modified time

1234

/external/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc447 message_ = foo_file_->message_type(1);
449 ASSERT_EQ(4, message_->field_count());
450 foo_ = message_->field(0);
451 bar_ = message_->field(1);
452 baz_ = message_->field(2);
453 qux_ = message_->field(3);
469 const Descriptor* message_; member in class:google::protobuf::descriptor_unittest::DescriptorTest
485 EXPECT_EQ("TestMessage", message_->name());
486 EXPECT_EQ("TestMessage", message_->full_name());
487 EXPECT_EQ(foo_file_, message_
716 const Descriptor* message_; member in class:google::protobuf::descriptor_unittest::StylizedFieldNamesTest
1239 const Descriptor* message_; member in class:google::protobuf::descriptor_unittest::NestedDescriptorTest
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dcommon.h637 string message_; member in class:google::protobuf::internal::LogMessage
/external/protobuf/gtest/include/gtest/
H A Dgtest-test-part.h67 message_(message) {
85 const char* message() const { return message_.c_str(); }
112 internal::String message_; // The test failure message. member in class:testing::TestPartResult
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/mesa3d/src/gtest/src/
H A Dgtest.cc952 message_(other.message_.get() != NULL ?
953 new ::std::string(*other.message_) :
960 if (message_.get() != NULL)
961 negation << *message_; local
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc952 message_(other.message_.get() != NULL ?
953 new ::std::string(*other.message_) :
960 if (message_.get() != NULL)
961 negation << *message_; local
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17111 message_(a_message) {
17131 const char* message() const { return message_.c_str(); }
17159 std::string message_; // The test failure message. member in class:testing::TestPartResult
17688 return message_.get() != NULL ? message_->c_str() : "";
17709 // Appends the contents of message to message_.
17711 if (message_.get() == NULL)
17712 message_.reset(new ::std::string);
17713 message_->append(a_message.GetString().c_str());
17722 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
[all...]
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2438 message_(other.message_.get() != NULL ?
2439 new ::std::string(*other.message_) :
2446 if (message_.get() != NULL)
2447 negation << *message_; local
/external/jsoncpp/include/json/
H A Dreader.h121 std::string message_; member in class:Json::Reader::ErrorInfo
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h40 std::string message_; member in class:JsonTest::Failure
/external/gtest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
88 const char* message() const { return message_.c_str(); }
116 std::string message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h275 return message_.get() != NULL ? message_->c_str() : "";
296 // Appends the contents of message to message_.
298 if (message_.get() == NULL)
299 message_.reset(new ::std::string);
300 message_->append(a_message.GetString().c_str());
309 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/gtest/src/
H A Dgtest.cc954 message_(other.message_.get() != NULL ?
955 new ::std::string(*other.message_) :
962 if (message_.get() != NULL)
963 negation << *message_; local
/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp223 MessageData (const MessageID& id_, GLenum severity_, const string& message_) : id(id_) , severity(severity_) , message(message_) {} argument
/external/chromium_org/v8/src/
H A Dpreparse-data.h78 message_ = message;
102 return message_;
118 const char* message_; member in class:v8::internal::SingletonLogger
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h17111 message_(a_message) {
17131 const char* message() const { return message_.c_str(); }
17159 std::string message_; // The test failure message. member in class:testing::TestPartResult
17688 return message_.get() != NULL ? message_->c_str() : "";
17709 // Appends the contents of message to message_.
17711 if (message_.get() == NULL)
17712 message_.reset(new ::std::string);
17713 message_->append(a_message.GetString().c_str());
17722 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc2438 message_(other.message_.get() != NULL ?
2439 new ::std::string(*other.message_) :
2446 if (message_.get() != NULL)
2447 negation << *message_; local
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
H A Dgtest-test-part.h68 message_(a_message) {
86 const char* message() const { return message_.c_str(); }
113 internal::String message_; // The test failure message. member in class:testing::TestPartResult
H A Dgtest.h284 return message_.get() != NULL ? message_->c_str() : "";
305 // Appends the contents of message to message_.
307 if (message_.get() == NULL)
308 message_.reset(new ::std::string);
309 message_->append(a_message.GetString().c_str());
318 internal::scoped_ptr< ::std::string> message_; member in class:testing::AssertionResult
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc952 message_(other.message_.get() != NULL ?
953 new ::std::string(*other.message_) :
960 if (message_.get() != NULL)
961 negation << *message_; local
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dlog_test.cc94 std::string message_; member in class:leveldb::log::LogTest::ReportCollector
99 message_.append(status.ToString());
172 return report_.message_;
177 if (report_.message_.find(msg) == std::string::npos) {
178 return report_.message_;
H A Ddb_bench.cc171 std::string message_; member in class:leveldb::__anon12439::RandomGenerator::Stats
185 message_.clear();
197 if (message_.empty()) message_ = other.message_;
206 AppendWithSpace(&message_, msg);
254 AppendWithSpace(&extra, message_);

Completed in 1147 milliseconds

1234