TrinityCore
|
This is the complete list of members for google::protobuf::compiler::Parser, including all inherited members.
AddError(int line, int column, const string &error) | google::protobuf::compiler::Parser | private |
AddError(const string &error) | google::protobuf::compiler::Parser | private |
AtEnd() | google::protobuf::compiler::Parser | inlineprivate |
Consume(const char *text, const char *error) | google::protobuf::compiler::Parser | private |
Consume(const char *text) | google::protobuf::compiler::Parser | private |
ConsumeEndOfDeclaration(const char *text, const LocationRecorder *location) | google::protobuf::compiler::Parser | private |
ConsumeIdentifier(string *output, const char *error) | google::protobuf::compiler::Parser | private |
ConsumeInteger(int *output, const char *error) | google::protobuf::compiler::Parser | private |
ConsumeInteger64(uint64 max_value, uint64 *output, const char *error) | google::protobuf::compiler::Parser | private |
ConsumeNumber(double *output, const char *error) | google::protobuf::compiler::Parser | private |
ConsumeSignedInteger(int *output, const char *error) | google::protobuf::compiler::Parser | private |
ConsumeString(string *output, const char *error) | google::protobuf::compiler::Parser | private |
error_collector_ | google::protobuf::compiler::Parser | private |
GetSyntaxIdentifier() | google::protobuf::compiler::Parser | inline |
GOOGLE_DISALLOW_EVIL_CONSTRUCTORS(Parser) | google::protobuf::compiler::Parser | private |
had_errors_ | google::protobuf::compiler::Parser | private |
input_ | google::protobuf::compiler::Parser | private |
LookingAt(const char *text) | google::protobuf::compiler::Parser | inlineprivate |
LookingAtType(io::Tokenizer::TokenType token_type) | google::protobuf::compiler::Parser | inlineprivate |
OPTION_ASSIGNMENT enum value | google::protobuf::compiler::Parser | private |
OPTION_STATEMENT enum value | google::protobuf::compiler::Parser | private |
OptionStyle enum name | google::protobuf::compiler::Parser | private |
Parse(io::Tokenizer *input, FileDescriptorProto *file) | google::protobuf::compiler::Parser | |
ParseDefaultAssignment(FieldDescriptorProto *field, const LocationRecorder &field_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseEnumBlock(EnumDescriptorProto *enum_type, const LocationRecorder &enum_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseEnumConstant(EnumValueDescriptorProto *enum_value, const LocationRecorder &enum_value_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseEnumConstantOptions(EnumValueDescriptorProto *value, const LocationRecorder &enum_value_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseEnumDefinition(EnumDescriptorProto *enum_type, const LocationRecorder &enum_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseEnumStatement(EnumDescriptorProto *message, const LocationRecorder &enum_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseExtend(RepeatedPtrField< FieldDescriptorProto > *extensions, RepeatedPtrField< DescriptorProto > *messages, const LocationRecorder &parent_location, int location_field_number_for_nested_type, const LocationRecorder &extend_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseExtensions(DescriptorProto *message, const LocationRecorder &extensions_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseFieldOptions(FieldDescriptorProto *field, const LocationRecorder &field_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseImport(RepeatedPtrField< string > *dependency, RepeatedField< int32 > *public_dependency, RepeatedField< int32 > *weak_dependency, const LocationRecorder &root_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseLabel(FieldDescriptorProto::Label *label, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseMessageBlock(DescriptorProto *message, const LocationRecorder &message_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseMessageDefinition(DescriptorProto *message, const LocationRecorder &message_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseMessageField(FieldDescriptorProto *field, RepeatedPtrField< DescriptorProto > *messages, const LocationRecorder &parent_location, int location_field_number_for_nested_type, const LocationRecorder &field_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseMessageFieldNoLabel(FieldDescriptorProto *field, RepeatedPtrField< DescriptorProto > *messages, const LocationRecorder &parent_location, int location_field_number_for_nested_type, const LocationRecorder &field_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseMessageStatement(DescriptorProto *message, const LocationRecorder &message_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseOneof(OneofDescriptorProto *oneof_decl, DescriptorProto *containing_type, int oneof_index, const LocationRecorder &oneof_location, const LocationRecorder &containing_type_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseOption(Message *options, const LocationRecorder &options_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseOption(Message *options, const LocationRecorder &options_location, const FileDescriptorProto *containing_file, OptionStyle style) | google::protobuf::compiler::Parser | private |
ParseOptionNamePart(UninterpretedOption *uninterpreted_option, const LocationRecorder &part_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseOptions(const LocationRecorder &parent_location, const FileDescriptorProto *containing_file, const int optionsFieldNumber, Message *mutable_options) | google::protobuf::compiler::Parser | private |
ParsePackage(FileDescriptorProto *file, const LocationRecorder &root_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
Parser() | google::protobuf::compiler::Parser | |
ParseServiceBlock(ServiceDescriptorProto *service, const LocationRecorder &service_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseServiceDefinition(ServiceDescriptorProto *service, const LocationRecorder &service_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseServiceMethod(MethodDescriptorProto *method, const LocationRecorder &method_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseServiceStatement(ServiceDescriptorProto *message, const LocationRecorder &service_location, const FileDescriptorProto *containing_file) | google::protobuf::compiler::Parser | private |
ParseSyntaxIdentifier() | google::protobuf::compiler::Parser | private |
ParseTopLevelStatement(FileDescriptorProto *file, const LocationRecorder &root_location) | google::protobuf::compiler::Parser | private |
ParseType(FieldDescriptorProto::Type *type, string *type_name) | google::protobuf::compiler::Parser | private |
ParseUninterpretedBlock(string *value) | google::protobuf::compiler::Parser | private |
ParseUserDefinedType(string *type_name) | google::protobuf::compiler::Parser | private |
RecordErrorsTo(io::ErrorCollector *error_collector) | google::protobuf::compiler::Parser | inline |
RecordSourceLocationsTo(SourceLocationTable *location_table) | google::protobuf::compiler::Parser | inline |
require_syntax_identifier_ | google::protobuf::compiler::Parser | private |
SetRequireSyntaxIdentifier(bool value) | google::protobuf::compiler::Parser | inline |
SetStopAfterSyntaxIdentifier(bool value) | google::protobuf::compiler::Parser | inline |
SkipRestOfBlock() | google::protobuf::compiler::Parser | private |
SkipStatement() | google::protobuf::compiler::Parser | private |
source_code_info_ | google::protobuf::compiler::Parser | private |
source_location_table_ | google::protobuf::compiler::Parser | private |
stop_after_syntax_identifier_ | google::protobuf::compiler::Parser | private |
syntax_identifier_ | google::protobuf::compiler::Parser | private |
TryConsume(const char *text) | google::protobuf::compiler::Parser | private |
TryConsumeEndOfDeclaration(const char *text, const LocationRecorder *location) | google::protobuf::compiler::Parser | private |
upcoming_doc_comments_ | google::protobuf::compiler::Parser | private |
~Parser() | google::protobuf::compiler::Parser |