Home
last modified time | relevance | path

Searched defs:type_url (Results 1 – 25 of 25) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dany_lite.cc56 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()
Dany.proto151 string type_url = 1; field
Dany_test.cc138 const char* type_url = src.type_url().data(); in TEST() local
154 const char* type_url = src.type_url().data(); in TEST() local
Dany.pb.h278 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()
Dtype.proto128 string type_url = 6; field
Dany.pb.cc94 bool Any::ParseAnyTypeUrl(const string& type_url, in ParseAnyTypeUrl()
Dtype.pb.h1798 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()
Dtext_format.cc1959 const std::string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dtype_info_test_helper.cc89 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()
Dprotostream_objectsource.cc602 std::string type_url; in RenderAny() local
760 ProtoStreamObjectSource::FindTypeRenderer(const std::string& type_url) { in FindTypeRenderer()
Dutility.cc127 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl()
Dprotostream_objectwriter.cc1281 ProtoStreamObjectWriter::FindTypeRenderer(const std::string& type_url) { in FindTypeRenderer()
/third_party/protobuf/src/google/protobuf/util/
Djson_util.h127 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()
Djson_util.cc85 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()
Dtype_resolver_util.cc76 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()
Dtype_resolver_util_test.cc92 const std::string& type_url) { in CheckFieldTypeUrl()
Dmessage_differencer.cc1227 const std::string& type_url = reflection->GetString(any, type_url_field); in UnpackAny() local
/third_party/skia/third_party/externals/abseil-cpp/absl/status/
Dstatus.cc78 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()
Dstatus_test.cc233 s.ForEachPayload([&](absl::string_view type_url, const absl::Cord& payload) { in AllVisitedPayloads()
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/
Dstatus_internal.h42 std::string type_url; member
/third_party/protobuf/php/src/Google/Protobuf/
DAny.php107 private $type_url = ''; variable in Google\\Protobuf\\Any
DField.php48 private $type_url = ''; variable in Google\\Protobuf\\Field
/third_party/protobuf/conformance/
Dconformance_cpp.cc71 string* type_url; variable
/third_party/protobuf/python/google/protobuf/
Djson_format.py397 def _CreateMessageFromTypeUrl(type_url, descriptor_pool): argument
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c7257 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