MCPcopy Create free account

hub / github.com/apple/foundationdb / functions

Functions23,797 in github.com/apple/foundationdb

↓ 4 callersFunctionGetDigitsLut
contrib/rapidjson/rapidjson/internal/itoa.h:23
↓ 4 callersFunctionGetDouble
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 callersMethodGetHashCode
contrib/rapidjson/rapidjson/schema.h:241
↓ 4 callersFunctionGetType
contrib/rapidjson/rapidjson/document.h:987
↓ 4 callersMethodLoadConfiguration
LoadConfiguration loads the latest configuration from the config file.
fdbkubernetesmonitor/monitor.go:140
↓ 4 callersMethodNotInsideAngleBrackets
(IEnumerable<Token> tokens)
flow/actorcompiler/ActorParser.cs:222
↓ 4 callersMethodPeek
contrib/rapidjson/rapidjson/encodedstream.h:185
↓ 4 callersFunctionPushBack
contrib/rapidjson/rapidjson/document.h:1695
↓ 4 callersMethodRun
()
bindings/go/src/_stacktester/stacktester.go:902
↓ 4 callersFunctionSetMembersPointer
contrib/rapidjson/rapidjson/document.h:2133
↓ 4 callersMethodShrinkToFit
contrib/rapidjson/rapidjson/internal/stack.h:94
↓ 4 callersMethodSign
contrib/rapidjson/rapidjson/internal/ieee754.h:37
↓ 4 callersFunctionSkipWhitespace
contrib/rapidjson/rapidjson/reader.h:270
↓ 4 callersMethodString
contrib/rapidjson/rapidjson/reader.h:217
↓ 4 callersFunctionTSS_mismatchTraceName
fdbclient/StorageServerInterface.cpp:42
↓ 4 callersMethodValue
contrib/rapidjson/rapidjson/internal/ieee754.h:29
↓ 4 callersMethodWatch
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 callersFunctionXXH3_64bits_reset_internal
flow/include/flow/xxhash.h:3922
↓ 4 callersFunctionXXH_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 callersFunctionXXH_read32
* Force direct memory access. Only works on CPU which support unaligned memory * access in hardware. */
flow/include/flow/xxhash.h:1003
↓ 4 callersFunctionXXH_read64
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
flow/include/flow/xxhash.h:1587
↓ 4 callersMethod__init__
(self, subspace, path, target_path)
bindings/python/fdb/directory_impl.py:611
↓ 4 callersFunction_all_whitespace
** Test to see if a line consists entirely of whitespace. */
contrib/sqlite/shell.c:2379
↓ 4 callersFunction_code_for
(value)
bindings/python/fdb/tuple.py:458
↓ 4 callersFunction_compare_floats
(f1, f2)
bindings/python/fdb/tuple.py:483
↓ 4 callersMethod_get_layer_for_path
(self, path)
bindings/python/fdb/directory_impl.py:201
↓ 4 callersFunction_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 callersFunction_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 callersFunction_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 callersFunction_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 callersMethodabortRestore
fdbclient/FileBackupAgent.actor.cpp:5634
↓ 4 callersMethodabsorb
fdbclient/include/fdbclient/JSONDoc.h:248
↓ 4 callersFunctionaccessPayload
** 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 callersMethodadd
(self, name, results)
bindings/bindingtester/bindingtester.py:71
↓ 4 callersMethodaddBackupRangeTasks
fdbclient/FileBackupAgent.actor.cpp:1049
↓ 4 callersFunctionaddCaches
fdbclient/NativeAPI.actor.cpp:981
↓ 4 callersMethodaddConflictRange
(byte[] keyBegin, byte[] keyEnd, ConflictRangeType type)
bindings/java/src/main/com/apple/foundationdb/FDBTransaction.java:535
↓ 4 callersMethodaddFutureRef
fdbclient/include/fdbclient/MultiVersionAssignmentVars.h:144
↓ 4 callersFunctionaddKeyRange
fdbbackup/backup.actor.cpp:3033
↓ 4 callersMethodaddMutation
fdbserver/StorageCache.actor.cpp:1083
↓ 4 callersMethodaddMutation
fdbserver/storageserver.actor.cpp:6833
↓ 4 callersMethodaddReadConflictKey
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 callersMethodaddServer
add server to wiggling queue
fdbserver/DataDistribution.actor.cpp:111
↓ 4 callersMethodaddThread
flow/IThreadPool.cpp:109
↓ 4 callersMethodaddTransactionReference
(Transaction tr)
bindings/java/src/test/com/apple/foundationdb/test/Context.java:113
↓ 4 callersMethodaddUUIDConflicts
(Transaction... trs)
bindings/java/src/test/com/apple/foundationdb/test/SnapshotTransactionTest.java:53
↓ 4 callersMethodadd_conflict_range
bindings/c/test/unit/fdb_api.cpp:358
↓ 4 callersMethodaddref
fdbserver/coroimpl/CoroFlow.actor.cpp:282
↓ 4 callersFunctionadjustFloatBytes
(b []byte, encode bool)
bindings/go/src/fdb/tuple/tuple.go:200
↓ 4 callersFunctionadjustFloatingPoint
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 callersFunctionadjust_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 callersMethodadvance
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 callersMethodallWorkerStarted
Set to true when all backup workers for saving mutation logs have been started.
fdbclient/include/fdbclient/BackupAgent.actor.h:876
↓ 4 callersMethodallocate
flow/include/flow/flow.h:555
↓ 4 callersMethodappend_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 callersMethodapply
(Transaction tr)
bindings/java/src/test/com/apple/foundationdb/test/StackTester.java:70
↓ 4 callersMethodapplyChanges
fdbserver/ConfigBroadcaster.actor.cpp:500
↓ 4 callersMethodassertRef
fdbclient/include/fdbclient/SnapshotCache.h:55
↓ 4 callersFunctionb
(s)
bindings/python/fdb/six.py:625
↓ 4 callersFunctionbF
(a)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callersMethodbackupRanges
fdbclient/include/fdbclient/BackupAgent.actor.h:940
↓ 4 callersFunctionbalance
** 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 callersMethodbegin
contrib/fmt-8.1.1/include/fmt/color.h:438
↓ 4 callersFunctionbg
(a,b,c)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callersFunctionbindToggleLinks
(selector, prefix)
bindings/go/godoc-resources/godocs.js:142
↓ 4 callersFunctionblobGranuleFileKeyFor
fdbclient/SystemData.cpp:1353
↓ 4 callersFunctionblobGranuleMergeKeyFor
fdbclient/SystemData.cpp:1499
↓ 4 callersMethodblock_until_ready
bindings/c/test/unit/fdb_api.cpp:37
↓ 4 callersFunctionbody
* 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 callersFunctionbuildConfiguration
fdbclient/ManagementAPI.actor.cpp:363
↓ 4 callersMethodbusyReadTagCount
fdbserver/GlobalTagThrottler.actor.cpp:542
↓ 4 callersFunctionbyte_str
(bytes)
contrib/alloc_instrumentation_traces.py:79
↓ 4 callersFunctionc$
(a,b)
bindings/go/godoc-resources/jquery.js:2
↓ 4 callersMethodcanGet
returns true if get can be called on this future (counterpart of canBeSet on Promises)
flow/include/flow/flow.h:795
↓ 4 callersMethodcanonicalRemoteIp
fdbrpc/FlowTransport.actor.cpp:441
↓ 4 callersFunctioncatch
fdbserver/pubsub.actor.cpp:361
↓ 4 callersMethodcbegin
flow/include/flow/IndexedSet.h:432
↓ 4 callersMethodcheck
fdbserver/ConfigDatabaseUnitTests.actor.cpp:254
↓ 4 callersMethodcheckAndProcessResult
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 callersMethodcheckChangeCounter
fdbserver/StorageCache.actor.cpp:282
↓ 4 callersFunctioncheck_string_type_spec
contrib/fmt-8.1.1/include/fmt/core.h:2802
↓ 4 callersFunctioncheckpointValue
fdbclient/SystemData.cpp:301
↓ 4 callersMethodchildProcess
fdbserver/workloads/ClientWorkload.actor.cpp:164
↓ 4 callersMethodchooseTenantGroup
fdbserver/workloads/MetaclusterManagementWorkload.actor.cpp:122
↓ 4 callersMethodclampRangeToTenant
fdbserver/storageserver.actor.cpp:3591
↓ 4 callersMethodcleanOps
fdbclient/StatusClient.actor.cpp:149
↓ 4 callersFunctioncleanPath
flow/Platform.actor.cpp:2456
↓ 4 callersFunctioncleanPath
fdbmonitor/fdbmonitor.cpp:275
↓ 4 callersMethodcleanup
fdbserver/TenantCache.actor.cpp:149
↓ 4 callersFunctionclear
fdbserver/ConfigDatabaseUnitTests.actor.cpp:515
↓ 4 callersMethodclear
Remove all items from the queue.
layers/containers/highcontention/queue.py:88
↓ 4 callersMethodclearInterf
fdbserver/include/fdbserver/ClusterController.actor.h:191
↓ 4 callersFunctionclear_data
Clears all data in the database.
bindings/c/test/unit/unit_tests.cpp:337
↓ 4 callersMethodclear_range
(bkey, ekey)
bindings/ruby/lib/fdbimpl.rb:599
↓ 4 callersMethodcleared
Subtree was cleared.
fdbserver/VersionedBTree.actor.cpp:6281
↓ 4 callersFunctioncloseKVS
fdbserver/VersionedBTree.actor.cpp:10963
↓ 4 callersMethodcolumn
fdbserver/KeyValueStoreSQLite.actor.cpp:423
↓ 4 callersFunctioncommonPrefixLength
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 callersMethodcompact
fdbserver/ConfigDatabaseUnitTests.actor.cpp:420
↓ 4 callersMethodcompact
fdbserver/ConfigBroadcaster.actor.cpp:544
← previousnext →2,701–2,800 of 23,797, ranked by callers