OPTION_STATEMENT  519 third_party/protobuf/src/google/protobuf/compiler/parser.cc     return ParseOption(file->mutable_options(), location, OPTION_STATEMENT);
OPTION_STATEMENT  630 third_party/protobuf/src/google/protobuf/compiler/parser.cc     return ParseOption(message->mutable_options(), location, OPTION_STATEMENT);
OPTION_STATEMENT  973 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (style == OPTION_STATEMENT) {
OPTION_STATEMENT 1087 third_party/protobuf/src/google/protobuf/compiler/parser.cc   if (style == OPTION_STATEMENT) {
OPTION_STATEMENT 1253 third_party/protobuf/src/google/protobuf/compiler/parser.cc                        OPTION_STATEMENT);
OPTION_STATEMENT 1359 third_party/protobuf/src/google/protobuf/compiler/parser.cc     return ParseOption(service->mutable_options(), location, OPTION_STATEMENT);
OPTION_STATEMENT 1431 third_party/protobuf/src/google/protobuf/compiler/parser.cc       if (!ParseOption(mutable_options, location, OPTION_STATEMENT)) {