Searched refs:EntryPair (Results 1 – 4 of 4) sorted by relevance
23 using EntryPair = std::pair<struct QueueEntryHeader, std::vector<uint8_t>>; typedef161 virtual EntryPair readEntry() = 0;169 virtual std::vector<EntryPair> readErrorLogs() = 0;207 EntryPair readEntry() override;208 std::vector<EntryPair> readErrorLogs() override;
302 EntryPair BufferImpl::readEntry() in readEntry()330 std::vector<EntryPair> BufferImpl::readErrorLogs() in readErrorLogs()375 std::vector<EntryPair> entryPairs; in readErrorLogs()378 EntryPair entryPair = readEntry(); in readErrorLogs()
89 std::vector<EntryPair> entryPairs = bufferInterface->readErrorLogs(); in readLoop()
804 EntryPair testedEntryPair; in TEST_F()913 std::vector<EntryPair> entryPairs; in TEST_F()951 std::vector<EntryPair> entryPairs; in TEST_F()