MCPcopy Create free account

hub / github.com/M4THYOU/TokenDagger / functions

Functions724 in github.com/M4THYOU/TokenDagger

↓ 182 callersFunctioncreate
src/nlohmann/json.hpp:19675
↓ 140 callersFunctionconcat
src/nlohmann/json.hpp:4349
↓ 131 callersMethodwrite_character
src/nlohmann/json.hpp:14970
↓ 119 callersMethodsize
src/nlohmann/json.hpp:3125
↓ 83 callersMethodend
return iterator end (needed for range-based for)
src/nlohmann/json.hpp:5332
↓ 62 callersMethodbegin
return iterator begin (needed for range-based for)
src/nlohmann/json.hpp:5326
↓ 49 callersFunctionget
src/nlohmann/json.hpp:5342
↓ 46 callersMethodparse_error
src/nlohmann/json.hpp:4510
↓ 42 callersMethodempty
src/nlohmann/json.hpp:6308
↓ 42 callersFunctiontype_name
@brief return the type as string @sa https://json.nlohmann.me/api/basic_json/type_name/
src/nlohmann/json.hpp:23459
↓ 40 callersFunctionto_string
@brief return a string representation of the JSON pointer @sa https://json.nlohmann.me/api/json_pointer/to_string/
src/nlohmann/json.hpp:13873
↓ 39 callersMethoddata
src/nlohmann/json.hpp:23499
↓ 38 callersFunctionadd
add a character to token_buffer
src/nlohmann/json.hpp:8773
↓ 37 callersFunctionbasic_json
@brief create an empty value with a given type @sa https://json.nlohmann.me/api/basic_json/basic_json/
src/nlohmann/json.hpp:20117
↓ 34 callersFunctionis_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
src/nlohmann/json.hpp:20659
↓ 31 callersMethodfind
src/tiktoken/hash_set8.hpp:522
↓ 30 callersFunctionend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/end/
src/nlohmann/json.hpp:22095
↓ 30 callersMethodkey
src/nlohmann/json.hpp:7338
↓ 28 callersFunctionget_token_string
return the last read token (for errors only). Will never contain EOF (an arbitrary value that is not a valid char value, often -1), because 255 may l
src/nlohmann/json.hpp:8820
↓ 28 callersMethodsize
src/tiktoken/hash_set8.hpp:374
↓ 26 callersMethodencode
Encode text with special token handling. Args: text: Text to encode allowed_special: Special tokens that are
tokendagger/wrapper.py:159
↓ 23 callersFunctioninput_adapter
src/nlohmann/json.hpp:6521
↓ 23 callersFunctionswap
@brief exchanges the values @sa https://json.nlohmann.me/api/basic_json/swap/
src/nlohmann/json.hpp:22764
↓ 22 callersMethodclear
Remove all elements, keeping full capacity.
src/tiktoken/hash_set8.hpp:810
↓ 21 callersFunctionbegin
@brief returns an iterator to the first element @sa https://json.nlohmann.me/api/basic_json/begin/
src/nlohmann/json.hpp:22070
↓ 20 callersMethodend
src/tiktoken/hash_set8.hpp:367
↓ 20 callersMethodsax_parse
src/nlohmann/json.hpp:12329
↓ 19 callersMethodget_token_string
! @return a string representation of the last read byte */
src/nlohmann/json.hpp:12045
↓ 19 callersMethodnumber_integer
src/nlohmann/json.hpp:7308
↓ 19 callersMethodoperator[]
access to successor
src/nlohmann/json.hpp:13733
↓ 19 callersMethodreserve
Make room for this many elements
src/tiktoken/hash_set8.hpp:827
↓ 18 callersFunctionfrom_json
src/nlohmann/json.hpp:4664
↓ 18 callersMethodnumber_unsigned
src/nlohmann/json.hpp:7313
↓ 17 callersFunctionto_json
src/nlohmann/json.hpp:5642
↓ 16 callersFunctionis_array
@brief return whether value is an array @sa https://json.nlohmann.me/api/basic_json/is_array/
src/nlohmann/json.hpp:20666
↓ 16 callersMethodpop_back
TODO. only erase first without move last
src/tiktoken/hash_set8.hpp:361
↓ 15 callersMethodbegin
src/tiktoken/hash_set8.hpp:363
↓ 15 callersFunctioncombine
boost::hash_combine
src/nlohmann/json.hpp:6004
↓ 15 callersMethodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the
src/nlohmann/json.hpp:11896
↓ 15 callersFunctionis_null
@brief return whether value is null @sa https://json.nlohmann.me/api/basic_json/is_null/
src/nlohmann/json.hpp:20617
↓ 14 callersMethoderase
Erase an element from the hash table. return 0 if element was not found
src/tiktoken/hash_set8.hpp:728
↓ 14 callersFunctionset_parents
src/nlohmann/json.hpp:20005
↓ 12 callersMethodinsert
src/tiktoken/hash_set8.hpp:631
↓ 12 callersMethodnumber_float
src/nlohmann/json.hpp:7318
↓ 11 callersFunctionerase
src/nlohmann/json.hpp:19166
↓ 11 callersFunctionfind
src/nlohmann/json.hpp:19290
↓ 11 callersMethodvalue
return value of the iterator
src/nlohmann/json.hpp:5299
↓ 10 callersMethodboolean
src/nlohmann/json.hpp:7303
↓ 10 callersMethodcend
src/tiktoken/hash_set8.hpp:368
↓ 10 callersFunctionparser
src/nlohmann/json.hpp:19434
↓ 10 callersFunctionset_parent
src/nlohmann/json.hpp:20055
↓ 9 callersMethodend_array
src/nlohmann/json.hpp:7353
↓ 9 callersFunctionis_binary
@brief return whether value is a binary array @sa https://json.nlohmann.me/api/basic_json/is_binary/
src/nlohmann/json.hpp:20680
↓ 9 callersMethodstart_array
src/nlohmann/json.hpp:7348
↓ 9 callersMethodstring
src/nlohmann/json.hpp:7323
↓ 8 callersMethodcbegin
src/tiktoken/hash_set8.hpp:364
↓ 8 callersMethoddump
! @brief internal implementation of the serialization function This function is called by the public member function dump and organizes t
src/nlohmann/json.hpp:18115
↓ 8 callersFunctiondump_integer
src/nlohmann/json.hpp:18722
↓ 8 callersMethodend_object
src/nlohmann/json.hpp:7343
↓ 8 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
src/nlohmann/json.hpp:22247
↓ 8 callersMethodstart_object
src/nlohmann/json.hpp:7333
↓ 7 callersFunctioncend
@brief returns an iterator to one past the last element @sa https://json.nlohmann.me/api/basic_json/cend/
src/nlohmann/json.hpp:22111
↓ 7 callersFunctioncompares_unordered
src/nlohmann/json.hpp:22975
↓ 7 callersMethoddecode
Decode tokens to string. Args: tokens: List of token IDs errors: How to handle decode errors ('replace', 'ign
tokendagger/wrapper.py:276
↓ 7 callersMethodemplace
src/tiktoken/hash_set8.hpp:688
↓ 7 callersFunctionif
src/nlohmann/json.hpp:22946
↓ 6 callersMethodcount
src/tiktoken/hash_set8.hpp:540
↓ 6 callersFunctionempty
@brief return whether pointer points to the root document @sa https://json.nlohmann.me/api/json_pointer/empty/
src/nlohmann/json.hpp:14002
↓ 6 callersMethodencode_ordinary
Encode text using ordinary tokens only (no special tokens). Args: text: Text to encode Returns:
tokendagger/wrapper.py:145
↓ 6 callersMethodend
src/tiktoken/hash_table8.hpp:407
↓ 6 callersFunctionis_string
@brief return whether value is a string @sa https://json.nlohmann.me/api/basic_json/is_string/
src/nlohmann/json.hpp:20673
↓ 6 callersFunctionjson_pointer
@brief create JSON pointer @sa https://json.nlohmann.me/api/json_pointer/json_pointer/
src/nlohmann/json.hpp:13867
↓ 6 callersMethodmax_size
src/tiktoken/hash_set8.hpp:391
↓ 6 callersMethodnull
src/nlohmann/json.hpp:7298
↓ 6 callersFunctionpush_back
@brief append an unescaped token at the end of the reference pointer @sa https://json.nlohmann.me/api/json_pointer/push_back/
src/nlohmann/json.hpp:13988
↓ 5 callersMethodbegin
src/tiktoken/hash_table8.hpp:403
↓ 5 callersMethodbinary
src/nlohmann/json.hpp:7328
↓ 5 callersFunctionemplace
src/nlohmann/json.hpp:19058
↓ 5 callersMethodemplace_unique
src/tiktoken/hash_set8.hpp:718
↓ 5 callersFunctionescape
src/nlohmann/json.hpp:2990
↓ 5 callersMethodget_character
std::istream/std::streambuf use std::char_traits<char>::to_int_type, to ensure that std::char_traits<char>::eof() and the character 0xFF do not end up
src/nlohmann/json.hpp:6259
↓ 5 callersMethodis_begin
return whether the iterator can be dereferenced
src/nlohmann/json.hpp:12762
↓ 5 callersMethodparse
! @brief public parser interface @param[in] strict whether to expect the last token to be EOF @param[in,out] result parsed JSON val
src/nlohmann/json.hpp:12261
↓ 4 callersMethodaccept
! @brief public accept interface @param[in] strict whether to expect the last token to be EOF @return whether the input is a proper JSON
src/nlohmann/json.hpp:12321
↓ 4 callersMethodcontains
src/tiktoken/hash_set8.hpp:534
↓ 4 callersFunctiondestroy
src/nlohmann/json.hpp:19856
↓ 4 callersFunctionget_arithmetic_value
src/nlohmann/json.hpp:4678
↓ 4 callersMethodget_binary
src/nlohmann/json.hpp:12008
↓ 4 callersMethodget_string
src/nlohmann/json.hpp:11975
↓ 4 callersFunctioninsert_iterator
src/nlohmann/json.hpp:22568
↓ 4 callersFunctionis_boolean
@brief return whether value is a boolean @sa https://json.nlohmann.me/api/basic_json/is_boolean/
src/nlohmann/json.hpp:20624
↓ 4 callersFunctionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
src/nlohmann/json.hpp:22286
↓ 4 callersMethodname
src/nlohmann/json.hpp:4387
↓ 4 callersFunctionreplace_substring
src/nlohmann/json.hpp:2971
↓ 4 callersMethodset_end
set iterator to a defined past the end
src/nlohmann/json.hpp:12756
↓ 4 callersMethodsize
src/tiktoken/hash_table8.hpp:414
↓ 4 callersMethodvalues
src/tiktoken/hash_set8.hpp:371
↓ 4 callersMethodwrite_ubjson
! @param[in] j JSON value to serialize @param[in] use_count whether to use '#' prefixes (optimized format) @param[in] use_type wheth
src/nlohmann/json.hpp:15778
↓ 3 callersFunctionTokenize
src/mistral_main.cpp:149
↓ 3 callersFunctioncbegin
@brief returns a const iterator to the first element @sa https://json.nlohmann.me/api/basic_json/cbegin/
src/nlohmann/json.hpp:22086
next →1–100 of 724, ranked by callers