Home
last modified time | relevance | path

Searched refs:url_prefix (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dany_lite.cc103 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()
Dany.h134 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix,
Dtext_format.cc1960 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/
Dtype_resolver_util.cc72 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()
Dtype_resolver_util.h49 const std::string& url_prefix, const DescriptorPool* pool);
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstmpdparser.c1373 const gchar *url_prefix; in gst_mpdparser_get_initializationURL() local
1377 url_prefix = (InitializationURL in gst_mpdparser_get_initializationURL()
1381 return url_prefix; in gst_mpdparser_get_initializationURL()
1388 const gchar *url_prefix; in gst_mpdparser_get_mediaURL() local
1393 url_prefix = segmentURL->media ? segmentURL->media : stream->baseURL; in gst_mpdparser_get_mediaURL()
1394 g_return_val_if_fail (url_prefix != NULL, NULL); in gst_mpdparser_get_mediaURL()