Searched refs:url_prefix (Results 1 – 6 of 6) 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);
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 1373 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()
|