Home
last modified time | relevance | path

Searched refs:fdb_transaction_get_read_version (Results 1 – 19 of 19) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/test/
H A Dperformance_test.c167 FDBFuture *f = fdb_transaction_get_read_version(tr); in futureLatency()
176 FDBFuture *f = fdb_transaction_get_read_version(tr); in futureLatency()
H A Dryw_benchmark.c223 FDBFuture *f = fdb_transaction_get_read_version(tr); in runTests()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/foundationdb/
H A Dfdb_c.h170 DLLEXPORT WARN_UNUSED_RESULT FDBFuture* fdb_transaction_get_read_version( FDBTransaction* tr );
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/go/src/fdb/
H A Dtransaction.go281 return &futureInt64{newFuture(C.fdb_transaction_get_read_version(t.ptr))}
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/
H A Dfdb_flow.actor.cpp295 return backToFuture<Version>( fdb_transaction_get_read_version( tr ), [](Reference<CFuture> f){ in getReadVersion()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/python/fdb/
H A Dimpl.py408 return FutureVersion(self.capi.fdb_transaction_get_read_version(self.tpointer))
1409 _capi.fdb_transaction_get_read_version.argtypes = [ctypes.c_void_p]
1410 _capi.fdb_transaction_get_read_version.restype = ctypes.c_void_p
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/c/
H A Dfdb_c.cpp388 FDBFuture* fdb_transaction_get_read_version( FDBTransaction* tr ) { in fdb_transaction_get_read_version() function
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/ruby/lib/
H A Dfdbimpl.rb690 Version.new(FDBC.fdb_transaction_get_read_version @tpointer)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/
H A DfdbJNI.cpp578 FDBFuture *f = fdb_transaction_get_read_version( tr ); in Java_com_apple_foundationdb_FDBTransaction_Transaction_1getReadVersion()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/
H A Dapi-c.rst434 .. function:: FDBFuture* fdb_transaction_get_read_version(FDBTransaction* transaction)