Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dprotobuf_plugin.h97 return grpc_python_generator::get_all_comments(method_); in GetAllComments()
126 return grpc_python_generator::get_all_comments(service_); in GetAllComments()
189 return grpc_python_generator::get_all_comments(file_); in GetAllComments()
Dpython_generator_helpers.h112 StringVector get_all_comments(const DescriptorType* descriptor) { in get_all_comments() function