Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc84 static void WriteDocCommentBody( in WriteDocCommentBody() function
93 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
97 WriteDocCommentBody(printer, field); in WritePropertyDocComment()
101 WriteDocCommentBody(printer, enumDescriptor); in WriteEnumDocComment()
104 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment()
108 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc141 static void WriteDocCommentBody( in WriteDocCommentBody() function
167 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
184 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()