Searched refs:WriteMethodDocComment (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_doc_comment.h | 46 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method);
|
H A D | csharp_doc_comment.cc | 109 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method) { in WriteMethodDocComment() function
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/csharp/ |
H A D | csharp_doc_comment.h | 46 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method);
|
H A D | csharp_doc_comment.cc | 109 void WriteMethodDocComment(io::Printer* printer, const MethodDescriptor* method) { in WriteMethodDocComment() function
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | doc_comment.h | 89 void WriteMethodDocComment(io::Printer* printer,
|
H A D | doc_comment.cc | 431 void WriteMethodDocComment(io::Printer* printer, in WriteMethodDocComment() function
|
H A D | service.cc | 183 WriteMethodDocComment(printer, method); in GenerateAbstractMethods()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/java/ |
H A D | doc_comment.h | 89 void WriteMethodDocComment(io::Printer* printer,
|
H A D | doc_comment.cc | 431 void WriteMethodDocComment(io::Printer* printer, in WriteMethodDocComment() function
|
H A D | service.cc | 183 WriteMethodDocComment(printer, method); in GenerateAbstractMethods()
|