MCPcopy Create free account

hub / github.com/M4THYOU/TokenDagger / functions

Functions724 in github.com/M4THYOU/TokenDagger

Methodparse_error
src/nlohmann/json.hpp:7358
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
src/nlohmann/json.hpp:10340
Methodparse_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
Methodparser
a parser reading from an input adapter
src/nlohmann/json.hpp:12239
Functionpatch
@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
Functionpatch_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
Methodpop_back
TODO. only erase first without move last
src/tiktoken/hash_table8.hpp:401
Methodpop_empty
prev-ehead->next
src/tiktoken/hash_table8.hpp:1037
Methodpop_front
src/tiktoken/hash_table8.hpp:400
Methodpop_front
src/tiktoken/hash_set8.hpp:360
Methodposition_string
src/nlohmann/json.hpp:4513
Methodprefetch_heap_block
src/tiktoken/hash_table8.hpp:1248
Methodpush_empty
ehead->bucket->next
src/tiktoken/hash_table8.hpp:1050
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
src/nlohmann/json.hpp:22120
Methodrebuild
src/tiktoken/hash_table8.hpp:1149
Methodrebuild
src/tiktoken/hash_set8.hpp:893
Methodrehash
src/tiktoken/hash_table8.hpp:1171
Methodrehash
src/tiktoken/hash_set8.hpp:909
Functionreinterpret_bits
src/nlohmann/json.hpp:16955
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
src/nlohmann/json.hpp:22134
Methodreserve
Make room for this many elements
src/tiktoken/hash_table8.hpp:1065
Methodsax_parse_internal
src/nlohmann/json.hpp:12348
Functionscan
src/nlohmann/json.hpp:8881
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
src/nlohmann/json.hpp:8216
Methodscan_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
Methodscan_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
Methodserializer
! @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
Methodset_empty
src/tiktoken/hash_table8.hpp:1005
Functionset_end
src/nlohmann/json.hpp:12915
Methodset_get
Return the old value or ValueT() if it didn't exist.
src/tiktoken/hash_table8.hpp:854
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
src/nlohmann/json.hpp:5938
Methodshould_include_path
Check if a path should be included in the benchmark.
tests/code_performance_benchmark.py:284
Methodshrink_to_fit
src/tiktoken/hash_table8.hpp:997
Methodshrink_to_fit
src/tiktoken/hash_set8.hpp:820
Methodslot_to_bucket
src/tiktoken/hash_table8.hpp:1260
Methodslot_to_bucket
src/tiktoken/hash_set8.hpp:980
Methodspan_input_adapter
src/nlohmann/json.hpp:6613
Methodspecial_tokens
Get list of special tokens. Returns: List of special token strings
tokendagger/wrapper.py:296
Methodspecial_tokens
src/tiktoken/tiktoken.cpp:258
Methodspecial_tokens_set
Set of special token strings.
tokendagger/wrapper.py:308
Methodsplit_text
src/tiktoken/tiktoken.cpp:70
Functionstart_array
src/nlohmann/json.hpp:6898
Methodstart_array
src/nlohmann/json.hpp:7121
Functionstart_object
src/nlohmann/json.hpp:6866
Methodstart_object
src/nlohmann/json.hpp:7050
Methodstring
src/nlohmann/json.hpp:7038
Methodstring 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
Methodstrtof
src/nlohmann/json.hpp:8284
Methodsub
! @brief returns x - y @pre x.e == y.e and x.f >= y.f */
src/nlohmann/json.hpp:16977
Functionsubtype
@brief return the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/subtype/
src/nlohmann/json.hpp:5946
Methodswap
src/tiktoken/hash_table8.hpp:373
Methodswitch
src/nlohmann/json.hpp:18413
Methodtest
src/nlohmann/json.hpp:4088
Methodtest
src/nlohmann/json.hpp:4098
Methodtest
src/nlohmann/json.hpp:4108
Methodtest
src/nlohmann/json.hpp:4118
Methodtest
src/nlohmann/json.hpp:4134
Methodtest
src/nlohmann/json.hpp:4143
Functionto_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
Functionto_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
Methodto_char_type
src/nlohmann/json.hpp:3620
Methodto_char_type
src/nlohmann/json.hpp:3644
Methodto_char_type
src/nlohmann/json.hpp:16834
Methodto_int_type
Redefine to_int_type function
src/nlohmann/json.hpp:3615
Methodto_int_type
Redefine to_int_type function
src/nlohmann/json.hpp:3639
Methodto_json
src/nlohmann/json.hpp:5857
Functionto_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
Functionto_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
Methodtoken_type_name
src/nlohmann/json.hpp:7434
Methodtry_emplace
src/tiktoken/hash_table8.hpp:831
Methodtry_emplace
src/tiktoken/hash_set8.hpp:704
Methodtry_set
set value if key exist
src/tiktoken/hash_table8.hpp:670
Methodubjson_prefix
! @brief determine the type prefix of container values */
src/nlohmann/json.hpp:16543
Functionunflatten
src/nlohmann/json.hpp:14611
Functionupdate
@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
Methodvalue
return the value of an iterator
src/nlohmann/json.hpp:13746
Functionvalue_in_range_of
src/nlohmann/json.hpp:4150
Methodvalues
src/tiktoken/hash_table8.hpp:411
Methodwide_string_input_adapter
src/nlohmann/json.hpp:6444
Methodwrite_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
Methodwrite_bson_array
! @brief Writes a BSON element with key @a name and array @a value */
src/nlohmann/json.hpp:16169
Methodwrite_bson_binary
! @brief Writes a BSON element with key @a name and binary value @a value */
src/nlohmann/json.hpp:16188
Methodwrite_bson_boolean
! @brief Writes a BSON element with key @a name and boolean value @a value */
src/nlohmann/json.hpp:16026
Methodwrite_bson_double
! @brief Writes a BSON element with key @a name and double value @a value */
src/nlohmann/json.hpp:16036
Methodwrite_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
Methodwrite_bson_entry_header
! @brief Writes the given @a element_type and @a name to the output adapter */
src/nlohmann/json.hpp:16014
Methodwrite_bson_integer
! @brief Writes a BSON element with key @a name and integer @a value */
src/nlohmann/json.hpp:16086
Methodwrite_bson_null
! @brief Writes a BSON element with key @a name and null value */
src/nlohmann/json.hpp:16068
Methodwrite_bson_object
! @param[in] value JSON value to serialize @pre value.type() == value_t::object */
src/nlohmann/json.hpp:16313
Methodwrite_bson_object_entry
! @brief Writes a BSON element with key @a name and object @a value */
src/nlohmann/json.hpp:16136
Methodwrite_bson_string
! @brief Writes a BSON element with key @a name and string value @a value */
src/nlohmann/json.hpp:16054
Methodwrite_bson_unsigned
! @brief Writes a BSON element with key @a name and unsigned @a value */
src/nlohmann/json.hpp:16114
Methodwrite_character
src/nlohmann/json.hpp:14995
Methodwrite_character
src/nlohmann/json.hpp:15020
Methodwrite_compact_float
src/nlohmann/json.hpp:16800
Methodwrite_number
src/nlohmann/json.hpp:16784
Methodwrite_number_with_ubjson_prefix
src/nlohmann/json.hpp:16360
Methodwyhashstr
wyhash main function https://github.com/wangyi-fudan/wyhash
src/tiktoken/hash_table8.hpp:1759
Methodwyhashstr
wyhash main function https://github.com/wangyi-fudan/wyhash
src/tiktoken/hash_set8.hpp:1459
Methodwymix
define WYHASH_CONDOM 1
src/tiktoken/hash_table8.hpp:1716
← previousnext →601–700 of 724, ranked by callers