summaryrefslogtreecommitdiffstats
path: root/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h
diff options
context:
space:
mode:
authorthegeorg <[email protected]>2022-02-10 16:45:12 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:45:12 +0300
commit49116032d905455a7b1c994e4a696afc885c1e71 (patch)
treebe835aa92c6248212e705f25388ebafcf84bc7a1 /contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h
parent4e839db24a3bbc9f1c610c43d6faaaa99824dcca (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h')
-rw-r--r--contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h b/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h
index b519e84b61e..f510716fedc 100644
--- a/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h
+++ b/contrib/libs/protoc/src/google/protobuf/compiler/cpp/cpp_service.h
@@ -36,19 +36,19 @@
#define GOOGLE_PROTOBUF_COMPILER_CPP_SERVICE_H__
#include <map>
-#include <string>
-#include <google/protobuf/compiler/cpp/cpp_options.h>
-#include <google/protobuf/descriptor.h>
+#include <string>
+#include <google/protobuf/compiler/cpp/cpp_options.h>
+#include <google/protobuf/descriptor.h>
namespace google {
namespace protobuf {
-namespace io {
-class Printer; // printer.h
+namespace io {
+class Printer; // printer.h
}
-} // namespace protobuf
-} // namespace google
+} // namespace protobuf
+} // namespace google
-namespace google {
+namespace google {
namespace protobuf {
namespace compiler {
namespace cpp {
@@ -57,7 +57,7 @@ class ServiceGenerator {
public:
// See generator.cc for the meaning of dllexport_decl.
explicit ServiceGenerator(const ServiceDescriptor* descriptor,
- const std::map<TProtoStringType, TProtoStringType>& vars,
+ const std::map<TProtoStringType, TProtoStringType>& vars,
const Options& options);
~ServiceGenerator();
@@ -69,8 +69,8 @@ class ServiceGenerator {
// Source file stuff.
- // Generate implementations of everything declared by
- // GenerateDeclarations().
+ // Generate implementations of everything declared by
+ // GenerateDeclarations().
void GenerateImplementation(io::Printer* printer);
private:
@@ -105,8 +105,8 @@ class ServiceGenerator {
void GenerateStubMethods(io::Printer* printer);
const ServiceDescriptor* descriptor_;
- std::map<TProtoStringType, TProtoStringType> vars_;
- const Options& options_;
+ std::map<TProtoStringType, TProtoStringType> vars_;
+ const Options& options_;
int index_in_metadata_;
@@ -117,6 +117,6 @@ class ServiceGenerator {
} // namespace cpp
} // namespace compiler
} // namespace protobuf
-} // namespace google
+} // namespace google
#endif // GOOGLE_PROTOBUF_COMPILER_CPP_SERVICE_H__