Searched defs:type_url_prefix (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Dany.cc39 const string& type_url_prefix) {
40 if (!type_url_prefix.empty() &&
41 type_url_prefix[type_url_prefix.size() - 1] == '/') {
42 return type_url_prefix + message->full_name();
44 return type_url_prefix + "/" + message->full_name();
62 const string& type_url_prefix) {
64 GetTypeUrl(message.GetDescriptor(), type_url_prefix));
38 GetTypeUrl(const Descriptor* message, const string& type_url_prefix) argument
61 PackFrom(const Message& message, const string& type_url_prefix) argument
H A Dany.pb.cc121 const ::std::string& type_url_prefix) {
122 _any_metadata_.PackFrom(message, type_url_prefix);
120 PackFrom(const ::google::protobuf::Message& message, const ::std::string& type_url_prefix) argument

Completed in 283 milliseconds