Searched refs:beginRead (Results 1 – 3 of 3) sorted by relevance
352 ASSERT_TRUE(mQueue->beginRead(dataLen, &tx)); in TEST_F()387 ASSERT_TRUE(mQueue->beginRead(dataLen, &tx)); in TEST_F()425 ASSERT_FALSE(mQueue->beginRead(dataLen, &tx)); in TEST_F()629 ASSERT_TRUE(mQueue->beginRead(mNumMessagesMax, &tx)); in TEST_F()
440 ASSERT_TRUE(mQueue->beginRead(dataLen, &tx)); in TEST_F()
405 bool beginRead(size_t nMessages, MemTransaction* memTx) const;1060 return beginRead(nMessages, &tx) && in read()1071 bool MessageQueue<T, flavor>::beginRead(size_t nMessages, MemTransaction* result) const { in beginRead() function