Searched refs:url_prefix (Results 1 – 5 of 5) sorted by relevance
/third_party/protobuf/src/google/protobuf/ |
D | any_lite.cc | 103 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix, in ParseAnyTypeUrl() argument 109 if (url_prefix) { in ParseAnyTypeUrl() 110 *url_prefix = type_url.substr(0, pos + 1); in ParseAnyTypeUrl()
|
D | any.h | 134 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix,
|
D | text_format.cc | 1960 std::string url_prefix; in PrintAny() local 1962 if (!internal::ParseAnyTypeUrl(type_url, &url_prefix, &full_type_name)) { in PrintAny() 1968 finder_ ? finder_->FindAnyType(message, url_prefix, full_type_name) in PrintAny() 1969 : DefaultFinderFindAnyType(message, url_prefix, full_type_name); in PrintAny()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.cc | 72 DescriptorPoolTypeResolver(const std::string& url_prefix, in DescriptorPoolTypeResolver() argument 74 : url_prefix_(url_prefix), pool_(pool) {} in DescriptorPoolTypeResolver() 365 TypeResolver* NewTypeResolverForDescriptorPool(const std::string& url_prefix, in NewTypeResolverForDescriptorPool() argument 367 return new DescriptorPoolTypeResolver(url_prefix, pool); in NewTypeResolverForDescriptorPool()
|
D | type_resolver_util.h | 49 const std::string& url_prefix, const DescriptorPool* pool);
|