Searched refs:EntryPair (Results 1 – 4 of 4) sorted by relevance
23 using EntryPair = std::pair<struct QueueEntryHeader, std::vector<uint8_t>>; typedef148 virtual EntryPair readEntry() = 0;156 virtual std::vector<EntryPair> readErrorLogs() = 0;192 EntryPair readEntry() override;193 std::vector<EntryPair> readErrorLogs() override;
225 EntryPair BufferImpl::readEntry() in readEntry()253 std::vector<EntryPair> BufferImpl::readErrorLogs() in readErrorLogs()298 std::vector<EntryPair> entryPairs; in readErrorLogs()301 EntryPair entryPair = readEntry(); in readErrorLogs()
49 std::vector<EntryPair> entryPairs = bufferInterface->readErrorLogs(); in readLoop()
655 EntryPair testedEntryPair; in TEST_F()764 std::vector<EntryPair> entryPairs; in TEST_F()802 std::vector<EntryPair> entryPairs; in TEST_F()