#include <google/protobuf/compiler/importer.h>
#include <memory>
#include <unordered_map>
#include <google/protobuf/stubs/logging.h>
#include <google/protobuf/stubs/common.h>
#include <google/protobuf/testing/file.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/stubs/substitute.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/map_util.h>
#include <google/protobuf/stubs/strutil.h>
Go to the source code of this file.
Namespaces | |
google::protobuf | |
google::protobuf::compiler | |
Macros | |
#define | EXPECT_SUBSTRING(needle, haystack) EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack)) |
#define EXPECT_SUBSTRING | ( | needle, | |
haystack | |||
) | EXPECT_PRED_FORMAT2(testing::IsSubstring, (needle), (haystack)) |
Definition at line 63 of file importer_unittest.cc.
|
protected |
Definition at line 320 of file importer_unittest.cc.
|
protected |
Definition at line 129 of file importer_unittest.cc.
|
private |
Definition at line 113 of file importer_unittest.cc.
|
protected |
Definition at line 131 of file importer_unittest.cc.
|
protected |
Definition at line 130 of file importer_unittest.cc.
std::string text_ |
Definition at line 71 of file importer_unittest.cc.
std::string warning_text_ |
Definition at line 72 of file importer_unittest.cc.