Home
last modified time | relevance | path

Searched refs:partition_id_ (Results 1 – 4 of 4) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Dentity_v4_pb.py351 partition_id_ = None variable in Key
359 if self.partition_id_ is None:
362 if self.partition_id_ is None: self.partition_id_ = PartitionId()
365 return self.partition_id_
373 if self.partition_id_ is not None: self.partition_id_.Clear()
402 if self.has_partition_id_ and self.partition_id_ != x.partition_id_: return 0
436 out.putVarInt32(self.partition_id_.ByteSize())
437 self.partition_id_.OutputUnchecked(out)
446 out.putVarInt32(self.partition_id_.ByteSizePartial())
447 self.partition_id_.OutputPartial(out)
[all …]
H A Ddatastore_v4_pb.py4245 partition_id_ = None variable in RunQueryRequest
4279 if self.partition_id_ is None:
4282 …if self.partition_id_ is None: self.partition_id_ = googlecloudsdk.third_party.appengine.datastore…
4285 return self.partition_id_
4293 if self.partition_id_ is not None: self.partition_id_.Clear()
4376 if self.has_partition_id_ and self.partition_id_ != x.partition_id_: return 0
4430 out.putVarInt32(self.partition_id_.ByteSize())
4431 self.partition_id_.OutputUnchecked(out)
4454 out.putVarInt32(self.partition_id_.ByteSizePartial())
4455 self.partition_id_.OutputPartial(out)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc275 : partition_id_(partition_id), web_ui_(web_ui) {} in PartitionObserver()
307 "serviceworker.onVersionStateChanged", Value(partition_id_), in OnVersionStateChanged()
316 args.push_back(std::make_unique<Value>(partition_id_)); in OnErrorReported()
332 args.push_back(std::make_unique<Value>(partition_id_)); in OnReportConsoleMessage()
355 int partition_id() const { return partition_id_; } in partition_id()
358 const int partition_id_; member in content::ServiceWorkerInternalsUI::PartitionObserver
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc264 : partition_id_(partition_id), web_ui_(web_ui) {} in PartitionObserver()
295 "serviceworker.onVersionStateChanged", Value(partition_id_), in OnVersionStateChanged()
302 args.push_back(std::make_unique<Value>(partition_id_)); in OnErrorReported()
317 args.push_back(std::make_unique<Value>(partition_id_)); in OnReportConsoleMessage()
340 int partition_id() const { return partition_id_; } in partition_id()
343 const int partition_id_; member in content::ServiceWorkerInternalsUI::PartitionObserver