/third_party/protobuf/src/google/protobuf/ |
D | any_lite.cc | 56 AnyMetadata::AnyMetadata(UrlType* type_url, ValueType* value) in AnyMetadata() 97 StringPiece type_url = Get(type_url_); in InternalIs() local 103 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix, in ParseAnyTypeUrl() 116 bool ParseAnyTypeUrl(const std::string& type_url, std::string* full_type_name) { in ParseAnyTypeUrl()
|
D | any.proto | 151 string type_url = 1; field
|
D | any_test.cc | 138 const char* type_url = src.type_url().data(); in TEST() local 154 const char* type_url = src.type_url().data(); in TEST() local
|
D | any.pb.h | 278 inline const std::string& Any::type_url() const { in type_url() function 325 inline void Any::set_allocated_type_url(std::string* type_url) { in set_allocated_type_url()
|
D | type.proto | 128 string type_url = 6; field
|
D | any.pb.cc | 94 bool Any::ParseAnyTypeUrl(const string& type_url, in ParseAnyTypeUrl()
|
D | type.pb.h | 1798 inline const std::string& Field::type_url() const { in type_url() function 1845 inline void Field::set_allocated_type_url(std::string* type_url) { in set_allocated_type_url()
|
D | text_format.cc | 1959 const std::string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | type_info_test_helper.cc | 89 io::CodedInputStream* coded_input, const std::string& type_url) { in NewProtoSource() 102 const std::string& type_url, strings::ByteSink* output, in NewProtoWriter() 116 const std::string& type_url, ObjectWriter* writer) { in NewDefaultValueWriter()
|
D | protostream_objectsource.cc | 602 std::string type_url; in RenderAny() local 760 ProtoStreamObjectSource::FindTypeRenderer(const std::string& type_url) { in FindTypeRenderer()
|
D | utility.cc | 127 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl()
|
D | protostream_objectwriter.cc | 1281 ProtoStreamObjectWriter::FindTypeRenderer(const std::string& type_url) { in FindTypeRenderer()
|
/third_party/protobuf/src/google/protobuf/util/ |
D | json_util.h | 127 TypeResolver* resolver, const std::string& type_url, in BinaryToJsonStream() 140 const std::string& type_url, in BinaryToJsonString() 158 TypeResolver* resolver, const std::string& type_url, in JsonToBinaryStream() 171 const std::string& type_url, in JsonToBinaryString()
|
D | json_util.cc | 85 const std::string& type_url, in BinaryToJsonStream() 113 const std::string& type_url, in BinaryToJsonString() 176 const std::string& type_url, in JsonToBinaryStream() 207 const std::string& type_url, in JsonToBinaryString()
|
D | type_resolver_util.cc | 76 Status ResolveMessageType(const std::string& type_url, Type* type) override { in ResolveMessageType() 92 Status ResolveEnumType(const std::string& type_url, in ResolveEnumType() 308 Status ParseTypeUrl(const std::string& type_url, std::string* type_name) { in ParseTypeUrl()
|
D | type_resolver_util_test.cc | 92 const std::string& type_url) { in CheckFieldTypeUrl()
|
D | message_differencer.cc | 1227 const std::string& type_url = reflection->GetString(any, type_url_field); in UnpackAny() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/ |
D | status.cc | 78 absl::string_view type_url) { in FindPayloadIndexByUrl() 125 void Status::SetPayload(absl::string_view type_url, absl::Cord payload) { in SetPayload() 145 bool Status::ErasePayload(absl::string_view type_url) { in ErasePayload() 297 const absl::Cord& payload) { in ToStringSlow()
|
D | status_test.cc | 233 s.ForEachPayload([&](absl::string_view type_url, const absl::Cord& payload) { in AllVisitedPayloads()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
D | status_internal.h | 42 std::string type_url; member
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | Any.php | 107 private $type_url = ''; variable in Google\\Protobuf\\Any
|
D | Field.php | 48 private $type_url = ''; variable in Google\\Protobuf\\Field
|
/third_party/protobuf/conformance/ |
D | conformance_cpp.cc | 71 string* type_url; variable
|
/third_party/protobuf/python/google/protobuf/ |
D | json_format.py | 397 def _CreateMessageFromTypeUrl(type_url, descriptor_pool): argument
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 7257 upb_strview type_url = jsondec_string(d); in jsondec_typeurl() local 7690 static const upb_msgdef *jsonenc_getanymsg(jsonenc *e, upb_strview type_url) { in jsonenc_getanymsg() 7729 upb_strview type_url = upb_msg_get(msg, type_url_f).str_val; in jsonenc_any() local
|