webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros
parser_unittest.cc File Reference
#include <memory>
#include <google/protobuf/stubs/shared_ptr.h>
#include <vector>
#include <algorithm>
#include <map>
#include <google/protobuf/compiler/parser.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/wire_format.h>
#include <google/protobuf/text_format.h>
#include <google/protobuf/unittest.pb.h>
#include <google/protobuf/unittest_custom_options.pb.h>
#include <google/protobuf/stubs/strutil.h>
#include <google/protobuf/stubs/substitute.h>
#include <google/protobuf/stubs/map_util.h>
#include <google/protobuf/testing/googletest.h>
#include <gtest/gtest.h>

Namespaces

 google
 
 google::protobuf
 
 google::protobuf::compiler
 

Macros

#define ETC   "name:\"foo\" label:LABEL_REQUIRED number:1"
 

Macro Definition Documentation

◆ ETC

#define ETC   "name:\"foo\" label:LABEL_REQUIRED number:1"

Variable Documentation

◆ descriptor_proto

const Message* descriptor_proto

◆ error_collector_

MockErrorCollector error_collector_
protected

◆ field

const FieldDescriptor* field

◆ file_

FileDescriptorProto file_
protected

◆ index

int index

◆ input_

google::protobuf::scoped_ptr<io::Tokenizer> input_
protected

◆ parser_

google::protobuf::scoped_ptr<Parser> parser_
protected

◆ pool_

DescriptorPool pool_
protected

◆ raw_input_

google::protobuf::scoped_ptr<io::ZeroCopyInputStream> raw_input_
protected

◆ require_syntax_identifier_

bool require_syntax_identifier_
protected

◆ text_

string text_