Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/java/
Djava_doc_comment.cc150 static std::string FirstLineOf(const std::string& value) { in FirstLineOf() function
187 EscapeJavadoc(FirstLineOf(field->DebugString()))); in WriteFieldDocComment()
207 "def", EscapeJavadoc(FirstLineOf(value->DebugString()))); in WriteEnumValueDocComment()
227 "def", EscapeJavadoc(FirstLineOf(method->DebugString()))); in WriteMethodDocComment()
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc1497 static string FirstLineOf(const string& value) { in FirstLineOf() function
1574 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateFieldDocComment()
1597 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateWrapperFieldGetterDocComment()
1614 "def", EscapePhpdoc(FirstLineOf(field->DebugString()))); in GenerateWrapperFieldSetterDocComment()
1638 "def", EscapePhpdoc(FirstLineOf(value->DebugString()))); in GenerateEnumValueDocComment()