Searched refs:GetComment (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/src/compiler/ |
D | generator_helpers.h | 186 inline void GetComment(const DescriptorType* desc, CommentType type, in GetComment() function 213 inline void GetComment(const grpc::protobuf::FileDescriptor* desc, in GetComment() function 261 grpc_generator::GetComment( in GetPrefixedComments() 264 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in GetPrefixedComments() 268 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in GetPrefixedComments()
|
D | python_generator_helpers.h | 130 grpc_generator::GetComment( in get_all_comments() 132 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_LEADING, in get_all_comments() 134 grpc_generator::GetComment(descriptor, grpc_generator::COMMENTTYPE_TRAILING, in get_all_comments()
|
D | objective_c_generator.cc | 55 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING_DETACHED, in PrintAllComments() 57 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_LEADING, in PrintAllComments() 59 grpc_generator::GetComment(desc, grpc_generator::COMMENTTYPE_TRAILING, in PrintAllComments()
|