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
Function
from_cbor
src/nlohmann/json.hpp:23695
Method
from_json
src/nlohmann/json.hpp:5837
Function
from_json_tuple_impl_base
src/nlohmann/json.hpp:5004
Function
from_msgpack
src/nlohmann/json.hpp:23751
Function
from_ubjson
src/nlohmann/json.hpp:23805
Function
front
@brief access the first element @sa https://json.nlohmann.me/api/basic_json/front/
src/nlohmann/json.hpp:21696
Function
get_allocator
@brief returns the allocator associated with the container @sa https://json.nlohmann.me/api/basic_json/get_allocator/
src/nlohmann/json.hpp:19542
Method
get_bson_binary
src/nlohmann/json.hpp:9389
Method
get_bson_cstr
! @brief Parses a C-style string from the BSON input. @param[in,out] result A reference to the string variable where the read
src/nlohmann/json.hpp:9337
Method
get_bson_string
src/nlohmann/json.hpp:9367
Method
get_bucket_info
src/tiktoken/hash_table8.hpp:490
Method
get_bucket_info
src/tiktoken/hash_set8.hpp:452
Method
get_cbor_array
! @param[in] len the length of the array or static_cast<std::size_t>(-1) for an array of indefinite size @param[in] tag_h
src/nlohmann/json.hpp:10246
Method
get_cbor_binary
! @brief reads a CBOR byte array This function first reads starting bytes to determine the expected byte array length and then copies thi
src/nlohmann/json.hpp:10151
Method
get_cbor_float_prefix
src/nlohmann/json.hpp:16329
Method
get_cbor_object
! @param[in] len the length of the object or static_cast<std::size_t>(-1) for an object of indefinite size @param[in] tag
src/nlohmann/json.hpp:10284
Method
get_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number
src/nlohmann/json.hpp:10055
Function
get_character
src/nlohmann/json.hpp:6206
Method
get_character
src/nlohmann/json.hpp:6289
Method
get_character
src/nlohmann/json.hpp:6447
Method
get_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100)
src/nlohmann/json.hpp:7541
Method
get_decimal_point
return the locale-dependent decimal point
src/nlohmann/json.hpp:7514
Method
get_diss
src/tiktoken/hash_table8.hpp:478
Method
get_diss
src/tiktoken/hash_set8.hpp:439
Function
get_error_message
return syntax error message
src/nlohmann/json.hpp:8844
Method
get_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
src/nlohmann/json.hpp:11905
Function
get_impl
src/nlohmann/json.hpp:20950
Method
get_main_bucket
src/tiktoken/hash_table8.hpp:469
Method
get_main_bucket
src/tiktoken/hash_set8.hpp:430
Method
get_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
src/nlohmann/json.hpp:10915
Method
get_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
src/nlohmann/json.hpp:10804
Method
get_msgpack_float_prefix
src/nlohmann/json.hpp:16343
Method
get_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
src/nlohmann/json.hpp:10937
Method
get_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
src/nlohmann/json.hpp:10721
Method
get_number
src/nlohmann/json.hpp:11932
Function
get_number_float
return floating-point value
src/nlohmann/json.hpp:8796
Function
get_number_unsigned
src/nlohmann/json.hpp:8790
Method
get_or_return_default
Convenience function.
src/tiktoken/hash_table8.hpp:692
Function
get_position
return position of last read token
src/nlohmann/json.hpp:8812
Function
get_ref
src/nlohmann/json.hpp:21136
Function
get_ref_impl
src/nlohmann/json.hpp:20825
Method
get_thread_local_match_data
src/tiktoken/tiktoken.cpp:12
Function
get_to
src/nlohmann/json.hpp:21124
Method
get_token
get next token from lexer
src/nlohmann/json.hpp:12641
Method
get_ubjson_array
! @return whether array creation completed */
src/nlohmann/json.hpp:11626
Method
get_ubjson_float_prefix
src/nlohmann/json.hpp:16644
Method
get_ubjson_high_precision_number
src/nlohmann/json.hpp:11817
Method
get_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
src/nlohmann/json.hpp:11088
Method
get_ubjson_object
! @return whether object creation completed */
src/nlohmann/json.hpp:11734
Method
get_ubjson_size_type
! @brief determine the type and size for a container In the optimized UBJSON format, a type and a size can be provided to allow for a mor
src/nlohmann/json.hpp:11376
Method
get_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
src/nlohmann/json.hpp:11153
Method
get_ubjson_string
! @brief reads a UBJSON string This function is either called after reading the 'S' byte explicitly indicating a string, or in case of an
src/nlohmann/json.hpp:10993
Method
get_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
src/nlohmann/json.hpp:11443
Method
handle_value
src/nlohmann/json.hpp:7205
Function
has_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
src/nlohmann/json.hpp:5953
Method
hash64
src/tiktoken/hash_table8.hpp:1676
Method
hash64
src/tiktoken/hash_set8.hpp:1376
Method
hash_bucket
src/tiktoken/hash_table8.hpp:1663
Method
hash_bucket
src/tiktoken/hash_set8.hpp:1363
Method
hash_key
src/tiktoken/hash_table8.hpp:1797
Method
hash_key
src/tiktoken/hash_set8.hpp:1497
Method
hash_main
src/tiktoken/hash_table8.hpp:1668
Method
hash_main
src/tiktoken/hash_set8.hpp:1368
Method
index
src/tiktoken/hash_table8.hpp:412
Method
index
src/tiktoken/hash_set8.hpp:372
Method
init
src/tiktoken/hash_table8.hpp:237
Method
init
src/tiktoken/hash_set8.hpp:222
Method
input_stream_adapter
src/nlohmann/json.hpp:6240
Function
insert
src/nlohmann/json.hpp:19328
Method
insert
src/tiktoken/hash_table8.hpp:756
Method
insert_or_assign
src/tiktoken/hash_table8.hpp:850
Method
insert_or_assign
src/tiktoken/hash_set8.hpp:723
Method
insert_unique
src/tiktoken/hash_table8.hpp:785
Method
insert_unique
src/tiktoken/hash_set8.hpp:659
Function
is_c_string
src/nlohmann/json.hpp:4166
Function
is_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
src/nlohmann/json.hpp:20687
Function
is_errored
src/nlohmann/json.hpp:6933
Function
is_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
src/nlohmann/json.hpp:20603
Method
is_special_token
Check if a token ID corresponds to a special token. Args: token: Token ID to check Returns:
tokendagger/wrapper.py:317
Function
is_transparent
src/nlohmann/json.hpp:4194
Method
is_trivially_copyable
src/tiktoken/hash_table8.hpp:964
Method
is_trivially_copyable
src/tiktoken/hash_set8.hpp:792
Method
is_trivially_destructible
src/tiktoken/hash_table8.hpp:955
Method
is_trivially_destructible
src/tiktoken/hash_set8.hpp:783
Function
items
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
src/nlohmann/json.hpp:22185
Method
iter_impl
src/nlohmann/json.hpp:12957
Method
iteration_proxy
src/nlohmann/json.hpp:5313
Method
iteration_proxy_value
src/nlohmann/json.hpp:5208
Method
iterator
Maak constructoren constexpr
src/tiktoken/hash_table8.hpp:132
Method
iterator
src/tiktoken/hash_set8.hpp:123
Method
iterator_input_adapter
src/nlohmann/json.hpp:6285
Function
iterator_wrapper
src/nlohmann/json.hpp:22167
Function
json_pointer operator/
@brief create a new JSON pointer by appending the right JSON pointer at the end of the left JSON pointer @sa https://json.nlohmann.me/api/json_pointer
src/nlohmann/json.hpp:13928
Method
json_ref
src/nlohmann/json.hpp:14824
Method
json_reverse_iterator
create reverse iterator from iterator
src/nlohmann/json.hpp:13678
Method
json_sax_dom_callback_parser
src/nlohmann/json.hpp:6993
Function
json_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
src/nlohmann/json.hpp:6813
Function
json_value
default constructor (for null values)
src/nlohmann/json.hpp:19745
Function
key
src/nlohmann/json.hpp:6878
Method
key
src/nlohmann/json.hpp:7068
← previous
next →
401–500 of 724, ranked by callers