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.cc85 enum_comments = BuildCommentsString(location, true); in GenerateHeader()
132 string comments = BuildCommentsString(location, true).c_str(); in GenerateHeader()
Dobjectivec_oneof.cc56 comments = BuildCommentsString(location, true); in OneofGenerator()
Dobjectivec_extension.cc71 vars["comments"] = BuildCommentsString(location, true); in GenerateMembersHeader()
Dobjectivec_helpers.h215 string PROTOC_EXPORT BuildCommentsString(const SourceLocation& location,
Dobjectivec_field.cc66 (*variables)["comments"] = BuildCommentsString(location, true); in SetCommonFieldVariables()
Dobjectivec_message.cc310 message_comments = BuildCommentsString(location, false); in GenerateMessageHeader()
Dobjectivec_helpers.cc928 string BuildCommentsString(const SourceLocation& location, in BuildCommentsString() function