HomeSort by relevance Sort by last modified time
    Searched defs:last_message (Results 1 - 4 of 4) sorted by null

  /system/core/metricsd/uploader/mock/
sender_mock.h 35 const std::string last_message() { return last_message_; } function in class:SenderMock
56 // representation of last_message.
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 110 const std::string& last_message() const { return last_message_; } function in class:webrtc::MockDataChannelObserver
  /toolchain/binutils/binutils-2.25/gas/
listing.c 177 struct list_message *messages, *last_message; member in struct:list_info_struct
244 if (listing_tail->last_message)
245 listing_tail->last_message->next = lm;
248 listing_tail->last_message = lm;
419 new_i->last_message = NULL;
    [all...]
  /external/v8/test/cctest/
test-api.cc 7425 static const char* last_message; variable
    [all...]

Completed in 892 milliseconds