Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ functions
Functions
23,797 in github.com/apple/foundationdb
⨍
Functions
23,797
◇
Types & classes
4,727
↳
Endpoints
5
↓ 4 callers
Function
GetDigitsLut
contrib/rapidjson/rapidjson/internal/itoa.h:23
↓ 4 callers
Function
GetDouble
Get the value as double type. ! \note If the value is 64-bit integer type, it may lose precision. Use \c IsLosslessDouble() to check whether the * c
contrib/rapidjson/rapidjson/document.h:1778
↓ 4 callers
Method
GetHashCode
contrib/rapidjson/rapidjson/schema.h:241
↓ 4 callers
Function
GetType
contrib/rapidjson/rapidjson/document.h:987
↓ 4 callers
Method
LoadConfiguration
LoadConfiguration loads the latest configuration from the config file.
fdbkubernetesmonitor/monitor.go:140
↓ 4 callers
Method
NotInsideAngleBrackets
(IEnumerable<Token> tokens)
flow/actorcompiler/ActorParser.cs:222
↓ 4 callers
Method
Peek
contrib/rapidjson/rapidjson/encodedstream.h:185
↓ 4 callers
Function
PushBack
contrib/rapidjson/rapidjson/document.h:1695
↓ 4 callers
Method
Run
()
bindings/go/src/_stacktester/stacktester.go:902
↓ 4 callers
Function
SetMembersPointer
contrib/rapidjson/rapidjson/document.h:2133
↓ 4 callers
Method
ShrinkToFit
contrib/rapidjson/rapidjson/internal/stack.h:94
↓ 4 callers
Method
Sign
contrib/rapidjson/rapidjson/internal/ieee754.h:37
↓ 4 callers
Function
SkipWhitespace
contrib/rapidjson/rapidjson/reader.h:270
↓ 4 callers
Method
String
contrib/rapidjson/rapidjson/reader.h:217
↓ 4 callers
Function
TSS_mismatchTraceName
fdbclient/StorageServerInterface.cpp:42
↓ 4 callers
Method
Value
contrib/rapidjson/rapidjson/internal/ieee754.h:29
↓ 4 callers
Method
Watch
Watch creates a watch and returns a FutureNil that will become ready when the watch reports a change to the value of the specified key. A watchs beha
bindings/go/src/fdb/transaction.go:238
↓ 4 callers
Function
XXH3_64bits_reset_internal
flow/include/flow/xxhash.h:3922
↓ 4 callers
Function
XXH_mult64to128
* Calculates a 64->128-bit long multiply. * * Uses __uint128_t and _umul128 if available, otherwise uses a scalar version. */
flow/include/flow/xxhash.h:2551
↓ 4 callers
Function
XXH_read32
* Force direct memory access. Only works on CPU which support unaligned memory * access in hardware. */
flow/include/flow/xxhash.h:1003
↓ 4 callers
Function
XXH_read64
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
flow/include/flow/xxhash.h:1587
↓ 4 callers
Method
__init__
(self, subspace, path, target_path)
bindings/python/fdb/directory_impl.py:611
↓ 4 callers
Function
_all_whitespace
** Test to see if a line consists entirely of whitespace. */
contrib/sqlite/shell.c:2379
↓ 4 callers
Function
_code_for
(value)
bindings/python/fdb/tuple.py:458
↓ 4 callers
Function
_compare_floats
(f1, f2)
bindings/python/fdb/tuple.py:483
↓ 4 callers
Method
_get_layer_for_path
(self, path)
bindings/python/fdb/directory_impl.py:201
↓ 4 callers
Function
_mm_add_epi64
Adds the 4 signed or unsigned 64-bit integers in a to the 4 signed or unsigned 32-bit integers in b. https://msdn.microsoft.com/en-us/library/vstudio/
flow/include/flow/sse2neon.h:1691
↓ 4 callers
Function
_mm_max_epu8
Computes the pairwise maxima of the 16 unsigned 8-bit integers from a and the 16 unsigned 8-bit integers from b. https://msdn.microsoft.com/en-us/libr
flow/include/flow/sse2neon.h:2006
↓ 4 callers
Function
_mm_set1_epi8
Sets the 16 signed 8-bit integer values to b. r0 := b r1 := b ... r15 := b https://msdn.microsoft.com/en-us/library/6e14xhyf(v=vs.100).aspx
flow/include/flow/sse2neon.h:283
↓ 4 callers
Function
_sse2neon_vmull_p64
ARMv7 polyfill ARMv7/some A64 lacks vmull_p64, but it has vmull_p8. vmull_p8 calculates 8 8-bit->16-bit polynomial multiplies, but we need a 64-bit->
flow/include/flow/sse2neon.h:2971
↓ 4 callers
Method
abortRestore
fdbclient/FileBackupAgent.actor.cpp:5634
↓ 4 callers
Method
absorb
fdbclient/include/fdbclient/JSONDoc.h:248
↓ 4 callers
Function
accessPayload
** This function is used to read or overwrite payload information ** for the entry that the pCur cursor is pointing to. If the eOp ** parameter is 0,
contrib/sqlite/btree.c:3863
↓ 4 callers
Method
add
(self, name, results)
bindings/bindingtester/bindingtester.py:71
↓ 4 callers
Method
addBackupRangeTasks
fdbclient/FileBackupAgent.actor.cpp:1049
↓ 4 callers
Function
addCaches
fdbclient/NativeAPI.actor.cpp:981
↓ 4 callers
Method
addConflictRange
(byte[] keyBegin, byte[] keyEnd, ConflictRangeType type)
bindings/java/src/main/com/apple/foundationdb/FDBTransaction.java:535
↓ 4 callers
Method
addFutureRef
fdbclient/include/fdbclient/MultiVersionAssignmentVars.h:144
↓ 4 callers
Function
addKeyRange
fdbbackup/backup.actor.cpp:3033
↓ 4 callers
Method
addMutation
fdbserver/StorageCache.actor.cpp:1083
↓ 4 callers
Method
addMutation
fdbserver/storageserver.actor.cpp:6833
↓ 4 callers
Method
addReadConflictKey
Adds a key to the transaction's read conflict ranges as if you had read the key. As a result, other transactions that concurrently write this key coul
bindings/java/src/main/com/apple/foundationdb/Transaction.java:96
↓ 4 callers
Method
addServer
add server to wiggling queue
fdbserver/DataDistribution.actor.cpp:111
↓ 4 callers
Method
addThread
flow/IThreadPool.cpp:109
↓ 4 callers
Method
addTransactionReference
(Transaction tr)
bindings/java/src/test/com/apple/foundationdb/test/Context.java:113
↓ 4 callers
Method
addUUIDConflicts
(Transaction... trs)
bindings/java/src/test/com/apple/foundationdb/test/SnapshotTransactionTest.java:53
↓ 4 callers
Method
add_conflict_range
bindings/c/test/unit/fdb_api.cpp:358
↓ 4 callers
Method
addref
fdbserver/coroimpl/CoroFlow.actor.cpp:282
↓ 4 callers
Function
adjustFloatBytes
(b []byte, encode bool)
bindings/go/src/fdb/tuple/tuple.go:200
↓ 4 callers
Function
adjustFloatingPoint
If encoding and the sign bit is 1 (the number is negative), flip all the bits. If decoding and the sign bit is 0 (the number is negative), flip all th
fdbclient/Tuple.cpp:53
↓ 4 callers
Function
adjust_floating_point
If encoding and the sign bit is 1 (the number is negative), flip all the bits. If decoding and the sign bit is 0 (the number is negative), flip all th
bindings/flow/Tuple.cpp:78
↓ 4 callers
Method
advance
pre: !finished() Advances the pointer at the current level to a Node that's >= finger's value if possible; or move to the next level (i.e., level--).
fdbserver/SkipList.cpp:365
↓ 4 callers
Method
allWorkerStarted
Set to true when all backup workers for saving mutation logs have been started.
fdbclient/include/fdbclient/BackupAgent.actor.h:876
↓ 4 callers
Method
allocate
flow/include/flow/flow.h:555
↓ 4 callers
Method
append_node
Appends a new child node. The appended child becomes the last child. \param child Node to append.
contrib/rapidxml/include/rapidxml/rapidxml.hpp:1164
↓ 4 callers
Method
apply
(Transaction tr)
bindings/java/src/test/com/apple/foundationdb/test/StackTester.java:70
↓ 4 callers
Method
applyChanges
fdbserver/ConfigBroadcaster.actor.cpp:500
↓ 4 callers
Method
assertRef
fdbclient/include/fdbclient/SnapshotCache.h:55
↓ 4 callers
Function
b
(s)
bindings/python/fdb/six.py:625
↓ 4 callers
Function
bF
(a)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callers
Method
backupRanges
fdbclient/include/fdbclient/BackupAgent.actor.h:940
↓ 4 callers
Function
balance
** The page that pCur currently points to has just been modified in ** some way. This function figures out if this modification means the ** tree need
contrib/sqlite/btree.c:6796
↓ 4 callers
Method
begin
contrib/fmt-8.1.1/include/fmt/color.h:438
↓ 4 callers
Function
bg
(a,b,c)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callers
Function
bindToggleLinks
(selector, prefix)
bindings/go/godoc-resources/godocs.js:142
↓ 4 callers
Function
blobGranuleFileKeyFor
fdbclient/SystemData.cpp:1353
↓ 4 callers
Function
blobGranuleMergeKeyFor
fdbclient/SystemData.cpp:1499
↓ 4 callers
Method
block_until_ready
bindings/c/test/unit/fdb_api.cpp:37
↓ 4 callers
Function
body
* This processes one or more 64-byte data blocks, but does NOT update * the bit counters. There are no alignment requirements. */
contrib/md5/md5.c:87
↓ 4 callers
Function
buildConfiguration
fdbclient/ManagementAPI.actor.cpp:363
↓ 4 callers
Method
busyReadTagCount
fdbserver/GlobalTagThrottler.actor.cpp:542
↓ 4 callers
Function
byte_str
(bytes)
contrib/alloc_instrumentation_traces.py:79
↓ 4 callers
Function
c$
(a,b)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callers
Method
canGet
returns true if get can be called on this future (counterpart of canBeSet on Promises)
flow/include/flow/flow.h:795
↓ 4 callers
Method
canonicalRemoteIp
fdbrpc/FlowTransport.actor.cpp:441
↓ 4 callers
Function
catch
fdbserver/pubsub.actor.cpp:361
↓ 4 callers
Method
cbegin
flow/include/flow/IndexedSet.h:432
↓ 4 callers
Method
check
fdbserver/ConfigDatabaseUnitTests.actor.cpp:254
↓ 4 callers
Method
checkAndProcessResult
Checks the state of the response, updates the queue model, and returns one of the following outcomes: A return value of true means that the request co
fdbrpc/include/fdbrpc/LoadBalance.actor.h:383
↓ 4 callers
Method
checkChangeCounter
fdbserver/StorageCache.actor.cpp:282
↓ 4 callers
Function
check_string_type_spec
contrib/fmt-8.1.1/include/fmt/core.h:2802
↓ 4 callers
Function
checkpointValue
fdbclient/SystemData.cpp:301
↓ 4 callers
Method
childProcess
fdbserver/workloads/ClientWorkload.actor.cpp:164
↓ 4 callers
Method
chooseTenantGroup
fdbserver/workloads/MetaclusterManagementWorkload.actor.cpp:122
↓ 4 callers
Method
clampRangeToTenant
fdbserver/storageserver.actor.cpp:3591
↓ 4 callers
Method
cleanOps
fdbclient/StatusClient.actor.cpp:149
↓ 4 callers
Function
cleanPath
flow/Platform.actor.cpp:2456
↓ 4 callers
Function
cleanPath
fdbmonitor/fdbmonitor.cpp:275
↓ 4 callers
Method
cleanup
fdbserver/TenantCache.actor.cpp:149
↓ 4 callers
Function
clear
fdbserver/ConfigDatabaseUnitTests.actor.cpp:515
↓ 4 callers
Method
clear
Remove all items from the queue.
layers/containers/highcontention/queue.py:88
↓ 4 callers
Method
clearInterf
fdbserver/include/fdbserver/ClusterController.actor.h:191
↓ 4 callers
Function
clear_data
Clears all data in the database.
bindings/c/test/unit/unit_tests.cpp:337
↓ 4 callers
Method
clear_range
(bkey, ekey)
bindings/ruby/lib/fdbimpl.rb:599
↓ 4 callers
Method
cleared
Subtree was cleared.
fdbserver/VersionedBTree.actor.cpp:6281
↓ 4 callers
Function
closeKVS
fdbserver/VersionedBTree.actor.cpp:10963
↓ 4 callers
Method
column
fdbserver/KeyValueStoreSQLite.actor.cpp:423
↓ 4 callers
Function
commonPrefixLength
Get the number of prefix bytes that are the same between a and b, up to their common length of cl
flow/include/flow/Arena.h:858
↓ 4 callers
Method
compact
fdbserver/ConfigDatabaseUnitTests.actor.cpp:420
↓ 4 callers
Method
compact
fdbserver/ConfigBroadcaster.actor.cpp:544
← previous
next →
2,701–2,800 of 23,797, ranked by callers