Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
960 B
21 lines
960 B
1 year ago
|
// Protocol Buffers - Google's data interchange format
|
||
|
// Copyright 2023 Google LLC. All rights reserved.
|
||
|
//
|
||
|
// Use of this source code is governed by a BSD-style
|
||
|
// license that can be found in the LICENSE file or at
|
||
|
// https://developers.google.com/open-source/licenses/bsd
|
||
|
|
||
|
#ifndef UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
|
||
|
#define UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
|
||
|
|
||
|
// This file contains the serialized FeatureSetDefaults object for
|
||
|
// language-independent features and (possibly at some point) for upb-specific
|
||
|
// features. This is used for feature resolution under Editions.
|
||
|
// NOLINTBEGIN
|
||
|
// clang-format off
|
||
|
#define UPB_INTERNAL_UPB_EDITION_DEFAULTS "\n\021\022\014\010\001\020\002\030\002 \001(\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"
|
||
|
// clang-format on
|
||
|
// NOLINTEND
|
||
|
|
||
|
#endif // UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
|