HomeSort by relevance Sort by last modified time
    Searched refs:WriteDocCommentBody (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/csharp/
csharp_doc_comment.cc 84 static void WriteDocCommentBody(
93 WriteDocCommentBody(printer, message);
97 WriteDocCommentBody(printer, field);
101 WriteDocCommentBody(printer, enumDescriptor);
104 WriteDocCommentBody(printer, value);
108 WriteDocCommentBody(printer, method);
  /external/protobuf/src/google/protobuf/compiler/java/
java_doc_comment.cc 141 static void WriteDocCommentBody(
167 WriteDocCommentBody(printer, message);
184 WriteDocCommentBody(printer, field);
193 WriteDocCommentBody(printer, enum_);
203 WriteDocCommentBody(printer, value);
213 WriteDocCommentBody(printer, service);
223 WriteDocCommentBody(printer, method);

Completed in 721 milliseconds