Searched defs:Message (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
H A DMessageQueue.h39 ///Message type
40 struct Message struct in namespace:Ti::Utils
50 ///Message queue implementation
59 android::status_t get(Message*);
68 android::status_t put(Message*);
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.h52 ///Message type
53 struct Message struct in namespace:TIUTILS
63 ///Message queue implementation
72 android::status_t get(Message*);
81 android::status_t put(Message*);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1842 // Message assignment, for assertion streaming support.
1843 void AssertHelper::operator=(const Message& message) const {
2102 Message msg;
2371 // encoding, and streams the result to the given Message object.
2373 Message* msg) {
2390 // Constructs an empty Message.
2395 Message::Message() : ss_(new ::std::stringstream) { function in class:testing::Message
2397 // a double to a Message.
2401 // These two overloads allow streaming a wide C string to a Message
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h1894 class Message;
3043 bool ParseInt32(const Message& src_text, const char* str, Int32* value);
3107 // This header file defines the Message class.
3126 // See Message& operator<<(...) below for why.
3131 // The Message class works like an ostream repeater.
3135 // 1. You stream a bunch of values to a Message object.
3137 // 2. Then you stream the Message object to an ostream.
3138 // This causes the text in the Message to be streamed
3143 // testing::Message foo;
3149 // Message i
3157 class GTEST_API_ Message { class in namespace:testing
3168 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT function in class:testing::Message
3173 explicit Message(const char* str) : ss_(new ::std::stringstream) { function in class:testing::Message
[all...]

Completed in 1138 milliseconds