#include <google/protobuf/compiler/parser.h> namespace google::protobuf::compiler Implements parsing of .proto files to FileDescriptorProtos. Classes in this fileParserImplements parsing of protocol definitions (such as .proto files). SourceLocationTableA table mapping (descriptor, ErrorLocation) pairs – as reported by DescriptorPool when validating descriptors – to line and column numbers within the original source code. class Parser#include <google/protobuf/compiler/parser.h> namespace ...