#include <google/protobuf/arenastring.h>
#include <algorithm>
#include <cstdlib>
#include <memory>
#include <string>
#include <vector>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <gtest/gtest.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
Functions | |
google::protobuf::TEST (ArenaStringPtrTest, ArenaStringPtrOnArena) | |
google::protobuf::TEST (ArenaStringPtrTest, ArenaStringPtrOnArenaNoSSO) | |
google::protobuf::TEST (ArenaStringPtrTest, ArenaStringPtrOnHeap) | |
static std::string | google::protobuf::WrapString (const char *value) |