Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
20 lines
761 B
20 lines
761 B
// 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 "DEFAULTS_VALUE" |
|
// clang-format on |
|
// NOLINTEND |
|
|
|
#endif // UPB_REFLECTION_UPB_EDITION_DEFAULTS_H_
|
|
|