MCPcopy Create free account

hub / github.com/PABannier/bark.cpp / functions

Functions1,016 in github.com/PABannier/bark.cpp

Methodget_decimal_point
return the locale-dependent decimal point
examples/server/json.hpp:7443
Functionget_error_message
return syntax error message
examples/server/json.hpp:8773
Methodget_file_value
examples/server/httplib.h:5169
Methodget_file_values
examples/server/httplib.h:5175
Methodget_header_value_count
examples/server/httplib.h:5130
Methodget_header_value_u64
examples/server/httplib.h:1741
Methodget_ignore_noop
! @return character read from the input after ignoring all 'N' entries */
examples/server/json.hpp:11835
Functionget_impl
examples/server/json.hpp:20813
Methodget_msgpack_array
! @param[in] len the length of the array @return whether array creation completed */
examples/server/json.hpp:10845
Methodget_msgpack_binary
! @brief reads a MessagePack byte array This function first reads starting bytes to determine the expected byte array length and then cop
examples/server/json.hpp:10734
Methodget_msgpack_float_prefix
examples/server/json.hpp:16219
Methodget_msgpack_object
! @param[in] len the length of the object @return whether object creation completed */
examples/server/json.hpp:10867
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this
examples/server/json.hpp:10651
Methodget_multipart_content_provider
examples/server/httplib.h:7336
Methodget_number
examples/server/json.hpp:11862
Functionget_number_float
return floating-point value
examples/server/json.hpp:8725
Functionget_number_unsigned
examples/server/json.hpp:8719
Methodget_openssl_verify_result
examples/server/httplib.h:8428
Methodget_param_value
examples/server/httplib.h:5146
Methodget_param_value_count
examples/server/httplib.h:5155
Functionget_position
return position of last read token
examples/server/json.hpp:8741
Functionget_ref
examples/server/json.hpp:20999
Functionget_ref_impl
examples/server/json.hpp:20688
Methodget_request_header_value
examples/server/httplib.h:5267
Methodget_request_header_value_count
examples/server/httplib.h:5272
Methodget_request_header_value_u64
examples/server/httplib.h:1917
Functionget_to
examples/server/json.hpp:20987
Methodget_token
get next token from lexer
examples/server/json.hpp:12559
Methodget_ubjson_array
! @return whether array creation completed */
examples/server/json.hpp:11556
Methodget_ubjson_float_prefix
examples/server/json.hpp:16520
Methodget_ubjson_high_precision_number
examples/server/json.hpp:11747
Methodget_ubjson_ndarray_size
! @param[out] dim an integer vector storing the ND array dimensions @return whether reading ND array size vector is successful */
examples/server/json.hpp:11018
Methodget_ubjson_object
! @return whether object creation completed */
examples/server/json.hpp:11664
Methodget_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
examples/server/json.hpp:11306
Methodget_ubjson_size_value
! @param[out] result determined size @param[in,out] is_ndarray for input, `true` means already inside an ndarray vector
examples/server/json.hpp:11083
Methodget_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
examples/server/json.hpp:10923
Methodget_ubjson_value
! @param prefix the previously read or set type prefix @return whether value creation completed */
examples/server/json.hpp:11373
Methodgzip_compressor
examples/server/httplib.h:3436
Methodgzip_decompressor
examples/server/httplib.h:3487
Methodhandle_file_request
examples/server/httplib.h:6073
Methodhandle_request
examples/server/httplib.h:6877
Methodhandle_value
examples/server/json.hpp:7136
Methodhas_file
examples/server/httplib.h:5165
Methodhas_param
examples/server/httplib.h:5142
Methodhas_request_header
Result implementation
examples/server/httplib.h:5263
Functionhas_subtype
@brief return whether the value has a subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/has_subtype/
examples/server/json.hpp:5882
Methodhost
examples/server/httplib.h:7882
Functionhosted_at
examples/server/httplib.h:5043
Methodinput_stream_adapter
examples/server/json.hpp:6168
Functioninsert
examples/server/json.hpp:19204
Functionis_c_string
examples/server/json.hpp:4094
Functionis_discarded
@brief return whether value is discarded @sa https://json.nlohmann.me/api/basic_json/is_discarded/
examples/server/json.hpp:20550
Functionis_errored
examples/server/json.hpp:6864
Methodis_open
examples/server/httplib.h:1240
Functionis_primitive
@brief return whether type is primitive @sa https://json.nlohmann.me/api/basic_json/is_primitive/
examples/server/json.hpp:20466
Methodis_readable
examples/server/httplib.h:5301
Methodis_running
examples/server/httplib.h:5750
Methodis_socket_open
examples/server/httplib.h:7886
Methodis_ssl
examples/server/httplib.h:7386
Functionis_transparent
examples/server/json.hpp:4122
Methodis_valid
examples/server/httplib.h:4280
Functionitems
@brief helper to access iterator member functions in range-based for @sa https://json.nlohmann.me/api/basic_json/items/
examples/server/json.hpp:22051
Methoditer_impl
examples/server/json.hpp:12875
Methoditeration_proxy
examples/server/json.hpp:5242
Methoditeration_proxy_value
examples/server/json.hpp:5137
Methoditerator_input_adapter
examples/server/json.hpp:6213
Functioniterator_wrapper
examples/server/json.hpp:22033
Functionjson_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
examples/server/json.hpp:13804
Methodjson_ref
examples/server/json.hpp:14700
Methodjson_reverse_iterator
create reverse iterator from iterator
examples/server/json.hpp:13596
Methodjson_sax_dom_callback_parser
examples/server/json.hpp:6924
Functionjson_sax_dom_parser
! @param[in,out] r reference to a JSON value that is manipulated while parsing @param[in] allow_exceptions_ whether p
examples/server/json.hpp:6744
Functionjson_value
default constructor (for null values)
examples/server/json.hpp:19621
Functionkey
examples/server/json.hpp:6809
Methodkey
examples/server/json.hpp:6999
Methodkey
return the key of an object iterator
examples/server/json.hpp:13657
Methodlexer
examples/server/json.hpp:7424
Methodlisten
examples/server/httplib.h:5744
FunctionloadRemote
(url, dst, size_mb, cbProgress, cbReady, cbCancel, cbPrint)
examples/wasm/helpers.js:93
Methodload_ca_cert_store
examples/server/httplib.h:8423
Methodload_certs
examples/server/httplib.h:8507
Functionmain
examples/quantize/main.cpp:60
Functionmain
examples/main/main.cpp:19
Functionmain
examples/server/server.cpp:96
Functionmake_array
examples/server/json.hpp:3206
Methodmake_matcher
examples/server/httplib.h:5515
Functionmake_range_header
Header utilities
examples/server/httplib.h:5091
Functionmake_unique
examples/server/httplib.h:305
Functionmax_size
@brief returns the maximum possible number of elements @sa https://json.nlohmann.me/api/basic_json/max_size/
examples/server/json.hpp:22153
Functionmerge_patch
@brief applies a JSON Merge Patch @sa https://json.nlohmann.me/api/basic_json/merge_patch/
examples/server/json.hpp:24269
Methodmul
! @brief returns x * y @note The result is rounded. (Only the upper q bits are returned.) */
examples/server/json.hpp:16865
Methodname
examples/server/json.hpp:4316
Methodnext_byte_in_range
! @brief check if the next byte(s) are inside a given range Adds the current byte and, for each passed range, reads a new byte and checks
examples/server/json.hpp:7518
Methodnonesuch
examples/server/json.hpp:266
Methodnormalize
! @brief normalize x such that the significand is >= 2^(q-1) @pre x.f != 0 */
examples/server/json.hpp:16930
Methodnormalize_to
! @brief normalize x such that the result has the exponent E @pre e >= x.e and the upper e - x.e bits of x.f must be zero. */
examples/server/json.hpp:16947
Methodnull
examples/server/json.hpp:6939
Functionnumber_float
examples/server/json.hpp:6779
Methodnumber_float
examples/server/json.hpp:6963
Functionnumber_integer
examples/server/json.hpp:6767
← previousnext →701–800 of 1,016, ranked by callers