| 70 | return writeBuf_.size(); |
| 71 | } |
| 72 | void DuplexPipe::ClearWriteBuffer() |
| 73 | { |
| 74 | return writeBuf_.consume(GetWriteBufferPending()); |
| 75 | } |
| 76 | bool DuplexPipe::WaitForAvailability(const std::string& baseName, uint32_t timeoutMs, bool noSuffix, uint32_t pollPeriodMs) |
| 77 | { |
| 78 | const auto name = baseName + (noSuffix ? "" : "-in"); |
no outgoing calls
no test coverage detected