Searched refs:ParseAnyTypeUrl (Results 1 – 7 of 7) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | any_lite.cc | 104 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()
|
D | any.h | 127 bool ParseAnyTypeUrl(const std::string& type_url, std::string* full_type_name); 134 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix,
|
D | any.pb.cc | 108 bool Any::ParseAnyTypeUrl(const string& type_url, in ParseAnyTypeUrl() function in Any 110 return ::PROTOBUF_NAMESPACE_ID::internal::ParseAnyTypeUrl(type_url, in ParseAnyTypeUrl()
|
D | any.pb.h | 127 static bool ParseAnyTypeUrl(const string& type_url,
|
D | text_format.cc | 1934 if (!internal::ParseAnyTypeUrl(type_url, &url_prefix, &full_type_name)) { in PrintAny()
|
/external/libprotobuf-mutator/src/ |
D | mutator.cc | 372 if (!Any::ParseAnyTypeUrl(std::string(any.type_url()), &type_name)) in GetAnyTypeDescriptor()
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 1226 if (!internal::ParseAnyTypeUrl(type_url, &full_type_name)) { in UnpackAny()
|