Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_enum.cc65 enum_comments = BuildCommentsString(location); in GenerateHeader()
93 string comments = BuildCommentsString(location).c_str(); in GenerateHeader()
Dobjectivec_extension.cc66 vars["comments"] = BuildCommentsString(location); in GenerateMembersHeader()
Dobjectivec_oneof.cc56 comments = BuildCommentsString(location); in OneofGenerator()
Dobjectivec_helpers.h170 string BuildCommentsString(const SourceLocation& location);
Dobjectivec_field.cc67 (*variables)["comments"] = BuildCommentsString(location); in SetCommonFieldVariables()
Dobjectivec_message.cc318 message_comments = BuildCommentsString(location); in GenerateMessageHeader()
Dobjectivec_helpers.cc813 string BuildCommentsString(const SourceLocation& location) { in BuildCommentsString() function