Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/M4THYOU/TokenDagger
/ functions
Functions
724 in github.com/M4THYOU/TokenDagger
⨍
Functions
724
◇
Types & classes
198
Method
parse_error
src/nlohmann/json.hpp:7358
Method
parse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/nlohmann/json.hpp:10340
Method
parse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
src/nlohmann/json.hpp:10974
Method
parser
a parser reading from an input adapter
src/nlohmann/json.hpp:12239
Function
patch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
src/nlohmann/json.hpp:24272
Function
patch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
src/nlohmann/json.hpp:24001
Method
pop_back
TODO. only erase first without move last
src/tiktoken/hash_table8.hpp:401
Method
pop_empty
prev-ehead->next
src/tiktoken/hash_table8.hpp:1037
Method
pop_front
src/tiktoken/hash_table8.hpp:400
Method
pop_front
src/tiktoken/hash_set8.hpp:360
Method
position_string
src/nlohmann/json.hpp:4513
Method
prefetch_heap_block
src/tiktoken/hash_table8.hpp:1248
Method
push_empty
ehead->bucket->next
src/tiktoken/hash_table8.hpp:1050
Function
rbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
src/nlohmann/json.hpp:22120
Method
rebuild
src/tiktoken/hash_table8.hpp:1149
Method
rebuild
src/tiktoken/hash_set8.hpp:893
Method
rehash
src/tiktoken/hash_table8.hpp:1171
Method
rehash
src/tiktoken/hash_set8.hpp:909
Function
reinterpret_bits
src/nlohmann/json.hpp:16955
Function
rend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
src/nlohmann/json.hpp:22134
Method
reserve
Make room for this many elements
src/tiktoken/hash_table8.hpp:1065
Method
sax_parse_internal
src/nlohmann/json.hpp:12348
Function
scan
src/nlohmann/json.hpp:8881
Method
scan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src/nlohmann/json.hpp:8216
Method
scan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
src/nlohmann/json.hpp:8341
Method
scan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
src/nlohmann/json.hpp:7626
Method
serializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
src/nlohmann/json.hpp:18075
Method
set_empty
src/tiktoken/hash_table8.hpp:1005
Function
set_end
src/nlohmann/json.hpp:12915
Method
set_get
Return the old value or ValueT() if it didn't exist.
src/tiktoken/hash_table8.hpp:854
Function
set_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
src/nlohmann/json.hpp:5938
Method
should_include_path
Check if a path should be included in the benchmark.
tests/code_performance_benchmark.py:284
Method
shrink_to_fit
src/tiktoken/hash_table8.hpp:997
Method
shrink_to_fit
src/tiktoken/hash_set8.hpp:820
Method
slot_to_bucket
src/tiktoken/hash_table8.hpp:1260
Method
slot_to_bucket
src/tiktoken/hash_set8.hpp:980
Method
span_input_adapter
src/nlohmann/json.hpp:6613
Method
special_tokens
Get list of special tokens. Returns: List of special token strings
tokendagger/wrapper.py:296
Method
special_tokens
src/tiktoken/tiktoken.cpp:258
Method
special_tokens_set
Set of special token strings.
tokendagger/wrapper.py:308
Method
split_text
src/tiktoken/tiktoken.cpp:70
Function
start_array
src/nlohmann/json.hpp:6898
Method
start_array
src/nlohmann/json.hpp:7121
Function
start_object
src/nlohmann/json.hpp:6866
Method
start_object
src/nlohmann/json.hpp:7050
Method
string
src/nlohmann/json.hpp:7038
Method
string to_string
@brief user-defined to_string function for JSON values @sa https://json.nlohmann.me/api/basic_json/to_string/
src/nlohmann/json.hpp:24455
Method
strtof
src/nlohmann/json.hpp:8284
Method
sub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src/nlohmann/json.hpp:16977
Function
subtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
src/nlohmann/json.hpp:5946
Method
swap
src/tiktoken/hash_table8.hpp:373
Method
switch
src/nlohmann/json.hpp:18413
Method
test
src/nlohmann/json.hpp:4088
Method
test
src/nlohmann/json.hpp:4098
Method
test
src/nlohmann/json.hpp:4108
Method
test
src/nlohmann/json.hpp:4118
Method
test
src/nlohmann/json.hpp:4134
Method
test
src/nlohmann/json.hpp:4143
Function
to_bjdata
@brief create a BJData serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bjdata/
src/nlohmann/json.hpp:23612
Function
to_bson
@brief create a BSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_bson/
src/nlohmann/json.hpp:23639
Method
to_char_type
src/nlohmann/json.hpp:3620
Method
to_char_type
src/nlohmann/json.hpp:3644
Method
to_char_type
src/nlohmann/json.hpp:16834
Method
to_int_type
Redefine to_int_type function
src/nlohmann/json.hpp:3615
Method
to_int_type
Redefine to_int_type function
src/nlohmann/json.hpp:3639
Method
to_json
src/nlohmann/json.hpp:5857
Function
to_msgpack
@brief create a MessagePack serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_msgpack/
src/nlohmann/json.hpp:23562
Function
to_ubjson
@brief create a UBJSON serialization of a given JSON value @sa https://json.nlohmann.me/api/basic_json/to_ubjson/
src/nlohmann/json.hpp:23585
Method
token_type_name
src/nlohmann/json.hpp:7434
Method
try_emplace
src/tiktoken/hash_table8.hpp:831
Method
try_emplace
src/tiktoken/hash_set8.hpp:704
Method
try_set
set value if key exist
src/tiktoken/hash_table8.hpp:670
Method
ubjson_prefix
! @brief determine the type prefix of container values */
src/nlohmann/json.hpp:16543
Function
unflatten
src/nlohmann/json.hpp:14611
Function
update
@brief updates a JSON object from another object, overwriting existing keys @sa https://json.nlohmann.me/api/basic_json/update/
src/nlohmann/json.hpp:22710
Method
value
return the value of an iterator
src/nlohmann/json.hpp:13746
Function
value_in_range_of
src/nlohmann/json.hpp:4150
Method
values
src/tiktoken/hash_table8.hpp:411
Method
wide_string_input_adapter
src/nlohmann/json.hpp:6444
Method
write_bjdata_ndarray
! @return false if the object is successfully converted to a bjdata ndarray, true if the type or size is invalid */
src/nlohmann/json.hpp:16657
Method
write_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src/nlohmann/json.hpp:16169
Method
write_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
src/nlohmann/json.hpp:16188
Method
write_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src/nlohmann/json.hpp:16026
Method
write_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src/nlohmann/json.hpp:16036
Method
write_bson_element
! @brief Serializes the JSON value @a j to BSON and associates it with the key @a name. @param name The name to associate with the
src/nlohmann/json.hpp:16251
Method
write_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src/nlohmann/json.hpp:16014
Method
write_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src/nlohmann/json.hpp:16086
Method
write_bson_null
! @brief Writes a BSON element with key @a name and null value */
src/nlohmann/json.hpp:16068
Method
write_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
src/nlohmann/json.hpp:16313
Method
write_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
src/nlohmann/json.hpp:16136
Method
write_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
src/nlohmann/json.hpp:16054
Method
write_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
src/nlohmann/json.hpp:16114
Method
write_character
src/nlohmann/json.hpp:14995
Method
write_character
src/nlohmann/json.hpp:15020
Method
write_compact_float
src/nlohmann/json.hpp:16800
Method
write_number
src/nlohmann/json.hpp:16784
Method
write_number_with_ubjson_prefix
src/nlohmann/json.hpp:16360
Method
wyhashstr
wyhash main function https://github.com/wangyi-fudan/wyhash
src/tiktoken/hash_table8.hpp:1759
Method
wyhashstr
wyhash main function https://github.com/wangyi-fudan/wyhash
src/tiktoken/hash_set8.hpp:1459
Method
wymix
define WYHASH_CONDOM 1
src/tiktoken/hash_table8.hpp:1716
← previous
next →
601–700 of 724, ranked by callers