MCPcopy Create free account

hub / github.com/black-sliver/PopTracker / functions

Functions7,287 in github.com/black-sliver/PopTracker

↓ 1 callersFunctionbyte_mask_circ
Circular byte aligned mask/unmask * Performs a circular mask/unmask in byte sized chunks using pre-prepared keys * that store state between calls. Be
lib/websocketpp/frame.hpp:830
↓ 1 callersMethodc_encoding
src/gh/util/date.h:1878
↓ 1 callersFunctioncalc
Calculate a SHA1 hash * @param src points to any kind of data to be hashed. * @param bytelength the number of bytes to hash from the src pointer. *
lib/websocketpp/sha1/sha1.hpp:127
↓ 1 callersMethodcall
lib/asio/include/asio/cancellation_signal.hpp:53
↓ 1 callersMethodcall
lib/asio/include/asio/impl/spawn.hpp:861
↓ 1 callersMethodcall
lib/asio/include/asio/impl/spawn.hpp:1286
↓ 1 callersMethodcancel
src/ui/packimagefuture.hpp:115
↓ 1 callersMethodcancel
src/uilib/assetimagefuture.hpp:111
↓ 1 callersMethodcancel_by_key
lib/asio/include/asio/experimental/detail/impl/channel_service.hpp:256
↓ 1 callersMethodcancel_operations
Cancel all operations associated with the descriptor identified by the supplied iterator. Any operations pending for the descriptor will be cancelled.
lib/asio/include/asio/detail/reactor_op_queue.hpp:73
↓ 1 callersMethodcancel_socket_checked
Cancel the underlying socket and log any errors
lib/websocketpp/transport/asio/connection.hpp:1134
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/kqueue_reactor.hpp:69
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/select_reactor.hpp:76
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/io_uring_service.hpp:68
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/win_iocp_io_context.hpp:67
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/dev_poll_reactor.hpp:67
↓ 1 callersMethodcancel_timer
lib/asio/include/asio/detail/impl/winrt_timer_scheduler.hpp:60
↓ 1 callersMethodcancel_timer_by_key
lib/asio/include/asio/detail/impl/epoll_reactor.hpp:78
↓ 1 callersMethodcancellation_on_suspend_fn
lib/asio/include/asio/experimental/impl/co_composed.hpp:355
↓ 1 callersMethodcancelled
lib/asio/include/asio/spawn.hpp:108
↓ 1 callersMethodcategory
lib/websocketpp/error.hpp:152
↓ 1 callersMethodcheck_for_cancellation_on_suspend
lib/asio/include/asio/experimental/impl/co_composed.hpp:366
↓ 1 callersMethodcheck_for_cancellation_on_transform
lib/asio/include/asio/experimental/impl/co_composed.hpp:360
↓ 1 callersMethodclearCache
src/usb2snes/usb2snes.cpp:770
↓ 1 callersMethodclearImageOverride
src/ui/item.cpp:467
↓ 1 callersMethodclear_cancellation_slot
lib/asio/include/asio/experimental/impl/co_composed.hpp:324
↓ 1 callersMethodclient_handshake_request
Fill in a set of request headers for a client connection request * The Hybi 07 processor only implements incoming connections so this will * alwa
lib/websocketpp/processors/hybi07.hpp:63
↓ 1 callersMethodclone
lib/valijson/include/valijson/adapters/json11_adapter.hpp:234
↓ 1 callersMethodclose
lib/websocketpp/impl/connection_impl.hpp:304
↓ 1 callersFunctioncolorChooserWinGui
lib/tinyfiledialogs/tinyfiledialogs.cpp:2358
↓ 1 callersMethodcommit
Move characters from the output sequence to the input sequence. * Appends @c n characters from the start of the output sequence to the input * sequ
lib/asio/include/asio/basic_streambuf.hpp:233
↓ 1 callersMethodcomplete
lib/asio/include/asio/experimental/impl/co_composed.hpp:483
↓ 1 callersMethodcomplete
lib/asio/include/asio/experimental/impl/promise.hpp:141
↓ 1 callersMethodcomplete_with_result
lib/asio/include/asio/experimental/impl/promise.hpp:154
↓ 1 callersMethodcompress
Compress bytes * @todo: avail_in/out is 32 bit, need to fix for cases of >32 bit frames * on 64 bit machines. * * @param [in] in String
lib/websocketpp/extensions/permessage_deflate/enabled.hpp:548
↓ 1 callersFunctionconcat_into
lib/json/include/nlohmann/json.hpp:4392
↓ 1 callersFunctionconcat_length
lib/json/include/nlohmann/json.hpp:4361
↓ 1 callersMethodconnect
Connect the socket to the specified endpoint.
lib/asio/include/asio/detail/null_socket_service.hpp:495
↓ 1 callersMethodconnect_to_endpoints
lib/asio/include/asio/basic_socket_streambuf.hpp:550
↓ 1 callersFunctioncontains
lib/json/include/nlohmann/json.hpp:15082
↓ 1 callersMethodcopy_basic_header_bytes
Reads bytes from buf into m_basic_header
lib/websocketpp/processors/hybi13.hpp:744
↓ 1 callersMethodcopy_extended_header_bytes
Reads bytes from buf into m_extended_header
lib/websocketpp/processors/hybi13.hpp:776
↓ 1 callersFunctioncoro_interpret_result
lib/asio/include/asio/experimental/detail/coro_completion_handler.hpp:88
↓ 1 callersFunctioncount
lib/json/include/nlohmann/json.hpp:19977
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
lib/json/include/nlohmann/json.hpp:22887
↓ 1 callersMethodcreateSubschema
* @brief Create a new Subschema instance that is owned by this Schema * * @returns const pointer to the new Subschema instance */
lib/valijson/include/valijson/schema.hpp:131
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
lib/json/include/nlohmann/json.hpp:22894
↓ 1 callersMethoddata
Get a pointer to the beginning of the memory range. * @returns <tt>buffer().data()</tt>. */
lib/asio/include/asio/registered_buffer.hpp:183
↓ 1 callersMethoddata
Get a list of buffers that represents the input sequence. * @returns An object of type @c const_buffers_type that satisfies * ConstBufferSequence r
lib/asio/include/asio/basic_streambuf.hpp:192
↓ 1 callersMethoddata
Get the underlying endpoint in the native type.
lib/asio/include/asio/generic/basic_endpoint.hpp:108
↓ 1 callersMethoddeallocate
lib/websocketpp/transport/asio/base.hpp:72
↓ 1 callersFunctiondecodePercentEncodedChar
* @brief Return the char value corresponding to a 2-digit hexadecimal string * * @throws std::runtime_error for strings that are not exactly two
lib/valijson/include/valijson/internal/json_pointer.hpp:49
↓ 1 callersFunctiondecrement
Decrement the iterator.
lib/asio/include/asio/buffers_iterator.hpp:377
↓ 1 callersFunctiondefault_allocate
lib/asio/include/asio/detail/handler_alloc_helpers.hpp:30
↓ 1 callersFunctiondefault_deallocate
lib/asio/include/asio/detail/handler_alloc_helpers.hpp:42
↓ 1 callersFunctiondeflate
lib/miniz/miniz.h:517
↓ 1 callersFunctiondeflateEnd
lib/miniz/miniz.h:521
↓ 1 callersFunctiondeflateInit2
lib/miniz/miniz.h:509
↓ 1 callersMethoddestroy
lib/asio/include/asio/impl/executor.hpp:70
↓ 1 callersMethoddestroy
lib/asio/include/asio/experimental/impl/co_composed.hpp:810
↓ 1 callersMethoddispatch
lib/asio/include/asio/io_context_strand.hpp:173
↓ 1 callersMethoddispatch
lib/asio/include/asio/experimental/detail/channel_operation.hpp:257
↓ 1 callersMethoddo_dispatch
Enqueue the given operation following a failed attempt to dispatch the operation for immediate invocation.
lib/asio/include/asio/detail/win_iocp_io_context.hpp:152
↓ 1 callersMethoddo_execute
lib/asio/include/asio/impl/system_executor.hpp:45
↓ 1 callersMethoddo_execute
lib/asio/include/asio/impl/thread_pool.hpp:93
↓ 1 callersMethoddo_invoke
lib/asio/include/asio/impl/spawn.hpp:804
↓ 1 callersMethoddo_receive
lib/asio/include/asio/experimental/detail/channel_message.hpp:113
↓ 1 callersMethoddo_wait
lib/asio/include/asio/detail/deadline_timer_service.hpp:280
↓ 1 callersFunctiondrawDiamondGlow
src/uilib/drawhelper.cpp:380
↓ 1 callersFunctiondrawRectGlow
src/uilib/drawhelper.cpp:313
↓ 1 callersFunctiondrawTrapezoidGlow
src/uilib/drawhelper.cpp:459
↓ 1 callersMethoddumpInfo
src/uilib/widget.h:248
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
lib/json/include/nlohmann/json.hpp:19520
↓ 1 callersFunctiondunstPresent
lib/tinyfiledialogs/tinyfiledialogs.cpp:4027
↓ 1 callersFunctiondunstifyPresent
lib/tinyfiledialogs/tinyfiledialogs.cpp:4003
↓ 1 callersFunctionelapsed
src/uilib/timer.cpp:31
↓ 1 callersFunctionempty
Determine whether the results range is empty.
lib/asio/include/asio/ip/basic_resolver_results.hpp:241
↓ 1 callersMethodempty
Whether there are no operations in the queue.
lib/asio/include/asio/detail/reactor_op_queue.hpp:148
↓ 1 callersMethodempty
Check whether the map is empty.
lib/asio/include/asio/detail/hash_map.hpp:105
↓ 1 callersMethodend
lib/valijson/include/valijson/adapters/nlohmann_json_adapter.hpp:710
↓ 1 callersMethodend
lib/valijson/include/valijson/adapters/poco_json_adapter.hpp:689
↓ 1 callersMethodendpoint
generate and manage our own io_service
lib/websocketpp/transport/asio/endpoint.hpp:95
↓ 1 callersMethodeof
Signal EOF * Signals to the transport that data stream being read has reached EOF and * that no more bytes may be read or written to/from the tra
lib/websocketpp/transport/iostream/connection.hpp:219
↓ 1 callersMethodequals
lib/asio/include/asio/impl/executor.hpp:126
↓ 1 callersMethodexecute
lib/asio/include/asio/execution/blocking_adaptation.hpp:549
↓ 1 callersMethodexecute_and_wait
lib/asio/include/asio/execution/blocking_adaptation.hpp:668
↓ 1 callersMethodexpiry
Get the expiry time for the timer as an absolute time.
lib/asio/include/asio/detail/deadline_timer_service.hpp:189
↓ 1 callersFunctionextractReferenceToken
* @brief Extract and transform the token between two iterators * * This function is responsible for extracting a JSON Reference token from * betw
lib/valijson/include/valijson/internal/json_pointer.hpp:97
↓ 1 callersFunctionextract_attributes
lib/websocketpp/http/parser.hpp:195
↓ 1 callersFunctionextract_code
Extract a close code value from a close payload * If there is no close value (ie string is empty) status::no_status is * returned. If a code couldn't
lib/websocketpp/close.hpp:294
↓ 1 callersFunctionextract_lws
lib/websocketpp/http/parser.hpp:139
↓ 1 callersFunctionextract_parameters
lib/websocketpp/http/parser.hpp:293
↓ 1 callersFunctionextract_quoted_string
lib/websocketpp/http/parser.hpp:92
↓ 1 callersFunctionextract_reason
Extract the reason string from a close payload * The string should be a valid UTF8 message. error::invalid_utf8 will be set if * the function extract
lib/websocketpp/close.hpp:333
↓ 1 callersMethodextract_subprotocols
Extracts requested subprotocols from a handshake request * hybi00 does support subprotocols * https://tools.ietf.org/html/draft-ietf-hybi-thewebs
lib/websocketpp/processors/hybi00.hpp:198
↓ 1 callersMethodfamily
Obtain an identifier for the protocol family.
lib/asio/include/asio/generic/raw_protocol.hpp:88
↓ 1 callersMethodfamily
Obtain an identifier for the protocol family.
lib/asio/include/asio/generic/datagram_protocol.hpp:88
↓ 1 callersMethodfamily
Obtain an identifier for the protocol family.
lib/asio/include/asio/generic/stream_protocol.hpp:89
↓ 1 callersMethodfamily
Obtain an identifier for the protocol family.
lib/asio/include/asio/generic/seq_packet_protocol.hpp:87
↓ 1 callersMethodfamily
Get the address family associated with the endpoint.
lib/asio/include/asio/generic/detail/endpoint.hpp:58
← previousnext →1,401–1,500 of 7,287, ranked by callers