Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dany_lite.cc104 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix, in ParseAnyTypeUrl() function
117 bool ParseAnyTypeUrl(const std::string& type_url, std::string* full_type_name) { in ParseAnyTypeUrl() function
118 return ParseAnyTypeUrl(type_url, nullptr, full_type_name); in ParseAnyTypeUrl()
Dany.h127 bool ParseAnyTypeUrl(const std::string& type_url, std::string* full_type_name);
134 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix,
Dany.pb.cc108 bool Any::ParseAnyTypeUrl(const string& type_url, in ParseAnyTypeUrl() function in Any
110 return ::PROTOBUF_NAMESPACE_ID::internal::ParseAnyTypeUrl(type_url, in ParseAnyTypeUrl()
Dany.pb.h127 static bool ParseAnyTypeUrl(const string& type_url,
Dtext_format.cc1934 if (!internal::ParseAnyTypeUrl(type_url, &url_prefix, &full_type_name)) { in PrintAny()
/external/libprotobuf-mutator/src/
Dmutator.cc372 if (!Any::ParseAnyTypeUrl(std::string(any.type_url()), &type_name)) in GetAnyTypeDescriptor()
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc1226 if (!internal::ParseAnyTypeUrl(type_url, &full_type_name)) { in UnpackAny()