Home
last modified time | relevance | path

Searched refs:object_name_prefix (Results 1 – 25 of 33) sorted by relevance

12

/dports/devel/py-oci/oci-2.53.1/src/oci/sch/models/
H A Dobject_storage_target_details.py127 def object_name_prefix(self): member in ObjectStorageTargetDetails
138 @object_name_prefix.setter
139 def object_name_prefix(self, object_name_prefix): member in ObjectStorageTargetDetails
148 self._object_name_prefix = object_name_prefix
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/
H A Dnotification_metadata.cc49 if (!object_name_prefix().empty()) { in JsonPayloadForInsert()
50 json["object_name_prefix"] = object_name_prefix(); in JsonPayloadForInsert()
74 << ", object_name_prefix=" << rhs.object_name_prefix() in operator <<()
H A Dnotification_metadata.h121 std::string const& object_name_prefix() const { return object_name_prefix_; } in object_name_prefix() function
161 lhs.event_types(), lhs.kind(), lhs.object_name_prefix(),
164 rhs.event_types(), rhs.kind(), rhs.object_name_prefix(),
171 lhs.event_types(), lhs.kind(), lhs.object_name_prefix(),
174 rhs.event_types(), rhs.kind(), rhs.object_name_prefix(),
H A Dnotification_metadata_test.cc45 "object_name_prefix": "test-prefix-", in CreateNotificationMetadataForTest()
166 EXPECT_EQ("test-prefix-", copy.object_name_prefix()); in TEST()
168 EXPECT_EQ("another-prefix/", copy.object_name_prefix()); in TEST()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/
H A Dnotification_metadata.cc47 if (!object_name_prefix().empty()) { in JsonPayloadForInsert()
48 json["object_name_prefix"] = object_name_prefix(); in JsonPayloadForInsert()
76 << ", object_name_prefix=" << rhs.object_name_prefix() in operator <<()
H A Dnotification_metadata.h121 std::string const& object_name_prefix() const { return object_name_prefix_; } in object_name_prefix() function
161 lhs.event_types(), lhs.kind(), lhs.object_name_prefix(),
164 rhs.event_types(), rhs.kind(), rhs.object_name_prefix(),
171 lhs.event_types(), lhs.kind(), lhs.object_name_prefix(),
174 rhs.event_types(), rhs.kind(), rhs.object_name_prefix(),
H A Dnotification_metadata_test.cc44 "object_name_prefix": "test-prefix-", in CreateNotificationMetadataForTest()
165 EXPECT_EQ("test-prefix-", copy.object_name_prefix()); in TEST()
167 EXPECT_EQ("another-prefix/", copy.object_name_prefix()); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Dv8_isolate_memory_dump_provider.cc273 std::string object_name_prefix = in DumpHeapStatistics() local
285 object_name_prefix + "/" + object_statistics.object_type(); in DumpHeapStatistics()
300 if (process_memory_dump->GetAllocatorDump(object_name_prefix + in DumpHeapStatistics()
303 object_name_prefix + "/CODE_TYPE/CODE_KIND"); in DumpHeapStatistics()
305 object_name_prefix + "/CODE_TYPE/CODE_AGE"); in DumpHeapStatistics()
312 process_memory_dump->CreateAllocatorDump(object_name_prefix)->guid(), in DumpHeapStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Dv8_isolate_memory_dump_provider.cc277 std::string object_name_prefix = in DumpHeapStatistics() local
289 object_name_prefix + "/" + object_statistics.object_type(); in DumpHeapStatistics()
304 if (process_memory_dump->GetAllocatorDump(object_name_prefix + in DumpHeapStatistics()
307 object_name_prefix + "/CODE_TYPE/CODE_KIND"); in DumpHeapStatistics()
309 object_name_prefix + "/CODE_TYPE/CODE_AGE"); in DumpHeapStatistics()
316 process_memory_dump->CreateAllocatorDump(object_name_prefix)->guid(), in DumpHeapStatistics()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Dnotification.py483 object_name_prefix = None
500 object_name_prefix = a
563 object_name_prefix=object_name_prefix,
706 if notification.object_name_prefix:
708 "\t\tObject name prefix: '%s'" % notification.object_name_prefix)
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dnotification.py553 object_name_prefix = None
570 object_name_prefix = a
632 object_name_prefix=object_name_prefix,
778 if notification.object_name_prefix:
780 notification.object_name_prefix)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dnotification.py544 object_name_prefix = None
561 object_name_prefix = a
623 object_name_prefix=object_name_prefix,
769 if notification.object_name_prefix:
771 notification.object_name_prefix)
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/examples/
H A Dstorage_notification_samples.cc82 if (notification->object_name_prefix().empty()) { in GetNotification()
86 << " the prefix " << notification->object_name_prefix() << "\n"; in GetNotification()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/examples/
H A Dstorage_notification_samples.cc82 if (notification->object_name_prefix().empty()) { in GetNotification()
86 << " the prefix " << notification->object_name_prefix() << "\n"; in GetNotification()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/
H A Dcloud_api_delegator.py345 custom_attributes=None, object_name_prefix=None, provider=None): argument
348 custom_attributes, object_name_prefix)
H A Dcloud_api.py646 object_name_prefix=None, argument
H A Dgcs_json_api.py1542 object_name_prefix=None): argument
1556 if object_name_prefix:
1557 notification.object_name_prefix = object_name_prefix
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/internal/
H A Dnotification_requests_test.cc45 "object_name_prefix": "test-prefix-", in TEST()
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/internal/
H A Dnotification_requests_test.cc46 "object_name_prefix": "test-prefix-", in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/
H A Dcloud_api_delegator.py500 object_name_prefix=None, argument
504 custom_attributes, object_name_prefix)
H A Dcloud_api.py780 object_name_prefix=None, argument
H A Dgcs_json_api.py1958 object_name_prefix=None): argument
1972 if object_name_prefix:
1973 notification.object_name_prefix = object_name_prefix
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/
H A Dcloud_api_delegator.py513 object_name_prefix=None, argument
517 custom_attributes, object_name_prefix)
H A Dcloud_api.py811 object_name_prefix=None, argument
H A Dgcs_json_api.py2042 object_name_prefix=None): argument
2056 if object_name_prefix:
2057 notification.object_name_prefix = object_name_prefix

12