Home
last modified time | relevance | path

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

/external/cronet/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc86 static void WriteDocCommentBody( in WriteDocCommentBody() function
95 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
99 WriteDocCommentBody(printer, field); in WritePropertyDocComment()
103 WriteDocCommentBody(printer, enumDescriptor); in WriteEnumDocComment()
106 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment()
110 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc86 static void WriteDocCommentBody( in WriteDocCommentBody() function
95 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
99 WriteDocCommentBody(printer, field); in WritePropertyDocComment()
103 WriteDocCommentBody(printer, enumDescriptor); in WriteEnumDocComment()
106 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment()
110 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
/external/protobuf/src/google/protobuf/compiler/java/
Ddoc_comment.cc143 static void WriteDocCommentBody(io::Printer* printer, in WriteDocCommentBody() function
169 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
184 WriteDocCommentBody(printer, field); in WriteFieldDocComment()
219 WriteDocCommentBody(printer, field); in WriteFieldAccessorDocComment()
278 WriteDocCommentBody(printer, field); in WriteFieldEnumValueAccessorDocComment()
348 WriteDocCommentBody(printer, field); in WriteFieldStringBytesAccessorDocComment()
404 WriteDocCommentBody(printer, enum_); in WriteEnumDocComment()
414 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment()
424 WriteDocCommentBody(printer, service); in WriteServiceDocComment()
434 WriteDocCommentBody(printer, method); in WriteMethodDocComment()
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc143 static void WriteDocCommentBody(io::Printer* printer, in WriteDocCommentBody() function
169 WriteDocCommentBody(printer, message); in WriteMessageDocComment()
184 WriteDocCommentBody(printer, field); in WriteFieldDocComment()
219 WriteDocCommentBody(printer, field); in WriteFieldAccessorDocComment()
278 WriteDocCommentBody(printer, field); in WriteFieldEnumValueAccessorDocComment()
348 WriteDocCommentBody(printer, field); in WriteFieldStringBytesAccessorDocComment()
404 WriteDocCommentBody(printer, enum_); in WriteEnumDocComment()
414 WriteDocCommentBody(printer, value); in WriteEnumValueDocComment()
424 WriteDocCommentBody(printer, service); in WriteServiceDocComment()
434 WriteDocCommentBody(printer, method); in WriteMethodDocComment()