HomeSort by relevance Sort by last modified time
    Searched refs:url_prefix (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/util/
type_resolver_util.h 46 const string& url_prefix, const DescriptorPool* pool);
type_resolver_util.cc 57 bool SplitTypeUrl(const string& type_url, string* url_prefix,
63 *url_prefix = type_url.substr(0, pos);
70 DescriptorPoolTypeResolver(const string& url_prefix,
72 : url_prefix_(url_prefix), pool_(pool) {}
75 string url_prefix, message_name; local
76 if (!SplitTypeUrl(type_url, &url_prefix, &message_name) ||
77 url_prefix != url_prefix_) {
82 if (url_prefix != url_prefix_) {
84 "Cannot resolve types from URL: " + url_prefix);
96 string url_prefix, type_name local
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/util/
type_resolver_util.h 46 const string& url_prefix, const DescriptorPool* pool);
  /test/vts/utils/python/reporting/
report_file_utils.py 50 url_prefix=None):
53 url_prefix = NotNoneStr(url_prefix)
59 self._url_prefix = url_prefix
135 If url_prefix is set to None, will return destination path of
165 If url_prefix is set to None, will return destination path of
log_uploading_utils.py 71 url_prefix=getattr(

Completed in 1427 milliseconds