Searched refs:pmsg (Results 1 – 6 of 6) sorted by relevance
125 bool BufferWriter::WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginNam… in WriteMessage() argument130 DoStats(pmsg.ByteSizeLong()); in WriteMessage()131 return shareMemoryBlock_->PutMessage(pmsg, pluginName); in WriteMessage()
48 bool WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginName);
172 bool SocketContext::SendProtobuf(uint32_t pnum, google::protobuf::Message& pmsg) in SendProtobuf() argument174 int size = pmsg.ByteSizeLong(); in SendProtobuf()180 pmsg.SerializeToArray(data, size); in SendProtobuf()
66 bool SendProtobuf(uint32_t pnum, google::protobuf::Message& pmsg);
40 … EXPORT_API bool PutMessage(const google::protobuf::Message& pmsg, const std::string& pluginName);
318 bool ShareMemoryBlock::PutMessage(const google::protobuf::Message& pmsg, const std::string& pluginN… in PutMessage() argument320 size_t size = pmsg.ByteSizeLong(); in PutMessage()330 int ret = pmsg.SerializeToArray(rawMemory, size); in PutMessage()