#include <google/protobuf/compiler/parser.h>
#include <algorithm>
#include <map>
#include <memory>
#include <vector>
#include <google/protobuf/test_util2.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/any.pb.h>
#include <google/protobuf/unittest_custom_options.pb.h>
#include <google/protobuf/io/tokenizer.h>
#include <google/protobuf/io/zero_copy_stream_impl.h>
#include <google/protobuf/descriptor.pb.h>
#include <google/protobuf/text_format.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>
#include <google/protobuf/stubs/substitute.h>
#include <google/protobuf/stubs/map_util.h>
Go to the source code of this file.
|
#define | ETC "name:\"foo\" label:LABEL_REQUIRED number:1" |
|
◆ ETC
#define ETC "name:\"foo\" label:LABEL_REQUIRED number:1" |
◆ descriptor_proto
◆ error_collector_
MockErrorCollector error_collector_ |
|
protected |
◆ field
◆ file_
◆ index
◆ input_
std::unique_ptr<io::Tokenizer> input_ |
|
protected |
◆ markers_
◆ parser_
std::unique_ptr<Parser> parser_ |
|
protected |
◆ pool_
◆ raw_input_
std::unique_ptr<io::ZeroCopyInputStream> raw_input_ |
|
protected |
◆ require_syntax_identifier_
bool require_syntax_identifier_ |
|
protected |
◆ source_locations_
const SourceLocationTable& source_locations_ |
|
private |
◆ spans_
◆ text_
◆ text_without_markers_
std::string text_without_markers_ |
|
private |
◆ warning_
◆ wrapped_collector_
io::ErrorCollector* wrapped_collector_ |
|
private |