Searched refs:BuildCommentsString (Results 1 – 7 of 7) sorted by relevance
85 enum_comments = BuildCommentsString(location, true); in GenerateHeader()132 string comments = BuildCommentsString(location, true).c_str(); in GenerateHeader()
56 comments = BuildCommentsString(location, true); in OneofGenerator()
71 vars["comments"] = BuildCommentsString(location, true); in GenerateMembersHeader()
215 string PROTOC_EXPORT BuildCommentsString(const SourceLocation& location,
66 (*variables)["comments"] = BuildCommentsString(location, true); in SetCommonFieldVariables()
310 message_comments = BuildCommentsString(location, false); in GenerateMessageHeader()
928 string BuildCommentsString(const SourceLocation& location, in BuildCommentsString() function