message_set.proto 497 B

123456789101112131415161718
  1. // Copyright 2021 The Chromium Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style license that can be
  3. // found in the LICENSE file.
  4. syntax = "proto2";
  5. // option optimize_for = LITE_RUNTIME;
  6. package proto2.bridge;
  7. option java_outer_classname = "MessageSetProtos";
  8. option java_multiple_files = true;
  9. option cc_enable_arenas = true;
  10. // This is proto2's version of MessageSet.
  11. message MessageSet {
  12. option message_set_wire_format = true;
  13. extensions 4 to max;
  14. }