Searched refs:OnSendBytes (Results 1 – 2 of 2) sorted by relevance
28 using OnSendBytes = std::function<int (void)>; variable86 void ForkSendBytes(const OnSendBytes &onSendBytes);138 OnSendBytes onSendBytes_;
376 void AdapterStub::ForkSendBytes(const DistributedDB::OnSendBytes &onSendBytes) in ForkSendBytes()