/third_party/protobuf/src/google/protobuf/ |
H A 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 [all...] |
H A D | any_lite.cc | 56 AnyMetadata::AnyMetadata(UrlType* type_url, ValueType* value) in AnyMetadata() argument 97 StringPiece type_url = Get(type_url_); in InternalIs() local 103 bool ParseAnyTypeUrl(const std::string& type_url, std::string* url_prefix, in ParseAnyTypeUrl() argument 116 ParseAnyTypeUrl(const std::string& type_url, std::string* full_type_name) ParseAnyTypeUrl() argument [all...] |
H A D | any.pb.h | 278 inline const std::string& Any::type_url() const { in type_url() function in Any 325 set_allocated_type_url(std::string* type_url) set_allocated_type_url() argument 331 type_url_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), type_url, set_allocated_type_url() local [all...] |
H A D | any.pb.cc | 94 bool Any::ParseAnyTypeUrl(const string& type_url, in ParseAnyTypeUrl() argument [all...] |
H A D | type.pb.h | 1798 inline const std::string& Field::type_url() const { in type_url() function in Field 1845 set_allocated_type_url(std::string* type_url) set_allocated_type_url() argument 1851 type_url_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), type_url, set_allocated_type_url() local [all...] |
H A D | text_format.cc | 1959 const std::string& type_url = reflection->GetString(message, type_url_field); in PrintAny() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/status/internal/ |
H A D | status_internal.h | 42 std::string type_url; member
|
/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | Any.php | 107 private $type_url = ''; variable 218 $this->type_url = $var; variable 306 $this->type_url = GPBUtil::TYPE_URL_PREFIX . $fully_qualifed_name; global() variable 319 $type_url = GPBUtil::TYPE_URL_PREFIX . $fully_qualifed_name; global() variable 320 return $this->type_url === $type_url; global() variable [all...] |
H A D | Field.php | 48 private $type_url = ''; variable 243 $this->type_url = $var; variable
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | type_info_test_helper.cc | 88 NewProtoSource( io::CodedInputStream* coded_input, const std::string& type_url) NewProtoSource() argument 101 NewProtoWriter( const std::string& type_url, strings::ByteSink* output, ErrorListener* listener, const ProtoStreamObjectWriter::Options& options) NewProtoWriter() argument 115 NewDefaultValueWriter( const std::string& type_url, ObjectWriter* writer) NewDefaultValueWriter() argument
|
H A D | utility.cc | 127 const StringPiece GetTypeWithoutUrl(StringPiece type_url) { in GetTypeWithoutUrl() argument
|
H A D | protostream_objectsource.cc | 602 std::string type_url; in RenderAny() local 760 FindTypeRenderer(const std::string& type_url) FindTypeRenderer() argument [all...] |
H A D | protostream_objectwriter.cc | 1281 FindTypeRenderer(const std::string& type_url) FindTypeRenderer() argument [all...] |
/third_party/protobuf/conformance/ |
H A D | conformance_cpp.cc | 71 string* type_url; variable
|
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util.h | 126 BinaryToJsonStream( TypeResolver* resolver, const std::string& type_url, io::ZeroCopyInputStream* binary_input, io::ZeroCopyOutputStream* json_output) BinaryToJsonStream() argument 139 BinaryToJsonString(TypeResolver* resolver, const std::string& type_url, const std::string& binary_input, std::string* json_output) BinaryToJsonString() argument 157 JsonToBinaryStream( TypeResolver* resolver, const std::string& type_url, io::ZeroCopyInputStream* json_input, io::ZeroCopyOutputStream* binary_output) JsonToBinaryStream() argument 170 JsonToBinaryString(TypeResolver* resolver, const std::string& type_url, StringPiece json_input, std::string* binary_output) JsonToBinaryString() argument [all...] |
H A D | type_resolver_util.cc | 308 Status ParseTypeUrl(const std::string& type_url, std::string* type_name) { in ParseTypeUrl() argument
|
H A D | type_resolver_util_test.cc | 91 CheckFieldTypeUrl(const Type& type, const std::string& name, const std::string& type_url) CheckFieldTypeUrl() argument
|
H A D | json_util.cc | 84 BinaryToJsonStream(TypeResolver* resolver, const std::string& type_url, io::ZeroCopyInputStream* binary_input, io::ZeroCopyOutputStream* json_output, const JsonPrintOptions& options) BinaryToJsonStream() argument 112 BinaryToJsonString(TypeResolver* resolver, const std::string& type_url, const std::string& binary_input, std::string* json_output, const JsonPrintOptions& options) BinaryToJsonString() argument 175 JsonToBinaryStream(TypeResolver* resolver, const std::string& type_url, io::ZeroCopyInputStream* json_input, io::ZeroCopyOutputStream* binary_output, const JsonParseOptions& options) JsonToBinaryStream() argument 206 JsonToBinaryString(TypeResolver* resolver, const std::string& type_url, StringPiece json_input, std::string* binary_output, const JsonParseOptions& options) JsonToBinaryString() argument
|
H A 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/ |
H A D | status.cc | 125 void Status::SetPayload(absl::string_view type_url, absl::Cord payload) { in SetPayload() argument 145 bool Status::ErasePayload(absl::string_view type_url) { in ErasePayload() argument 77 FindPayloadIndexByUrl(const Payloads* payloads, absl::string_view type_url) FindPayloadIndexByUrl() argument [all...] |
/third_party/protobuf/php/ext/google/protobuf/ |
H A 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() argument 7729 upb_strview type_url = upb_msg_get(msg, type_url_f).str_val; jsonenc_any() local [all...] |