Searched refs:pmsg (Results 1 – 6 of 6) sorted by relevance
89 bool BufferWriter::WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginNam… in WriteMessage() argument94 DoStats(pmsg.ByteSizeLong()); in WriteMessage()95 return shareMemoryBlock_->PutMessage(pmsg, pluginName); in WriteMessage()
40 bool WriteMessage(const google::protobuf::Message& pmsg, const std::string& pluginName);
171 bool SocketContext::SendProtobuf(uint32_t pnum, google::protobuf::Message& pmsg) in SendProtobuf() argument173 int size = pmsg.ByteSizeLong(); in SendProtobuf()179 pmsg.SerializeToArray(data, size); in SendProtobuf()
58 bool SendProtobuf(uint32_t pnum, google::protobuf::Message& pmsg);
38 … EXPORT_API bool PutMessage(const google::protobuf::Message& pmsg, const std::string& pluginName);
303 bool ShareMemoryBlock::PutMessage(const google::protobuf::Message& pmsg, const std::string& pluginN… in PutMessage() argument305 size_t size = pmsg.ByteSizeLong(); in PutMessage()315 int ret = pmsg.SerializeToArray(rawMemory, size); in PutMessage()