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

  /external/protobuf/src/google/protobuf/
any.h 93 // *full_type_name. Returns false if type_url does not start with
95 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name);
any.cc 87 bool ParseAnyTypeUrl(const string& type_url, string* full_type_name) {
92 *full_type_name = type_url.substr(pos + 1);
text_format.cc 386 string full_type_name, prefix; local
387 DO(ConsumeAnyTypeUrl(&full_type_name, &prefix));
391 DO(ConsumeAnyValue(full_type_name,
396 string(prefix + full_type_name));
1527 string full_type_name; local
    [all...]
  /external/python/apitools/apitools/base/py/
encoding_test.py 439 full_type_name = 'MessageWithEnum.ThisEnum'
440 full_key = '%s.%s' % (this_module_name, full_type_name)
446 full_type_name = 'MessageWithEnum.ThisEnum'
447 full_key = '%s.%s' % (this_module_name, full_type_name)
452 new_key = '%s.%s' % (new_package, full_type_name)
  /external/protobuf/python/google/protobuf/
descriptor.py     [all...]
  /external/python/apitools/apitools/gen/
message_registry.py 378 full_type_name = self.__ComputeFullName(type_name)
379 if (full_type_name not in self.__message_registry.keys() and
  /external/protobuf/src/google/protobuf/util/
message_differencer.cc 1018 string full_type_name; local
    [all...]

Completed in 587 milliseconds