MCPcopy Create free account

hub / github.com/couchbase/fleece / functions

Functions1,673 in github.com/couchbase/fleece

MethodinitAsCopyOf
Fleece/Integration/MCollection.hh:70
MethodinitInSlot
Initializes a brand-new MDict created with the empty constructor, as though it had been created with the existing-Dict constructor. Useful
Fleece/Integration/MDict.hh:44
MethodinitInSlot
Initializes a brand-new MArray created with the empty constructor, as though it had been created with the existing-Array constructor. Usef
Fleece/Integration/MArray.hh:40
MethodinitInSlot
Fleece/Integration/MCollection.hh:58
MethodinitTable
Fleece/Support/StringTable.cc:189
MethodinlinePointer
Fleece/Mutable/ValueSlot.hh:82
Methodinsert
Inserts the value `val` into the array at index `i`, or returns false if the array is out of range (greater than the count.) */
Fleece/Integration/MArray.hh:92
Methodinsert
Fleece/Tree/MutableHashTree.cc:103
Methodinsert
Recursive insertion method. On success returns either 'this', or a new node that replaces 'this'. On failure (i.e. callback returned nullptr) returns
Fleece/Tree/MutableNode.hh:171
Methodinsert
Fleece/Mutable/MutableArray.hh:60
Methodinsert
Adds a key and its value, or finds an existing key (and doesn't change it). Returns a reference to the entry, and a flag that's true if it's newly add
Fleece/Support/StringTable.hh:54
Methodinsert
Fleece/Support/ConcurrentMap.cc:177
Methodinsert
Inserts a value for a key. Returns the value, as well as a new copy of the key in memory owned by the map. If the key already
Fleece/Support/ConcurrentMap.hh:72
MethodinsertItems
Tests/HashTreeTests.cc:56
MethodinsertNulls
API/fleece/Mutable.hh:130
MethodinsertOnly
Faster version of \ref insert that only inserts new keys. MUST NOT be called if the key already exists in the table!
Fleece/Support/StringTable.hh:59
MethodinsertOnly
Fleece/Support/StringTable.cc:148
MethodinstallTerminateHandler
Fleece/Support/Backtrace.cc:344
MethodisChanged
True if this array has been modified since it was created. */
API/fleece/Mutable.hh:110
MethodisChanged
Fleece/Tree/MutableHashTree.hh:46
MethodisChanged
Fleece/Mutable/HeapValue.hh:84
MethodisChanged
Fleece/Mutable/MutableArray.hh:43
MethodisDeltaDeletion
Does this delta represent a deletion? static*/
Fleece/Core/JSONDelta.cc:416
MethodisEligibleToEncode
Fleece/Core/SharedKeys.cc:148
MethodisEmpty
Fleece/Support/JSONEncoder.hh:35
MethodisEqual
API/fleece/Fleece.hh:76
MethodisFloatRepresentable
Fleece/Core/Encoder.cc:310
MethodisHeapValue
Fleece/Mutable/HeapValue.hh:54
MethodisInline
Fleece/Mutable/ValueSlot.hh:79
MethodisIntRepresentable
Fleece/Core/Encoder.cc:301
MethodisMagicParentKey
Fleece/Core/Dict.cc:38
MethodisMutable
Returns true if this collection or its contents (at any level) have been modified. */
Fleece/Integration/MCollection.hh:25
MethodisMutableArray
Fleece/Core/Array.hh:37
MethodisMutated
Fleece/Integration/MValue.hh:84
MethodisMutated
Fleece/Integration/MRoot.hh:60
MethodisNarrowValue
Fleece/Core/Encoder.cc:435
MethodisNull
Fleece/Support/diff_match_patch.hh:178
MethodisPointer
Fleece/Mutable/ValueSlot.hh:78
Methodis_alnum
Fleece/Support/diff_match_patch.hh:2578
Methodis_alnum
Fleece/Support/diff_match_patch.hh:2593
Methodis_control
Fleece/Support/diff_match_patch.hh:2398
Methodis_digit
Fleece/Support/diff_match_patch.hh:2579
Methodis_digit
Fleece/Support/diff_match_patch.hh:2594
Methodis_space
Fleece/Support/diff_match_patch.hh:2580
Methodis_space
Fleece/Support/diff_match_patch.hh:2595
MethoditerateContainer
Fleece/Core/DeepIterator.cc:83
Methoditerator
API/fleece/Fleece.hh:142
Methoditerator
API/fleece/Fleece.hh:215
Methoditerator
API/fleece/Fleece.hh:633
Methoditerator
Fleece/Tree/MutableHashTree.cc:239
Methoditerator
Fleece/Mutable/HeapArray.cc:167
Methoditerator
Fleece/Mutable/HeapDict.cc:266
MethoditeratorImpl
Fleece/Tree/MutableHashTree.cc:196
Methodjson5_error
Fleece/Support/JSON5.cc:246
Methodjson5converter
Fleece/Support/JSON5.cc:26
Methodkey
API/fleece/Fleece.hh:297
Methodkey
Fleece/Tree/HashTree.hh:48
Methodkey
Fleece/Core/Dict.hh:122
MethodkeyAsNSString
API/fleece/Fleece.hh:229
MethodkeyBytes
Fleece/Core/Dict.cc:248
MethodkeyOffset
Fleece/Tree/HashTree+Internal.hh:67
MethodkeyString
API/fleece/Fleece.hh:647
MethodkeyString
The Dict key of the current value, or nullkey if the parent is an Array. */
Fleece/Core/DeepIterator.hh:74
MethodkeyToOffset
Fleece/Support/ConcurrentMap.cc:143
MethodkeyTreeWriter
Experimental/KeyTree.cc:47
Methodkey_t
Fleece/Core/SharedKeys.hh:34
Methodkey_t
Fleece/Core/SharedKeys.cc:39
Methodkeyref
API/fleece/Mutable.hh:59
Methodkeyref
API/fleece/Fleece.hh:506
Methodlap
Like stop(), but returns the time taken since start() was called. */
Fleece/Support/Stopwatch.hh:49
MethodleafCount
Fleece/Tree/MutableNode.hh:131
MethodlegacyOffset
Fleece/Core/Pointer.hh:65
MethodliveInstanceCount
Total number of live objects that implement InstanceCounted. */
Fleece/Support/InstanceCounted.hh:36
MethodloadFrom
Fleece/Core/SharedKeys.hh:161
MethodlookupNameWithKey
Tests/EncoderTests.cc:195
MethodlookupSharedKey
Fleece/Core/Dict.cc:227
MethodmakeAbsolute
Fleece/Tree/HashTree+Internal.hh:80
MethodmakeAbsolute
Fleece/Tree/HashTree+Internal.hh:124
MethodmakeRelativeTo
Fleece/Tree/HashTree+Internal.hh:120
Functionmake_retained
Fleece/Support/RefCounted.hh:265
MethodmarkChanged
Fleece/Mutable/HeapDict.cc:42
Methodmask
Fleece/Support/Bitmap.hh:83
Methodmatch_alphabet
Fleece/Support/diff_match_patch.hh:1777
Methodmatch_bitap
Fleece/Support/diff_match_patch.hh:1651
Methodmatch_bitapScore
Fleece/Support/diff_match_patch.hh:1761
Methodmatch_main
Fleece/Support/diff_match_patch.hh:1624
Methodmatches
Fleece/Tree/HashTree+Internal.hh:63
Methodmedian
Fleece/Support/Benchmark.hh:30
MethodmigrateInitialBuf
Fleece/Support/Writer.cc:189
MethodminUsed
Returns the minimum address used by the given Value (transitively). If that minimum address comes before _baseCutoff, immediately returns null.
Fleece/Core/Encoder.cc:445
MethodmutableCopy
API/fleece/Mutable.hh:254
MethodmutableCopy
Fleece/Mutable/HeapValue.cc:185
Methodmutable_slice
API/fleece/slice.hh:305
Methodmutate
Fleece/Integration/MValue.hh:109
Methodmutate
Fleece/Integration/MCollection.hh:91
MethodnarrowBytes
Fleece/Core/Pointer.hh:76
Functionnarrow_cast
Fleece/Support/NumConversion.hh:66
MethodnativeValue
Fleece/Integration/MDictIterator.hh:58
MethodnewArray
Creates a new, empty mutable array. */
API/fleece/Mutable.hh:80
MethodnewArray
Creates a new array of size `initialCount` filled with null Values. */
Fleece/Mutable/MutableArray.hh:27
← previousnext →1,201–1,300 of 1,673, ranked by callers