aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.ru>2022-02-10 16:45:08 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:08 +0300
commit4e839db24a3bbc9f1c610c43d6faaaa99824dcca (patch)
tree506dac10f5df94fab310584ee51b24fc5a081c22 /contrib/libs/grpc
parent2d37894b1b037cf24231090eda8589bbb44fb6fc (diff)
downloadydb-4e839db24a3bbc9f1c610c43d6faaaa99824dcca.tar.gz
Restoring authorship annotation for <thegeorg@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/grpc')
-rw-r--r--contrib/libs/grpc/grpc++/ya.make2
-rw-r--r--contrib/libs/grpc/grpc++_error_details/ya.make4
-rw-r--r--contrib/libs/grpc/grpc++_reflection/ya.make4
-rw-r--r--contrib/libs/grpc/grpc++_unsecure/ya.make2
-rw-r--r--contrib/libs/grpc/grpc/ya.make4
-rw-r--r--contrib/libs/grpc/grpc_unsecure/ya.make4
-rw-r--r--contrib/libs/grpc/grpcpp_channelz/ya.make4
-rw-r--r--contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h14
-rw-r--r--contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h2
-rw-r--r--contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h2
-rw-r--r--contrib/libs/grpc/src/compiler/config_protobuf.h12
-rw-r--r--contrib/libs/grpc/src/compiler/cpp_generator.cc4
-rw-r--r--contrib/libs/grpc/src/compiler/csharp_generator.h2
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make6
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make6
-rw-r--r--contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make4
-rw-r--r--contrib/libs/grpc/src/compiler/objective_c_generator.cc2
-rw-r--r--contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h2
-rw-r--r--contrib/libs/grpc/src/compiler/php_generator.cc2
-rw-r--r--contrib/libs/grpc/src/compiler/python_generator.cc8
-rw-r--r--contrib/libs/grpc/src/compiler/python_generator_helpers.h4
-rw-r--r--contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/compression/message_compress.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/compression/stream_compression.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/gpr/time_posix.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc2
-rw-r--r--contrib/libs/grpc/src/core/lib/ya.make2
-rw-r--r--contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc2
-rw-r--r--contrib/libs/grpc/src/python/grpcio/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_channelz/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_health_checking/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_reflection/ya.make2
-rw-r--r--contrib/libs/grpc/src/python/grpcio_status/ya.make2
-rw-r--r--contrib/libs/grpc/test/cpp/end2end/health/ya.make2
-rw-r--r--contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make2
-rw-r--r--contrib/libs/grpc/test/cpp/end2end/thread/ya.make_2
-rw-r--r--contrib/libs/grpc/test/cpp/util/config_grpc_cli.h8
-rw-r--r--contrib/libs/grpc/test/cpp/util/ya.make2
-rw-r--r--contrib/libs/grpc/third_party/address_sorting/ya.make2
-rw-r--r--contrib/libs/grpc/third_party/upb/ya.make2
-rw-r--r--contrib/libs/grpc/tools/codegen/core/gen_hpack_tables/ya.make2
-rw-r--r--contrib/libs/grpc/tools/codegen/core/gen_legal_metadata_characters/ya.make2
-rw-r--r--contrib/libs/grpc/tools/codegen/core/gen_percent_encoding_tables/ya.make2
49 files changed, 78 insertions, 78 deletions
diff --git a/contrib/libs/grpc/grpc++/ya.make b/contrib/libs/grpc/grpc++/ya.make
index 788da4ce7e..e10c1390d9 100644
--- a/contrib/libs/grpc/grpc++/ya.make
+++ b/contrib/libs/grpc/grpc++/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/grpc++_error_details/ya.make b/contrib/libs/grpc/grpc++_error_details/ya.make
index c1b3fad26f..5916bdc4e1 100644
--- a/contrib/libs/grpc/grpc++_error_details/ya.make
+++ b/contrib/libs/grpc/grpc++_error_details/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
@@ -15,7 +15,7 @@ PEERDIR(
contrib/libs/grpc/src/proto/grpc/status
contrib/libs/grpc/third_party/address_sorting
contrib/libs/grpc/third_party/upb
- contrib/libs/protobuf
+ contrib/libs/protobuf
)
ADDINCL(
diff --git a/contrib/libs/grpc/grpc++_reflection/ya.make b/contrib/libs/grpc/grpc++_reflection/ya.make
index 3068b78f9a..48cdd5482a 100644
--- a/contrib/libs/grpc/grpc++_reflection/ya.make
+++ b/contrib/libs/grpc/grpc++_reflection/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
@@ -15,7 +15,7 @@ PEERDIR(
contrib/libs/grpc/src/proto/grpc/reflection/v1alpha
contrib/libs/grpc/third_party/address_sorting
contrib/libs/grpc/third_party/upb
- contrib/libs/protobuf
+ contrib/libs/protobuf
)
ADDINCL(
diff --git a/contrib/libs/grpc/grpc++_unsecure/ya.make b/contrib/libs/grpc/grpc++_unsecure/ya.make
index 4810d9a037..60f282f533 100644
--- a/contrib/libs/grpc/grpc++_unsecure/ya.make
+++ b/contrib/libs/grpc/grpc++_unsecure/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/grpc/ya.make b/contrib/libs/grpc/grpc/ya.make
index c29c11c0c4..58e29a99b7 100644
--- a/contrib/libs/grpc/grpc/ya.make
+++ b/contrib/libs/grpc/grpc/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
@@ -21,7 +21,7 @@ PEERDIR(
contrib/restricted/abseil-cpp-tstring/y_absl/meta
contrib/restricted/abseil-cpp-tstring/y_absl/status
contrib/restricted/abseil-cpp-tstring/y_absl/strings
- contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord
+ contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord
contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format
contrib/restricted/abseil-cpp-tstring/y_absl/time
library/cpp/resource
diff --git a/contrib/libs/grpc/grpc_unsecure/ya.make b/contrib/libs/grpc/grpc_unsecure/ya.make
index 38ef63eb18..7041b3fef0 100644
--- a/contrib/libs/grpc/grpc_unsecure/ya.make
+++ b/contrib/libs/grpc/grpc_unsecure/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
@@ -17,7 +17,7 @@ PEERDIR(
contrib/libs/zlib
contrib/restricted/abseil-cpp-tstring/y_absl/status
contrib/restricted/abseil-cpp-tstring/y_absl/strings
- contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord
+ contrib/restricted/abseil-cpp-tstring/y_absl/strings/cord
contrib/restricted/abseil-cpp-tstring/y_absl/strings/internal/str_format
)
diff --git a/contrib/libs/grpc/grpcpp_channelz/ya.make b/contrib/libs/grpc/grpcpp_channelz/ya.make
index 31761e3d47..0f9217603d 100644
--- a/contrib/libs/grpc/grpcpp_channelz/ya.make
+++ b/contrib/libs/grpc/grpcpp_channelz/ya.make
@@ -4,7 +4,7 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
@@ -15,7 +15,7 @@ PEERDIR(
contrib/libs/grpc/src/proto/grpc/channelz
contrib/libs/grpc/third_party/address_sorting
contrib/libs/grpc/third_party/upb
- contrib/libs/protobuf
+ contrib/libs/protobuf
)
ADDINCL(
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
index c4012fb00c..ee248994be 100644
--- a/contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
+++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/config_protobuf.h
@@ -23,18 +23,18 @@
#ifndef GRPC_CUSTOM_MESSAGE
#ifdef GRPC_USE_PROTO_LITE
-#include <google/protobuf/message_lite.h>
+#include <google/protobuf/message_lite.h>
#define GRPC_CUSTOM_MESSAGE ::google::protobuf::MessageLite
#define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite
#else
-#include <google/protobuf/message.h>
+#include <google/protobuf/message.h>
#define GRPC_CUSTOM_MESSAGE ::google::protobuf::Message
#define GRPC_CUSTOM_MESSAGELITE ::google::protobuf::MessageLite
#endif
#endif
#ifndef GRPC_CUSTOM_DESCRIPTOR
-#include <google/protobuf/descriptor.h>
+#include <google/protobuf/descriptor.h>
#include <google/protobuf/descriptor.pb.h>
#define GRPC_CUSTOM_DESCRIPTOR ::google::protobuf::Descriptor
#define GRPC_CUSTOM_DESCRIPTORPOOL ::google::protobuf::DescriptorPool
@@ -47,15 +47,15 @@
#endif
#ifndef GRPC_CUSTOM_DESCRIPTORDATABASE
-#include <google/protobuf/descriptor_database.h>
+#include <google/protobuf/descriptor_database.h>
#define GRPC_CUSTOM_DESCRIPTORDATABASE ::google::protobuf::DescriptorDatabase
#define GRPC_CUSTOM_SIMPLEDESCRIPTORDATABASE \
::google::protobuf::SimpleDescriptorDatabase
#endif
#ifndef GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM
-#include <google/protobuf/io/coded_stream.h>
-#include <google/protobuf/io/zero_copy_stream.h>
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/io/zero_copy_stream.h>
#define GRPC_CUSTOM_ZEROCOPYOUTPUTSTREAM \
::google::protobuf::io::ZeroCopyOutputStream
#define GRPC_CUSTOM_ZEROCOPYINPUTSTREAM \
@@ -64,7 +64,7 @@
#endif
#ifndef GRPC_CUSTOM_JSONUTIL
-#include <google/protobuf/util/json_util.h>
+#include <google/protobuf/util/json_util.h>
#define GRPC_CUSTOM_JSONUTIL ::google::protobuf::util
#define GRPC_CUSTOM_UTIL_STATUS ::google::protobuf::util::Status
#endif
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h
index 487471290d..e21319e9c5 100644
--- a/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h
+++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_reader.h
@@ -121,7 +121,7 @@ class ProtoBufferReader : public ::grpc::protobuf::io::ZeroCopyInputStream {
}
/// Returns the total number of bytes read since this object was created.
- int64_t ByteCount() const override { return byte_count_ - backup_count_; }
+ int64_t ByteCount() const override { return byte_count_ - backup_count_; }
// These protected members are needed to support internal optimizations.
// they expose internal bits of grpc core that are NOT stable. If you have
diff --git a/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h b/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h
index 0af4616e50..36e5618247 100644
--- a/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h
+++ b/contrib/libs/grpc/include/grpcpp/impl/codegen/proto_buffer_writer.h
@@ -138,7 +138,7 @@ class ProtoBufferWriter : public ::grpc::protobuf::io::ZeroCopyOutputStream {
}
/// Returns the total number of bytes written since this object was created.
- int64_t ByteCount() const override { return byte_count_; }
+ int64_t ByteCount() const override { return byte_count_; }
// These protected members are needed to support internal optimizations.
// they expose internal bits of grpc core that are NOT stable. If you have
diff --git a/contrib/libs/grpc/src/compiler/config_protobuf.h b/contrib/libs/grpc/src/compiler/config_protobuf.h
index 06d5073f43..132786ad47 100644
--- a/contrib/libs/grpc/src/compiler/config_protobuf.h
+++ b/contrib/libs/grpc/src/compiler/config_protobuf.h
@@ -22,16 +22,16 @@
#include <grpcpp/impl/codegen/config_protobuf.h>
#ifndef GRPC_CUSTOM_CODEGENERATOR
-#include <google/protobuf/compiler/code_generator.h>
+#include <google/protobuf/compiler/code_generator.h>
#define GRPC_CUSTOM_CODEGENERATOR ::google::protobuf::compiler::CodeGenerator
#define GRPC_CUSTOM_GENERATORCONTEXT \
::google::protobuf::compiler::GeneratorContext
#endif
#ifndef GRPC_CUSTOM_PRINTER
-#include <google/protobuf/io/coded_stream.h>
-#include <google/protobuf/io/printer.h>
-#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
+#include <google/protobuf/io/coded_stream.h>
+#include <google/protobuf/io/printer.h>
+#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#define GRPC_CUSTOM_PRINTER ::google::protobuf::io::Printer
#define GRPC_CUSTOM_CODEDOUTPUTSTREAM ::google::protobuf::io::CodedOutputStream
#define GRPC_CUSTOM_STRINGOUTPUTSTREAM \
@@ -39,12 +39,12 @@
#endif
#ifndef GRPC_CUSTOM_PLUGINMAIN
-#include <google/protobuf/compiler/plugin.h>
+#include <google/protobuf/compiler/plugin.h>
#define GRPC_CUSTOM_PLUGINMAIN ::google::protobuf::compiler::PluginMain
#endif
#ifndef GRPC_CUSTOM_PARSEGENERATORPARAMETER
-#include <google/protobuf/compiler/code_generator.h>
+#include <google/protobuf/compiler/code_generator.h>
#define GRPC_CUSTOM_PARSEGENERATORPARAMETER \
::google::protobuf::compiler::ParseGeneratorParameter
#endif
diff --git a/contrib/libs/grpc/src/compiler/cpp_generator.cc b/contrib/libs/grpc/src/compiler/cpp_generator.cc
index 5759177474..20fa1d6c45 100644
--- a/contrib/libs/grpc/src/compiler/cpp_generator.cc
+++ b/contrib/libs/grpc/src/compiler/cpp_generator.cc
@@ -69,8 +69,8 @@ void PrintIncludes(grpc_generator::Printer* printer,
bool use_system_headers, const TString& search_path) {
std::map<TString, TString> vars;
- vars["l"] = use_system_headers ? '<' : '"';
- vars["r"] = use_system_headers ? '>' : '"';
+ vars["l"] = use_system_headers ? '<' : '"';
+ vars["r"] = use_system_headers ? '>' : '"';
if (!search_path.empty()) {
vars["l"] += search_path;
diff --git a/contrib/libs/grpc/src/compiler/csharp_generator.h b/contrib/libs/grpc/src/compiler/csharp_generator.h
index c13da4657f..5dfbb5583c 100644
--- a/contrib/libs/grpc/src/compiler/csharp_generator.h
+++ b/contrib/libs/grpc/src/compiler/csharp_generator.h
@@ -21,7 +21,7 @@
#include "src/compiler/config.h"
-#include <google/protobuf/compiler/csharp/csharp_names.h>
+#include <google/protobuf/compiler/csharp/csharp_names.h>
namespace grpc_csharp_generator {
diff --git a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
index a4b7e363a3..35016d8da7 100644
--- a/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_cpp_plugin/ya.make
@@ -4,14 +4,14 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
contrib/libs/grpc/src/compiler/grpc_plugin_support
- contrib/libs/protobuf
- contrib/libs/protoc
+ contrib/libs/protobuf
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
index 068ae1ead6..4f3bc91468 100644
--- a/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_plugin_support/ya.make
@@ -4,13 +4,13 @@ LIBRARY()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
- contrib/libs/protobuf
- contrib/libs/protoc
+ contrib/libs/protobuf
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make b/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
index cf2a106c91..c1d6261d45 100644
--- a/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
+++ b/contrib/libs/grpc/src/compiler/grpc_python_plugin/ya.make
@@ -4,13 +4,13 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
PEERDIR(
contrib/libs/grpc/src/compiler/grpc_plugin_support
- contrib/libs/protoc
+ contrib/libs/protoc
)
ADDINCL(
diff --git a/contrib/libs/grpc/src/compiler/objective_c_generator.cc b/contrib/libs/grpc/src/compiler/objective_c_generator.cc
index 07826b6a8d..2c82cf21be 100644
--- a/contrib/libs/grpc/src/compiler/objective_c_generator.cc
+++ b/contrib/libs/grpc/src/compiler/objective_c_generator.cc
@@ -24,7 +24,7 @@
#include "src/compiler/objective_c_generator.h"
#include "src/compiler/objective_c_generator_helpers.h"
-#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
+#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
using ::google::protobuf::compiler::objectivec::ClassName;
using ::grpc::protobuf::FileDescriptor;
diff --git a/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h b/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
index ae296741ce..183f780dea 100644
--- a/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
+++ b/contrib/libs/grpc/src/compiler/objective_c_generator_helpers.h
@@ -23,7 +23,7 @@
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
-#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
+#include <google/protobuf/compiler/objectivec/objectivec_helpers.h>
namespace grpc_objective_c_generator {
diff --git a/contrib/libs/grpc/src/compiler/php_generator.cc b/contrib/libs/grpc/src/compiler/php_generator.cc
index b35d3f2a02..38da8e907d 100644
--- a/contrib/libs/grpc/src/compiler/php_generator.cc
+++ b/contrib/libs/grpc/src/compiler/php_generator.cc
@@ -18,7 +18,7 @@
#include <map>
-#include <google/protobuf/compiler/php/php_generator.h>
+#include <google/protobuf/compiler/php/php_generator.h>
#include "src/compiler/config.h"
#include "src/compiler/generator_helpers.h"
#include "src/compiler/php_generator_helpers.h"
diff --git a/contrib/libs/grpc/src/compiler/python_generator.cc b/contrib/libs/grpc/src/compiler/python_generator.cc
index d083d19f0b..eadba1a7f3 100644
--- a/contrib/libs/grpc/src/compiler/python_generator.cc
+++ b/contrib/libs/grpc/src/compiler/python_generator.cc
@@ -692,20 +692,20 @@ bool PrivateGenerator::PrintPreamble(grpc_generator::Printer* out) {
TString input_type_file_name = method->get_input_type_name();
TString input_module_name =
- ModuleName(input_type_file_name, config.import_prefix,
+ ModuleName(input_type_file_name, config.import_prefix,
config.prefixes_to_filter);
TString input_module_alias =
- ModuleAlias(input_type_file_name, config.import_prefix,
+ ModuleAlias(input_type_file_name, config.import_prefix,
config.prefixes_to_filter);
imports_set.insert(
std::make_tuple(input_module_name, input_module_alias));
TString output_type_file_name = method->get_output_type_name();
TString output_module_name =
- ModuleName(output_type_file_name, config.import_prefix,
+ ModuleName(output_type_file_name, config.import_prefix,
config.prefixes_to_filter);
TString output_module_alias =
- ModuleAlias(output_type_file_name, config.import_prefix,
+ ModuleAlias(output_type_file_name, config.import_prefix,
config.prefixes_to_filter);
imports_set.insert(
std::make_tuple(output_module_name, output_module_alias));
diff --git a/contrib/libs/grpc/src/compiler/python_generator_helpers.h b/contrib/libs/grpc/src/compiler/python_generator_helpers.h
index 78e7efd7e0..f6fe2dae7e 100644
--- a/contrib/libs/grpc/src/compiler/python_generator_helpers.h
+++ b/contrib/libs/grpc/src/compiler/python_generator_helpers.h
@@ -81,7 +81,7 @@ TString ModuleAlias(const TString& filename,
const TString& import_prefix,
const std::vector<TString>& prefixes_to_filter) {
TString module_name =
- ModuleName(filename, import_prefix, prefixes_to_filter);
+ ModuleName(filename, import_prefix, prefixes_to_filter);
// We can't have dots in the module name, so we replace each with _dot_.
// But that could lead to a collision between a.b and a_dot_b, so we also
// duplicate each underscore.
@@ -109,7 +109,7 @@ bool GetModuleAndMessagePath(
TString module;
if (generator_file_name != file_name || generate_in_pb2_grpc) {
- module = ModuleAlias(file_name, import_prefix, prefixes_to_filter) + ".";
+ module = ModuleAlias(file_name, import_prefix, prefixes_to_filter) + ".";
} else {
module = "";
}
diff --git a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
index 36d4b24c65..4dd02b02eb 100644
--- a/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
+++ b/contrib/libs/grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_libuv.cc
@@ -23,7 +23,7 @@
#include "y_absl/strings/str_format.h"
#include <ares.h>
-#error #include <uv.h>
+#error #include <uv.h>
#include "src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h"
diff --git a/contrib/libs/grpc/src/core/lib/compression/message_compress.cc b/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
index 7c2a70bad4..3563348471 100644
--- a/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
+++ b/contrib/libs/grpc/src/core/lib/compression/message_compress.cc
@@ -25,7 +25,7 @@
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
-#include <zlib.h>
+#include <zlib.h>
#include "src/core/lib/slice/slice_internal.h"
diff --git a/contrib/libs/grpc/src/core/lib/compression/stream_compression.h b/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
index 7328c3ec0f..1403a4301a 100644
--- a/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
+++ b/contrib/libs/grpc/src/core/lib/compression/stream_compression.h
@@ -24,7 +24,7 @@
#include <stdbool.h>
#include <grpc/slice_buffer.h>
-#include <zlib.h>
+#include <zlib.h>
#include "src/core/lib/transport/static_metadata.h"
diff --git a/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc b/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
index 0a9e1158b3..294a13ef14 100644
--- a/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
+++ b/contrib/libs/grpc/src/core/lib/gpr/time_posix.cc
@@ -72,7 +72,7 @@ static gpr_timespec now_impl(gpr_clock_type clock_type) {
gpr_precise_clock_now(&ret);
return ret;
} else {
-#if defined(GPR_BACKWARDS_COMPATIBILITY_MODE) && defined(__linux__)
+#if defined(GPR_BACKWARDS_COMPATIBILITY_MODE) && defined(__linux__)
/* avoid ABI problems by invoking syscalls directly */
syscall(SYS_clock_gettime, clockid_for_gpr_clock[clock_type], &now);
#else
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
index 5421a584e9..7d6d9f1ebc 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/pollset_uv.cc
@@ -26,7 +26,7 @@
#include <grpc/support/log.h>
#include "src/core/lib/iomgr/pollset_custom.h"
-#error #include <uv.h>
+#error #include <uv.h>
/* Indicates that grpc_pollset_work should run an iteration of the UV loop
before running callbacks. This defaults to 1, and should be disabled if
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h b/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
index 57126c7c93..00afdfb4fb 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
+++ b/contrib/libs/grpc/src/core/lib/iomgr/resolve_address.h
@@ -26,7 +26,7 @@
#include "src/core/lib/iomgr/port.h"
#ifdef GRPC_UV
-#error #include <uv.h>
+#error #include <uv.h>
#endif
#ifdef GRPC_WINSOCK_SOCKET
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h b/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
index a5d2a6c3a6..2e9cb9e2cc 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
+++ b/contrib/libs/grpc/src/core/lib/iomgr/sockaddr_custom.h
@@ -26,7 +26,7 @@
#ifdef GRPC_UV
-#error #include <uv.h>
+#error #include <uv.h>
// TODO(kpayson) It would be nice to abstract this so we don't
// depend on anything uv specific
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
index 96f193ddcc..ff58e98c96 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/socket_utils_uv.cc
@@ -27,7 +27,7 @@
#include <grpc/support/log.h>
-#error #include <uv.h>
+#error #include <uv.h>
uint16_t grpc_htons(uint16_t hostshort) { return htons(hostshort); }
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
index 371b38c991..1f376d744a 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/tcp_uv.cc
@@ -39,7 +39,7 @@
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
-#error #include <uv.h>
+#error #include <uv.h>
#define IGNORE_CONST(addr) ((grpc_sockaddr*)(uintptr_t)(addr))
diff --git a/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc b/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
index 8b10edffa0..23792c93d7 100644
--- a/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
+++ b/contrib/libs/grpc/src/core/lib/iomgr/timer_uv.cc
@@ -30,7 +30,7 @@
#include "src/core/lib/iomgr/timer.h"
#include "src/core/lib/iomgr/timer_custom.h"
-#error #include <uv.h>
+#error #include <uv.h>
static void timer_close_callback(uv_handle_t* handle) { gpr_free(handle); }
diff --git a/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc b/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
index 77c8ca3277..2dcfb63c6f 100644
--- a/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
+++ b/contrib/libs/grpc/src/core/lib/profiling/stap_timers.cc
@@ -24,7 +24,7 @@
#include <sys/sdt.h>
/* Generated from src/core/profiling/stap_probes.d */
-#error #include "src/core/lib/profiling/stap_probes.h"
+#error #include "src/core/lib/profiling/stap_probes.h"
/* Latency profiler API implementation. */
void gpr_timer_add_mark(int tag, const char* tagstr, void* id, const char* file,
diff --git a/contrib/libs/grpc/src/core/lib/ya.make b/contrib/libs/grpc/src/core/lib/ya.make
index 93f59abe37..cff119a211 100644
--- a/contrib/libs/grpc/src/core/lib/ya.make
+++ b/contrib/libs/grpc/src/core/lib/ya.make
@@ -2,7 +2,7 @@
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc b/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
index 6dcf84bf40..c465dd280d 100644
--- a/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
+++ b/contrib/libs/grpc/src/cpp/server/channelz/channelz_service.cc
@@ -30,7 +30,7 @@ namespace {
grpc::protobuf::util::Status ParseJson(const char* json_str,
grpc::protobuf::Message* message) {
grpc::protobuf::json::JsonParseOptions options;
- options.case_insensitive_enum_parsing = true;
+ options.case_insensitive_enum_parsing = true;
return grpc::protobuf::json::JsonStringToMessage(json_str, message, options);
}
diff --git a/contrib/libs/grpc/src/python/grpcio/ya.make b/contrib/libs/grpc/src/python/grpcio/ya.make
index 5cdb0230c4..13473ff13d 100644
--- a/contrib/libs/grpc/src/python/grpcio/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio/ya.make
@@ -28,7 +28,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
index 2703d70ab0..aa74f5893f 100644
--- a/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_channelz/ya.make
@@ -29,7 +29,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
index 4bab1758a5..2641ad8fee 100644
--- a/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_health_checking/ya.make
@@ -29,7 +29,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
index c0f7d61dcc..9c6c7101bd 100644
--- a/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_reflection/ya.make
@@ -30,7 +30,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/src/python/grpcio_status/ya.make b/contrib/libs/grpc/src/python/grpcio_status/ya.make
index 61a3ee4336..5cc7ee95d6 100644
--- a/contrib/libs/grpc/src/python/grpcio_status/ya.make
+++ b/contrib/libs/grpc/src/python/grpcio_status/ya.make
@@ -30,7 +30,7 @@ ADDINCL(
contrib/libs/grpc/include
)
-IF (SANITIZER_TYPE == undefined)
+IF (SANITIZER_TYPE == undefined)
# https://github.com/grpc/grpc/blob/v1.15.1/tools/bazel.rc#L43
CXXFLAGS(-fno-sanitize=function)
ENDIF()
diff --git a/contrib/libs/grpc/test/cpp/end2end/health/ya.make b/contrib/libs/grpc/test/cpp/end2end/health/ya.make
index 7330129b73..53354e295d 100644
--- a/contrib/libs/grpc/test/cpp/end2end/health/ya.make
+++ b/contrib/libs/grpc/test/cpp/end2end/health/ya.make
@@ -1,4 +1,4 @@
-GTEST_UGLY()
+GTEST_UGLY()
OWNER(
dvshkurko
diff --git a/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make b/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make
index 161176f141..0e668666b9 100644
--- a/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make
+++ b/contrib/libs/grpc/test/cpp/end2end/server_interceptors/ya.make
@@ -1,4 +1,4 @@
-GTEST_UGLY()
+GTEST_UGLY()
OWNER(
dvshkurko
diff --git a/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_ b/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_
index afabda1c8f..4e9f0995a4 100644
--- a/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_
+++ b/contrib/libs/grpc/test/cpp/end2end/thread/ya.make_
@@ -1,4 +1,4 @@
-GTEST_UGLY()
+GTEST_UGLY()
OWNER(
dvshkurko
diff --git a/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h b/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h
index 358884196d..b40fbe949d 100644
--- a/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h
+++ b/contrib/libs/grpc/test/cpp/util/config_grpc_cli.h
@@ -22,13 +22,13 @@
#include <grpcpp/impl/codegen/config_protobuf.h>
#ifndef GRPC_CUSTOM_DYNAMICMESSAGEFACTORY
-#include <google/protobuf/dynamic_message.h>
+#include <google/protobuf/dynamic_message.h>
#define GRPC_CUSTOM_DYNAMICMESSAGEFACTORY \
::google::protobuf::DynamicMessageFactory
#endif
#ifndef GRPC_CUSTOM_DESCRIPTORPOOLDATABASE
-#include <google/protobuf/descriptor.h>
+#include <google/protobuf/descriptor.h>
#define GRPC_CUSTOM_DESCRIPTORPOOLDATABASE \
::google::protobuf::DescriptorPoolDatabase
#define GRPC_CUSTOM_MERGEDDESCRIPTORDATABASE \
@@ -36,12 +36,12 @@
#endif
#ifndef GRPC_CUSTOM_TEXTFORMAT
-#include <google/protobuf/text_format.h>
+#include <google/protobuf/text_format.h>
#define GRPC_CUSTOM_TEXTFORMAT ::google::protobuf::TextFormat
#endif
#ifndef GRPC_CUSTOM_DISKSOURCETREE
-#include <google/protobuf/compiler/importer.h>
+#include <google/protobuf/compiler/importer.h>
#define GRPC_CUSTOM_DISKSOURCETREE ::google::protobuf::compiler::DiskSourceTree
#define GRPC_CUSTOM_IMPORTER ::google::protobuf::compiler::Importer
#define GRPC_CUSTOM_MULTIFILEERRORCOLLECTOR \
diff --git a/contrib/libs/grpc/test/cpp/util/ya.make b/contrib/libs/grpc/test/cpp/util/ya.make
index f043cc5b14..41c45bfec5 100644
--- a/contrib/libs/grpc/test/cpp/util/ya.make
+++ b/contrib/libs/grpc/test/cpp/util/ya.make
@@ -8,7 +8,7 @@ OWNER(orivej)
PEERDIR(
contrib/libs/gflags
- contrib/libs/protoc
+ contrib/libs/protoc
contrib/libs/grpc/src/proto/grpc/reflection/v1alpha
contrib/restricted/googletest/googlemock
contrib/restricted/googletest/googletest
diff --git a/contrib/libs/grpc/third_party/address_sorting/ya.make b/contrib/libs/grpc/third_party/address_sorting/ya.make
index 66919eb97a..506d46c82e 100644
--- a/contrib/libs/grpc/third_party/address_sorting/ya.make
+++ b/contrib/libs/grpc/third_party/address_sorting/ya.make
@@ -2,7 +2,7 @@
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(BSD-3-Clause)
diff --git a/contrib/libs/grpc/third_party/upb/ya.make b/contrib/libs/grpc/third_party/upb/ya.make
index 1dc7487601..ca2443a140 100644
--- a/contrib/libs/grpc/third_party/upb/ya.make
+++ b/contrib/libs/grpc/third_party/upb/ya.make
@@ -2,7 +2,7 @@
LIBRARY()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(
BSD-3-Clause AND
diff --git a/contrib/libs/grpc/tools/codegen/core/gen_hpack_tables/ya.make b/contrib/libs/grpc/tools/codegen/core/gen_hpack_tables/ya.make
index b0e0306ea9..2c6276bf0a 100644
--- a/contrib/libs/grpc/tools/codegen/core/gen_hpack_tables/ya.make
+++ b/contrib/libs/grpc/tools/codegen/core/gen_hpack_tables/ya.make
@@ -4,7 +4,7 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/tools/codegen/core/gen_legal_metadata_characters/ya.make b/contrib/libs/grpc/tools/codegen/core/gen_legal_metadata_characters/ya.make
index 1398fede78..5251c5787b 100644
--- a/contrib/libs/grpc/tools/codegen/core/gen_legal_metadata_characters/ya.make
+++ b/contrib/libs/grpc/tools/codegen/core/gen_legal_metadata_characters/ya.make
@@ -4,7 +4,7 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)
diff --git a/contrib/libs/grpc/tools/codegen/core/gen_percent_encoding_tables/ya.make b/contrib/libs/grpc/tools/codegen/core/gen_percent_encoding_tables/ya.make
index 7aa3a6e32e..6a43a74d29 100644
--- a/contrib/libs/grpc/tools/codegen/core/gen_percent_encoding_tables/ya.make
+++ b/contrib/libs/grpc/tools/codegen/core/gen_percent_encoding_tables/ya.make
@@ -4,7 +4,7 @@ PROGRAM()
WITHOUT_LICENSE_TEXTS()
-OWNER(g:cpp-contrib)
+OWNER(g:cpp-contrib)
LICENSE(Apache-2.0)