Home
last modified time | relevance | path

Searched refs:WriteImpl (Results 1 – 25 of 269) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/external/ikvm/reflect/Writer/
H A DHeaps.cs40 WriteImpl(mw); in Write()
64 protected abstract void WriteImpl(MetadataWriter mw); in WriteImpl() method in IKVM.Reflection.Writer.Heap
90 protected override void WriteImpl(MetadataWriter mw) in WriteImpl() method in IKVM.Reflection.Writer.TableHeap
206 protected override void WriteImpl(MetadataWriter mw) in WriteImpl() method in IKVM.Reflection.Writer.StringHeap
256 protected override void WriteImpl(MetadataWriter mw) in WriteImpl() method in IKVM.Reflection.Writer.UserStringHeap
303 protected override void WriteImpl(MetadataWriter mw) in WriteImpl() method in IKVM.Reflection.Writer.GuidHeap
380 protected override void WriteImpl(MetadataWriter mw) in WriteImpl() method in IKVM.Reflection.Writer.BlobHeap
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/System.Diagnostics/
H A DDefaultTraceListener.cs251 private void WriteImpl (string message) in WriteImpl() method in System.Diagnostics.DefaultTraceListener
295 WriteImpl (message); in Write()
301 WriteImpl (msg); in WriteLine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/diagnostics/eventing/TraceLogging/
H A DTraceLoggingEventSource.cs121 this.WriteImpl(eventName, ref options, ref data, null, null); in Write()
149 this.WriteImpl(eventName, ref options, ref data, null, null); in Write()
182 this.WriteImpl(eventName, ref options, ref data, null, null); in Write()
219 this.WriteImpl(eventName, ref options, ref data, null, null); in Write()
258 this.WriteImpl(eventName, ref options, ref data, null, null); in Write()
308 this.WriteImpl( in Write()
579 private unsafe void WriteImpl<T>( in WriteImpl() method in Microsoft.Diagnostics.Tracing.EventSource
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Diagnostics/Tracing/TraceLogging/
H A DTraceLoggingEventSource.cs126 … this.WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance); in Write()
150 … this.WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance); in Write()
182 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
218 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
256 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
305 this.WriteImpl( in Write()
597 private unsafe void WriteImpl( in WriteImpl() method in Microsoft.Diagnostics.Tracing.EventSource
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Diagnostics/Tracing/TraceLogging/
H A DTraceLoggingEventSource.cs126 … this.WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance); in Write()
150 … this.WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance); in Write()
182 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
218 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
256 this.WriteImpl(eventName, ref options, data, null, null, SimpleEventTypes<T>.Instance); in Write()
305 this.WriteImpl( in Write()
597 private unsafe void WriteImpl( in WriteImpl() method in Microsoft.Diagnostics.Tracing.EventSource
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc125 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
198 s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
235 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
393 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
419 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc125 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
198 s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
235 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
393 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
419 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc261 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
356 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
368 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
396 s = db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
448 s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/rocksdb/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn.cc125 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
198 s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
235 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
385 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
411 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/utilities/transactions/
H A Dwrite_prepared_txn.cc125 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
198 s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
235 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
385 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
411 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc125 s = db_impl_->WriteImpl(write_options, GetWriteBatch()->GetWriteBatch(), in PrepareInternal()
198 s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
235 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
393 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
419 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl(
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(),
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr,
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr,
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker);
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/transactions/
H A Dwrite_prepared_txn.cc119 Status s = db_impl_->WriteImpl( in PrepareInternal()
191 auto s = db_impl_->WriteImpl(write_options_, working_batch, nullptr, nullptr, in CommitInternal()
226 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in CommitInternal()
384 s = db_impl_->WriteImpl(write_options_, &rollback_batch, nullptr, nullptr, in RollbackInternal()
408 s = db_impl_->WriteImpl(write_options_, &empty_batch, nullptr, nullptr, in RollbackInternal()
H A Dpessimistic_transaction.cc256 Status s = db_impl_->WriteImpl( in PrepareInternal()
350 db_impl_->WriteImpl(write_options_, GetWriteBatch()->GetWriteBatch(), in CommitWithoutPrepareInternal()
362 auto s = db_impl_->WriteImpl(write_options_, batch, /*callback*/ nullptr, in CommitBatchInternal()
388 db_impl_->WriteImpl(write_options_, working_batch, /*callback*/ nullptr, in CommitInternal()
439 auto s = db_impl_->WriteImpl(write_options_, &rollback_marker); in RollbackInternal()

1234567891011