diff options
author | pg <pg@yandex-team.com> | 2023-02-06 20:48:31 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-02-06 20:48:31 +0300 |
commit | 6cabb77676668397e5ac0afacc8c68b54c41c86b (patch) | |
tree | 8fa149d5288f046e8ecb7944fa299c69f17f86fe /contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h | |
parent | 717dbc4b00249886f789109e9af0432ece4d9586 (diff) | |
download | ydb-6cabb77676668397e5ac0afacc8c68b54c41c86b.tar.gz |
less shim
К сожалению, люди успели наплодить переменных и методов c именами i64(), ui64(), поэтому для генеренного кода проще всего оказалось завести несколько type alias arc_ui64 -> ui64, и так далее.
Diffstat (limited to 'contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h')
-rw-r--r-- | contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h b/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h index 63d5f0b323..1b75172781 100644 --- a/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h +++ b/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h @@ -1741,7 +1741,7 @@ inline bool CodeGeneratorResponse::has_supported_features() const { return _internal_has_supported_features(); } inline void CodeGeneratorResponse::clear_supported_features() { - supported_features_ = ui64{0u}; + supported_features_ = arc_ui64{0u}; _has_bits_[0] &= ~0x00000002u; } inline ::PROTOBUF_NAMESPACE_ID::uint64 CodeGeneratorResponse::_internal_supported_features() const { |