• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // Protocol Buffers - Google's data interchange format
2 // Copyright 2023 Google LLC.  All rights reserved.
3 //
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file or at
6 // https://developers.google.com/open-source/licenses/bsd
7 
8 #ifndef UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
9 #define UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
10 
11 // This file contains the serialized FeatureSetDefaults object for
12 // language-independent features and (possibly at some point) for upb-specific
13 // features. This is used for feature resolution under Editions.
14 // NOLINTBEGIN
15 // clang-format off
16 #define UPB_INTERNAL_UPB_EDITION_DEFAULTS "\n\021\022\014\010\001\020\002\030\002 \003(\0010\002\030\346\007\n\021\022\014\010\002\020\001\030\001 \002(\0010\001\030\347\007\n\021\022\014\010\001\020\001\030\001 \002(\0010\001\030\350\007 \346\007(\350\007"
17 // clang-format on
18 // NOLINTEND
19 
20 #endif  // UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
21