6 #include <google/protobuf/descriptor.h>
7 #include <google/protobuf/dynamic_message.h>
8 #include <google/protobuf/reflection.h>
9 #include <google/protobuf/io/zero_copy_stream_impl.h>
10 #include <google/protobuf/compiler/parser.h>
23 , _proto_pool(&_proto_database)
24 , _msg_descriptor(descriptor)
29 const google::protobuf::FileDescriptorSet& descriptor_set,
32 bool parseMessage(
const MessageRef serialized_msg,
double& timestamp)
override;
39 const google::protobuf::Descriptor* _msg_descriptor =
nullptr;