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
↓ 1 callers
Function
parseTimezone
** Parse a timezone extension on the end of a date-time. ** The extension is of the form: ** ** (+/-)HH:MM or (+/-)HHMM ** ** Or the "zulu
Fleece/Support/ParseDate.cc:174
↓ 1 callers
Function
parseYyyyMmDd
** Parse dates of the form ** ** YYYY-MM-DD HH:MM:SS.FFF ** YYYY-MM-DD HH:MM:SS ** YYYY-MM-DD HH:MM ** YYYY-MM-DD ** ** Write t
Fleece/Support/ParseDate.cc:332
↓ 1 callers
Method
patch_apply
Fleece/Support/diff_match_patch.hh:1979
↓ 1 callers
Method
patch_fromText
Fleece/Support/diff_match_patch.hh:2265
↓ 1 callers
Method
patch_make
Fleece/Support/diff_match_patch.hh:1843
↓ 1 callers
Method
patch_toText
Fleece/Support/diff_match_patch.hh:2249
↓ 1 callers
Method
pathString
Fleece/Core/DeepIterator.cc:106
↓ 1 callers
Method
peek
Returns the next character from the input without consuming it, or 0 at EOF.
Fleece/Support/JSON5.cc:219
↓ 1 callers
Method
peekByte
Returns the next byte, or 0 if at EOF, but does not advance the stream.
Fleece/Support/slice_stream.hh:183
↓ 1 callers
Method
pop
Fleece/Core/JSONConverter.cc:115
↓ 1 callers
Method
push
Fleece/Core/JSONConverter.cc:99
↓ 1 callers
Method
read
Tests/SharedKeysTests.cc:168
↓ 1 callers
Method
read
Returns the current item and advances to the next. */
Fleece/Core/Array.hh:91
↓ 1 callers
Method
readDecimal
Fleece/Support/slice_stream.cc:247
↓ 1 callers
Function
readInput
Tool/fleece_tool.cc:85
↓ 1 callers
Method
readSignedDecimal
Fleece/Support/slice_stream.cc:259
↓ 1 callers
Method
readUVarInt
Fleece/Support/slice_stream.cc:285
↓ 1 callers
Method
refCount
Fleece/Support/RefCounted.hh:30
↓ 1 callers
Method
release
Clears a moved-from instance, so destructor will be a no-op
Fleece/Support/SmallVectorBase.hh:66
↓ 1 callers
Method
removeBit
Sets bit `bitNo` to 0. */
Fleece/Support/Bitmap.hh:80
↓ 1 callers
Function
replace
Fleece/Support/Backtrace.cc:126
↓ 1 callers
Method
reset
Fleece/Tree/NodeRef.hh:49
↓ 1 callers
Method
reset
Fleece/Support/Benchmark.hh:58
↓ 1 callers
Method
retain
Fleece/Mutable/HeapValue.cc:155
↓ 1 callers
Function
returnsMutableArray
Tests/API_ValueTests.cc:188
↓ 1 callers
Method
rootNode
Fleece/Tree/HashTree.cc:183
↓ 1 callers
Method
set
Fleece/Mutable/HeapArray.hh:55
↓ 1 callers
Method
setAssociated
Fleece/Core/Doc.cc:324
↓ 1 callers
Method
setData
API/fleece/Mutable.hh:34
↓ 1 callers
Method
setData
Fleece/Mutable/ValueSlot.hh:55
↓ 1 callers
Method
setNative
Fleece/Integration/MValue.hh:141
↓ 1 callers
Method
setSlot
Fleece/Integration/MCollection.hh:76
↓ 1 callers
Method
skipChildren
Call this to skip iterating the children of the current value. */
Fleece/Core/DeepIterator.hh:51
↓ 1 callers
Function
sliceToHex
Tests/FleeceTests.cc:38
↓ 1 callers
Function
sliceToHexDump
Tests/FleeceTests.cc:51
↓ 1 callers
Method
stateData
Fleece/Core/SharedKeys.cc:99
↓ 1 callers
Method
string
Fleece/Support/Delimiter.hh:32
↓ 1 callers
Method
suppressTrailer
For advanced use cases only... be careful!
Fleece/Core/Encoder.hh:167
↓ 1 callers
Method
toJSON
Fleece/Core/Value.cc:251
↓ 1 callers
Method
toOffset
Converts a block pointer to an integer offset from the start of the heap. The offset will be less than the arena's capacity. (
Fleece/Support/ConcurrentArena.hh:65
↓ 1 callers
Method
toPointer
Converts a heap offset back into a pointer. */
Fleece/Support/ConcurrentArena.hh:71
↓ 1 callers
Method
toString
* Display a human-readable version of this Diff. * @return text version. */
Fleece/Support/diff_match_patch.hh:128
↓ 1 callers
Method
toString
Fleece/Core/Value.cc:166
↓ 1 callers
Method
validate
Fleece/Core/Value.cc:346
↓ 1 callers
Method
value
Fleece/Integration/MDictIterator.hh:45
↓ 1 callers
Method
value
Fleece/Tree/HashTree.cc:52
↓ 1 callers
Method
write
Writes the bytes of a slice.
Fleece/Support/slice_stream.hh:73
↓ 1 callers
Method
writeBase64
Fleece/Support/Writer.cc:269
↓ 1 callers
Method
writeByte
Fleece/Support/slice_stream.cc:48
↓ 1 callers
Method
writeDecodedBase64
Fleece/Support/Writer.cc:289
↓ 1 callers
Method
writeDouble
Fleece/Core/JSONConverter.cc:110
↓ 1 callers
Method
writeJSON
Fleece/Support/JSONEncoder.hh:62
↓ 1 callers
Method
writeNull
Fleece/Core/Encoder.cc:246
↓ 1 callers
Method
writeState
Fleece/Core/SharedKeys.cc:90
↓ 1 callers
Method
writeString
Fleece/Support/JSONEncoder.cc:22
↓ 1 callers
Method
writeTo
Fleece/Support/Backtrace.cc:135
↓ 1 callers
Method
writeTree
Experimental/KeyTree.cc:52
↓ 1 callers
Method
writeUndefined
API/fleece/Fleece.hh:657
Method
AllocedDict
API/fleece/Fleece.hh:578
Method
Array
API/fleece/Fleece.hh:117
Method
Array
Fleece/Core/Array.hh:62
Method
ArrayIterator
Fleece/Core/Array.cc:139
Method
Backtrace
Fleece/Support/Backtrace.cc:296
Method
Bitmap
Fleece/Support/Bitmap.hh:57
Method
ConcurrentArena
Fleece/Support/ConcurrentArena.cc:20
Method
ConcurrentArenaAllocator
Fleece/Support/ConcurrentArena.hh:90
Method
ConcurrentMap
Fleece/Support/ConcurrentMap.cc:84
Method
ConstValue
Fleece/Core/Value.cc:50
Method
DeepIterator
API/fleece/Fleece.hh:293
Method
DeepIterator
Fleece/Core/DeepIterator.cc:21
Method
Dict
API/fleece/Fleece.hh:170
Method
Dict
Fleece/Core/Dict.hh:91
Method
DictIterator
Fleece/Core/Dict.cc:403
Method
Diff
* Constructor. Initializes the diff with the provided values. * @param operation One of INSERT, DELETE or EQUAL. * @param text The text bei
Fleece/Support/diff_match_patch.hh:121
Method
Doc
API/fleece/Fleece.hh:356
Method
Doc
Fleece/Core/Doc.cc:272
Method
Element
Fleece/Core/Path.cc:277
Method
Element
Fleece/Core/Path.hh:97
Method
Encoder
API/fleece/Fleece.hh:418
Method
Encoder
Fleece/Core/Encoder.hh:236
Method
Encoder
Fleece/Core/Encoder.cc:39
Method
EncoderTests
Tests/EncoderTests.cc:35
Function
FLArray_Release
API/fleece/Fleece.h:362
Function
FLArray_Retain
API/fleece/Fleece.h:361
Function
FLData_ConvertJSON
Fleece/API_Impl/Fleece.cc:147
Function
FLDeepIterator_GetPath
Fleece/API_Impl/Fleece.cc:514
Function
FLDictIterator_End
Fleece/API_Impl/Fleece.cc:342
Function
FLDictKey_GetString
Fleece/API_Impl/Fleece.cc:354
Function
FLDict_Release
API/fleece/Fleece.h:364
Function
FLDict_Retain
API/fleece/Fleece.h:363
Function
FLDumpData
Fleece/API_Impl/Fleece.cc:57
Function
FLDumpScopes
Fleece/Core/Doc.cc:344
Method
FLEncoderImpl
Fleece/API_Impl/Fleece+ImplGlue.hh:67
Function
FLEncoder_GetExtraInfo
Fleece/API_Impl/Fleece.cc:706
Function
FLEncoder_LastValueWritten
Fleece/API_Impl/Fleece.cc:633
Function
FLEncoder_SetExtraInfo
Fleece/API_Impl/Fleece.cc:702
Function
FLEncoder_Snip
Fleece/API_Impl/Fleece.cc:710
Function
FLEncoder_WriteValueAgain
Fleece/API_Impl/Fleece.cc:639
Method
FLHeapSlice
API/fleece/FLSlice.h:81
Function
FLJSON5_ToJSON
Fleece/API_Impl/Fleece.cc:154
← previous
next →
601–700 of 1,673, ranked by callers