Home
last modified time | relevance | path

Searched refs:IndentScope (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc/src/compiler/
Dpython_generator.cc70 class IndentScope { class
72 explicit IndentScope(grpc_generator::Printer* printer) : printer_(printer) { in IndentScope() function in grpc_python_generator::__anonac6c940b0111::IndentScope
76 ~IndentScope() { printer_->Outdent(); } in ~IndentScope()
118 IndentScope raii_class_indent(out); in PrintBetaServicer()
137 IndentScope raii_method_indent(out); in PrintBetaServicer()
154 IndentScope raii_class_indent(out); in PrintBetaStub()
175 IndentScope raii_method_indent(out); in PrintBetaStub()
198 IndentScope raii_create_server_indent(out); in PrintBetaServerFactory()
244 IndentScope raii_indent(out); in PrintBetaServerFactory()
259 IndentScope raii_indent(out); in PrintBetaServerFactory()
[all …]