HomeSort by relevance Sort by last modified time
    Searched refs:BuildCommentsString (Results 1 - 8 of 8) sorted by null

  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_enum.cc 65 enum_comments = BuildCommentsString(location);
93 string comments = BuildCommentsString(location).c_str();
objectivec_extension.cc 66 vars["comments"] = BuildCommentsString(location);
objectivec_oneof.cc 56 comments = BuildCommentsString(location);
objectivec_helpers.h 170 string BuildCommentsString(const SourceLocation& location);
objectivec_field.cc 67 (*variables)["comments"] = BuildCommentsString(location);
objectivec_message.cc 318 message_comments = BuildCommentsString(location);
objectivec_helpers.cc 813 string BuildCommentsString(const SourceLocation& location) {
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/objectivec/
objectivec_helpers.h 174 string BuildCommentsString(const SourceLocation& location);

Completed in 476 milliseconds