ParseErrorTest    762 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MissingSyntaxIdentifier) {
ParseErrorTest    770 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, UnknownSyntaxIdentifier) {
ParseErrorTest    778 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, SimpleSyntaxError) {
ParseErrorTest    785 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ExpectedTopLevel) {
ParseErrorTest    791 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, UnmatchedCloseBrace) {
ParseErrorTest    802 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MessageMissingName) {
ParseErrorTest    808 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MessageMissingBody) {
ParseErrorTest    814 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EofInMessage) {
ParseErrorTest    820 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MissingFieldNumber) {
ParseErrorTest    828 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ExpectedFieldNumber) {
ParseErrorTest    836 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, FieldNumberOutOfRange) {
ParseErrorTest    844 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MissingLabel) {
ParseErrorTest    852 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ExpectedOptionName) {
ParseErrorTest    860 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, NonExtensionOptionNameBeginningWithDot) {
ParseErrorTest    868 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueTypeMismatch) {
ParseErrorTest    876 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueNotBoolean) {
ParseErrorTest    884 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueNotString) {
ParseErrorTest    892 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueUnsignedNegative) {
ParseErrorTest    900 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueTooLarge) {
ParseErrorTest    918 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EnumValueOutOfRange) {
ParseErrorTest    932 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueMissing) {
ParseErrorTest    940 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DefaultValueForGroup) {
ParseErrorTest    948 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, DuplicateDefaultValue) {
ParseErrorTest    956 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, GroupNotCapitalized) {
ParseErrorTest    964 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, GroupMissingBody) {
ParseErrorTest    972 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ExtendingPrimitive) {
ParseErrorTest    978 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ErrorInExtension) {
ParseErrorTest    985 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MultipleParseErrors) {
ParseErrorTest   1000 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EofInAggregateValue) {
ParseErrorTest   1009 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EofInEnum) {
ParseErrorTest   1015 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EnumValueMissingNumber) {
ParseErrorTest   1026 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EofInService) {
ParseErrorTest   1032 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ServiceMethodPrimitiveParams) {
ParseErrorTest   1042 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, EofInMethodOptions) {
ParseErrorTest   1051 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, PrimitiveMethodInput) {
ParseErrorTest   1060 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MethodOptionTypeError) {
ParseErrorTest   1074 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, ImportNotQuoted) {
ParseErrorTest   1080 third_party/protobuf/src/google/protobuf/compiler/parser_unittest.cc TEST_F(ParseErrorTest, MultiplePackagesInFile) {