Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/couchbase/fleece
/ functions
Functions
1,673 in github.com/couchbase/fleece
⨍
Functions
1,673
◇
Types & classes
239
Method
newBytes
Raw memory allocation. Just like malloc but throws/terminates on failure. */
API/fleece/slice.hh:712
Method
newDict
API/fleece/Mutable.hh:155
Method
newDict
Fleece/Mutable/MutableDict.hh:24
Method
newNode
Fleece/Tree/MutableNode.hh:334
Method
newRoot
Fleece/Tree/MutableNode.hh:97
Method
next
API/fleece/Fleece.hh:306
Method
next
Fleece/Support/Delimiter.hh:37
Method
next
Returns a pointer to where the next byte will be written.
Fleece/Support/slice_stream.hh:93
Method
next
Returns a pointer to where the next bytes will be read from.
Fleece/Support/slice_stream.hh:191
Method
next
Fleece/Core/DeepIterator.cc:26
Method
next
Fleece/Core/Dict.cc:253
Method
nextWritePos
API/fleece/Fleece.hh:477
Method
next_token
Fleece/Support/diff_match_patch.hh:2400
Method
now
Returns number of seconds since the epoch. */
Fleece/Support/Stopwatch.hh:79
Method
nsstring_slice
API/fleece/slice.hh:457
Method
nsstring_slice
ObjC/slice+CoreFoundation.cc:93
Method
null
API/fleece/Fleece.hh:43
Method
nullPaddedString
API/fleece/slice.hh:806
Method
nullslice_t
API/fleece/slice.hh:319
Method
numberOfWrites
Tests/SharedKeysTests.cc:166
Method
offset
API/fleece/slice.hh:556
Method
offset
Fleece/Core/Array.cc:94
Method
offset
Fleece/Core/Pointer.hh:31
Method
offsetToKey
Fleece/Support/ConcurrentMap.cc:151
Method
offsetValue
Fleece/Mutable/HeapValue.hh:28
Function
operator "" _sl
Literal syntax for slices: `"foo"_sl` */
API/fleece/slice.hh:327
Method
operator *
API/fleece/Fleece.hh:147
Method
operator *
API/fleece/Fleece.hh:223
Method
operator ->
API/fleece/Fleece.hh:146
Method
operator ->
API/fleece/Fleece.hh:222
Method
operator delete
Fleece/Tree/MutableNode.hh:324
Method
operator delete
Fleece/Mutable/HeapValue.hh:61
Method
operator delete
Fleece/API_Impl/FLSlice.cc:120
Method
operator new
Fleece/Tree/MutableNode.hh:338
Method
operator new
Fleece/Mutable/HeapValue.hh:60
Method
operator new
Fleece/Mutable/HeapValue.cc:26
Method
operator new
Fleece/API_Impl/FLSlice.cc:116
Method
operator!
API/fleece/Fleece.hh:70
Function
operator!=
API/fleece/FLSlice.h:203
Method
operator!=
API/fleece/Fleece.hh:73
Method
operator!=
API/fleece/Fleece.hh:150
Method
operator!=
API/fleece/Fleece.hh:226
Method
operator!=
API/fleece/slice.hh:155
Method
operator!=
Fleece/Support/diff_match_patch.hh:144
Method
operator!=
Fleece/Core/Path.hh:48
Method
operator()
API/fleece/slice.hh:471
Method
operator()
API/fleece/slice.hh:586
Method
operator()
API/fleece/slice.hh:885
Method
operator()
API/fleece/slice.hh:888
Method
operator()
Fleece/Support/function_ref.hh:67
Method
operator++
Fleece/Support/Delimiter.hh:34
Method
operator->
API/fleece/Fleece.hh:108
Method
operator->
Fleece/Core/Array.hh:88
Method
operator<
API/fleece/slice.hh:156
Method
operator<
Fleece/Support/diff_match_patch.hh:639
Method
operator<
Fleece/Support/JSONEncoder.cc:98
Method
operator<
Fleece/Core/SharedKeys.cc:50
Method
operator<
The Scope
Fleece/Core/Doc.cc:44
Method
operator<=
API/fleece/slice.hh:158
Method
operator=
API/fleece/Mutable.hh:23
Method
operator=
API/fleece/Mutable.hh:61
Method
operator=
API/fleece/Fleece.hh:508
Method
operator=
API/fleece/Fleece.hh:684
Function
operator==
API/fleece/FLSlice.h:202
Method
operator==
API/fleece/Fleece.hh:71
Method
operator==
API/fleece/Fleece.hh:281
Method
operator==
API/fleece/Fleece.hh:338
Method
operator==
API/fleece/Fleece.hh:393
Method
operator==
API/fleece/slice.hh:154
Method
operator==
Fleece/Tree/NodeRef.hh:30
Method
operator==
* Is this Diff equivalent to another Diff? * @param d Another Diff to compare against * @return true or false */
Fleece/Support/diff_match_patch.hh:141
Method
operator==
Fleece/Core/Path.cc:60
Method
operator==
Fleece/Core/SharedKeys.cc:46
Method
operator>
API/fleece/slice.hh:157
Method
operator>=
API/fleece/slice.hh:159
Method
operator[]
This enables e.g. `array[10] = 17`
API/fleece/Mutable.hh:133
Method
operator[]
This enables e.g. `dict["key"_sl] = 17`
API/fleece/Mutable.hh:194
Method
operator[]
API/fleece/Fleece.hh:127
Method
operator[]
API/fleece/Fleece.hh:151
Method
operator[]
API/fleece/Fleece.hh:183
Method
operator[]
API/fleece/Fleece.hh:388
Method
operator[]
This enables e.g. `enc["key"_sl] = 17`
API/fleece/Fleece.hh:515
Method
operator[]
MI disambiguation:
API/fleece/Fleece.hh:593
Method
operator[]
Fleece/Support/Backtrace.hh:58
Method
operator[]
Random access to items. Index is relative to the current item. This is very fast, faster than array::get(). */
Fleece/Core/Array.hh:95
Method
operator[]
Fleece/Core/Array.cc:72
Method
operator[]
Experimental/KeyTree.cc:170
Method
output
Fleece/Support/Writer.cc:211
Method
output
The data written so far.
Fleece/Support/slice_stream.hh:50
Method
parent
API/fleece/Fleece.hh:299
Method
parent
The parent collection, if any. */
Fleece/Integration/MCollection.hh:39
Method
parseConstant
Reads (and writes) a specific sequence of characters, failing if it doesn't match or if the next character is alphanumeric.
Fleece/Support/JSON5.cc:76
Method
parseNumber
Reads a number, writing JSON to the output.
Fleece/Support/JSON5.cc:87
Method
parseSequence
Reads an array or object, writing JSON to the output.
Fleece/Support/JSON5.cc:131
Method
parseString
Reads a string, writing JSON to the output.
Fleece/Support/JSON5.cc:108
Method
parseValue
Parses a JSON5 value, writing JSON to the output.
Fleece/Support/JSON5.cc:41
Method
patch_addContext
Fleece/Support/diff_match_patch.hh:1794
Method
patch_addPadding
Fleece/Support/diff_match_patch.hh:2089
Method
patch_deepCopy
Fleece/Support/diff_match_patch.hh:1968
Method
patch_splitMax
Fleece/Support/diff_match_patch.hh:2151
← previous
next →
1,301–1,400 of 1,673, ranked by callers