diff options
author | pg <pg@yandex-team.com> | 2023-09-08 23:23:31 +0300 |
---|---|---|
committer | pg <pg@yandex-team.com> | 2023-09-08 23:39:34 +0300 |
commit | 70e8c5b519a43775e5d9088e0f669e97b9db650b (patch) | |
tree | 4613ea3e58557331f45b9542098d8f991e7fa526 | |
parent | 3d7998d0a606e065df46a9fd348070fa69680aad (diff) | |
download | ydb-70e8c5b519a43775e5d9088e0f669e97b9db650b.tar.gz |
-rw-r--r-- | library/cpp/protobuf/json/proto2json_printer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/proto2json_printer.cpp b/library/cpp/protobuf/json/proto2json_printer.cpp index c7deb46207..51a947be08 100644 --- a/library/cpp/protobuf/json/proto2json_printer.cpp +++ b/library/cpp/protobuf/json/proto2json_printer.cpp @@ -118,7 +118,7 @@ namespace NProtobufJson { } template <bool InMapContext> - void TProto2JsonPrinter::PrintStringValue(const FieldDescriptor& field, + Y_NO_INLINE void TProto2JsonPrinter::PrintStringValue(const FieldDescriptor& field, const TStringBuf& key, const TString& value, IJsonOutput& json) { if (!GetConfig().StringTransforms.empty()) { |