Searched refs:WriteDocCommentBody (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_doc_comment.cc | 85 static void WriteDocCommentBody( in WriteDocCommentBody() function 94 WriteDocCommentBody(printer, message); in WriteMessageDocComment() 98 WriteDocCommentBody(printer, field); in WritePropertyDocComment() 102 WriteDocCommentBody(printer, enumDescriptor); in WriteEnumDocComment() 105 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment() 109 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_doc_comment.cc | 142 static void WriteDocCommentBody(io::Printer* printer, in WriteDocCommentBody() function 168 WriteDocCommentBody(printer, message); in WriteMessageDocComment() 185 WriteDocCommentBody(printer, field); in WriteFieldDocComment() 193 WriteDocCommentBody(printer, enum_); in WriteEnumDocComment() 203 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment() 213 WriteDocCommentBody(printer, service); in WriteServiceDocComment() 223 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
|