Home
last modified time | relevance | path

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

/third_party/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::__anon17b88e3a0111::IndentScope
79 ~IndentScope() { in ~IndentScope()
125 IndentScope raii_class_indent(out); in PrintBetaServicer()
144 IndentScope raii_method_indent(out); in PrintBetaServicer()
161 IndentScope raii_class_indent(out); in PrintBetaStub()
182 IndentScope raii_method_indent(out); in PrintBetaStub()
205 IndentScope raii_create_server_indent(out); in PrintBetaServerFactory()
253 IndentScope raii_indent(out); in PrintBetaServerFactory()
268 IndentScope raii_indent(out); in PrintBetaServerFactory()
[all …]