#include "cartographer/io/proto_stream_deserializer.h"
#include <memory>
#include "cartographer/io/internal/in_memory_proto_stream.h"
#include "cartographer/io/testing/test_helpers.h"
#include "glog/logging.h"
#include "gmock/gmock.h"
#include "google/protobuf/text_format.h"
#include "google/protobuf/util/message_differencer.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Namespaces | |
namespace | cartographer |
namespace | cartographer::io |
std::unique_ptr<InMemoryProtoStreamReader> reader_ [static] |
Definition at line 58 of file proto_stream_deserializer_test.cc.