Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc149 static string FirstLineOf(const string& value) { in FirstLineOf() function
186 "def", EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldDocComment()
205 "def", EscapeJavadoc(FirstLineOf(value->DebugString()))); in WriteEnumValueDocComment()
225 "def", EscapeJavadoc(FirstLineOf(method->DebugString()))); in WriteMethodDocComment()