MCPcopy Create free account

hub / github.com/Pagghiu/SaneCppLibraries / functions

Functions3,842 in github.com/Pagghiu/SaneCppLibraries

↓ 1 callersFunctionBootloaderArgs_init
BootloaderArgs functions
Tools/ToolsBootstrap.c:721
↓ 1 callersFunctionCompilationInfo_init
CompilationInfo functions
Tools/ToolsBootstrap.c:746
↓ 1 callersFunctionConditionVariable
Underlying OS primitives can't be copied or moved
Libraries/Threading/Threading.h:77
↓ 1 callersFunctionFileSystem_createDirectory
Tools/ToolsBootstrap.c:667
↓ 1 callersFunctionFileSystem_isDirectory
Tools/ToolsBootstrap.c:653
↓ 1 callersFunctionFileSystem_open
FileSystem functions
Tools/ToolsBootstrap.c:595
↓ 1 callersFunctionHttpClient
Libraries/HttpClient/HttpClient.h:452
↓ 1 callersFunctionHttpClientLocalConditionVariable
Libraries/HttpClient/Internal/HttpClientThreading.h:42
↓ 1 callersFunctionHttpClientLocalMutex
Libraries/HttpClient/Internal/HttpClientThreading.h:23
↓ 1 callersFunctionHttpClientOperation
Libraries/HttpClient/HttpClient.h:507
↓ 1 callersFunctionHttpContentTypeApplicationJson
Libraries/Http/HttpHeaders.cpp:485
↓ 1 callersFunctionHttpContentTypeApplicationOctetStream
Libraries/Http/HttpHeaders.cpp:487
↓ 1 callersFunctionInputTextMultiline
Examples/SCExample/Examples/ImguiHelpers.h:60
↓ 1 callersFunctionMutex
Underlying OS primitives can't be copied or moved
Libraries/Threading/Threading.h:42
↓ 1 callersFunctionProcessFork
Libraries/Process/Process.h:469
↓ 1 callersFunctionPromise
Libraries/Await/Await.h:408
↓ 1 callersFunctionRWLock
Libraries/Threading/Threading.h:187
↓ 1 callersMethodSemaphore
------------------------------------------------------------------------------------------------------- Semaphore ------------------------------------
Libraries/Threading/Threading.cpp:135
↓ 1 callersFunctionStringEncodingAreBinaryCompatible
@brief Checks if two encodings have the same utf unit size @param encoding1 First encoding @param encoding2 Second encoding @return `true` if the two
Libraries/Strings/StringIterator.h:20
↓ 1 callersFunctionStringIterator
Libraries/Strings/StringIterator.h:231
↓ 1 callersFunctionStringIteratorASCII
Libraries/Strings/StringIterator.h:245
↓ 1 callersFunctionStringIteratorUTF16
Libraries/Strings/StringIterator.h:265
↓ 1 callersFunctionStringIteratorUTF8
Libraries/Strings/StringIterator.h:286
↓ 1 callersFunctionString_hashFnv1a
Tools/ToolsBootstrap.c:298
↓ 1 callersFunctionUniqueHandle
Libraries/Common/UniqueHandle.h:40
↓ 1 callersFunctionWindowsPath_createDirectoryAlias
Tools/ToolsBootstrap.c:143
↓ 1 callersFunctionWindowsPath_isDriveAbsolute
Tools/ToolsBootstrap.c:66
↓ 1 callersFunctionWindowsPath_isUNC
Tools/ToolsBootstrap.c:61
↓ 1 callersFunctionWindowsPath_stripTransportPrefix
Tools/ToolsBootstrap.c:70
↓ 1 callersFunction_process_file_recursively
(file_path, processed_files, root_dir, current_library_name, authors_info, spdx_set,
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:145
↓ 1 callersMethodacquire
Libraries/Threading/Threading.cpp:137
↓ 1 callersMethodactivateAsync
Libraries/Async/Async.cpp:2087
↓ 1 callersMethodactivateNew
Libraries/Http/HttpConnection.cpp:1414
↓ 1 callersMethodaddActiveHandle
Libraries/Async/Async.cpp:2399
↓ 1 callersFunctionaddHotReloadIncludePathsDefine
Tools/SC-build.cpp:297
↓ 1 callersFunctionadd_loc
(lhs, rhs)
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:97
↓ 1 callersFunctionadd_total_loc_after_table
(file_path, total_loc_str, is_readme=False)
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:735
↓ 1 callersMethodadvanceBytes
@brief Advance read position by numBytes @param numBytes How many bytes to advance read position of @return `true` if size of buffer has not been exce
Extra/Deprecated/Libraries/SerializationBinaryTypeErased/Internal/SerializationBinaryTypeErasedReadWriteExact.h:75
↓ 1 callersMethodadvanceUntilMatchesIgnoreCase
Libraries/Http/Internal/HttpStringIterator.h:54
↓ 1 callersFunctionaggregateRecords
(records)
Support/SingleFileLibs/javascript/amalgamationCore.js:282
↓ 1 callersFunctionalignSize
Libraries/Await/Await.cpp:46
↓ 1 callersMethodallocateImpl
Tests/Libraries/Await/AwaitTest.cpp:3790
↓ 1 callersMethodappend
Tests/Libraries/Http/HttpAsyncClientTest.cpp:615
↓ 1 callersFunctionappendDeepWindowsFixtureRoot
Tests/SCBuildTest/SCBuildFixtureTest.cpp:180
↓ 1 callersFunctionappendEscapedCString
Tools/SC-build.cpp:243
↓ 1 callersFunctionappendJSONStringEscapedUTF16
Libraries/SerializationText/SerializationJson.cpp:75
↓ 1 callersFunctionappendNullTerminatedTo
@brief Appends this Span to a destination Span, using native encoding and null-terminating it @param string The destination writable string to write t
Libraries/Common/StringSpan.h:200
↓ 1 callersFunctionappendUTF8ToNative
Libraries/Common/StringSpan.h:280
↓ 1 callersFunctionare_dirs_equal
Compare two directories recursively. Files in each directory are assumed to be equal if their names and contents are equal.
Support/SingleFileLibs/check_if_equal.py:6
↓ 1 callersFunctionasciiStartsWith
Libraries/HttpClient/HttpClientSession.cpp:69
↓ 1 callersFunctionassign
@brief Move assigns another UniqueHandle to this object, eventually closing existing handle. @param other The handle to be move-assigned @return Retur
Libraries/Common/UniqueHandle.h:49
↓ 1 callersFunctionassignNativeSlice
Libraries/Testing/Testing.cpp:115
↓ 1 callersMethodassociateExternallyCreatedFileDescriptorHandle
Libraries/Async/Async.cpp:1002
↓ 1 callersFunctionauthHeaders
()
Support/SingleFileLibs/javascript/app.js:115
↓ 1 callersFunctionawaitAllocatorPageSize
Libraries/Await/Await.cpp:50
↓ 1 callersFunctionawaitCoroutineShimProbe
Support/CompileTests/AwaitCoroutineShimProbe.cpp:73
↓ 1 callersMethodbegin
Libraries/Common/InitializerList.h:39
↓ 1 callersMethodbind
Libraries/Common/Function.h:144
↓ 1 callersFunctionboundedMaintenance
Examples/AwaitServiceProbe/AwaitServiceProbe.cpp:94
↓ 1 callersMethodbroadcastClear
Tests/Libraries/Http/HttpWebSocketHandshakeTest.cpp:633
↓ 1 callersMethodbroadcastClear
Examples/SCExample/Examples/CollaborativeCanvasExample/CollaborativeCanvasExample.cpp:422
↓ 1 callersMethodbroadcastFrame
Libraries/Http/HttpWebSocket.cpp:1482
↓ 1 callersFunctionbucket_library
(symbol: str)
Support/SizeAnalysis/size_report.py:104
↓ 1 callersFunctionbucket_template_family
(symbol: str)
Support/SizeAnalysis/size_report.py:84
↓ 1 callersFunctionbuildArchitectureName
Tools/SC-build.cpp:110
↓ 1 callersFunctionbuildHotReloadOptions
Examples/SCExample/SCExample.cpp:62
↓ 1 callersFunctionbuildPlatformName
Tools/SC-build.cpp:86
↓ 1 callersFunctionbuildRateLimitMessage
(res, payloadMessage)
Support/SingleFileLibs/javascript/app.js:122
↓ 1 callersFunctionbuildSingleLibraryHeaderUsingContext
(libraryName, ctx)
Support/SingleFileLibs/javascript/amalgamationCore.js:446
↓ 1 callersFunctionbuildSingleLibraryHeadersUsingContext
(libraryName, ctx)
Support/SingleFileLibs/javascript/amalgamationCore.js:435
↓ 1 callersFunctionbuildSystemName
Tools/SC-build.cpp:162
↓ 1 callersFunctionbuildWindowsToolOutputDir
Tools/ToolsBootstrap.c:317
↓ 1 callersFunctionbuild_environment
(root: Path, wine_prefix: Path, wine: str, msvc_root: Path, sdk_root: Path, sdk_version: str, target_arch: str
Tools/Support/PortableMSVCWrapper.py:167
↓ 1 callersFunctionbuild_library_record
(root_dir, library_name, data)
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:336
↓ 1 callersFunctionbuild_payload_map
(vs_manifest)
Tools/Support/PortableMSVCDownloader.py:104
↓ 1 callersFunctionbuild_pretty_printer
()
Support/DebugVisualizers/GDB/SCGDB.py:231
↓ 1 callersFunctionbuild_report
(binary: pathlib.Path, map_path: pathlib.Path | None)
Support/SizeAnalysis/size_report.py:233
↓ 1 callersFunctioncalculateContentHash
(headers, sources)
Support/SingleFileLibs/javascript/amalgamationCore.js:63
↓ 1 callersFunctioncalculate_content_hash
(headers, sources)
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:288
↓ 1 callersFunctioncamel_to_snake
Converts CamelCase to snake_case.
Support/Dependencies/output_generator.py:11
↓ 1 callersFunctioncanReplayRequestBody
Libraries/HttpClient/HttpClientSession.cpp:540
↓ 1 callersMethodcancel
Libraries/HttpClient/HttpClient.cpp:1323
↓ 1 callersMethodcancelAsync
Libraries/Async/Async.cpp:2201
↓ 1 callersMethodcheckState
Libraries/Async/Async.cpp:117
↓ 1 callersFunctioncheck_thresholds
(report: dict[str, object], args: argparse.Namespace)
Support/SizeAnalysis/size_report.py:258
↓ 1 callersFunctionchooseFirstMirror
Examples/AwaitFirstResponse/AwaitFirstResponse.cpp:22
↓ 1 callersFunctioncleanup_layout
(destination: Path)
Tools/Support/PortableMSVCDownloader.py:215
↓ 1 callersMethodclear
Libraries/Plugin/Plugin.h:42
↓ 1 callersMethodclearAuthorizations
Libraries/HttpClient/HttpClientSession.cpp:585
↓ 1 callersMethodclearCookies
Libraries/HttpClient/HttpClientSession.cpp:577
↓ 1 callersMethodclearPendingControlFrame
Libraries/Http/HttpWebSocket.cpp:1162
↓ 1 callersMethodclose
Examples/SCExample/Examples/CollaborativeCanvasExample/CollaborativeCanvasExample.cpp:886
↓ 1 callersMethodclose
Libraries/Http/HttpAsyncServer.cpp:57
↓ 1 callersMethodclose
Libraries/Http/HttpAsyncClient.cpp:23
↓ 1 callersMethodclose
Libraries/Http/HttpConnection.cpp:1407
↓ 1 callersMethodclose
Libraries/Await/Await.cpp:225
↓ 1 callersMethodclose
Libraries/Async/Internal/AsyncLinuxIOUring.h:127
↓ 1 callersFunctioncollect_exports
(binary: pathlib.Path, binary_format: str)
Support/SizeAnalysis/size_report.py:55
↓ 1 callersFunctioncollect_nm_counts
(binary: pathlib.Path, binary_format: str)
Support/SizeAnalysis/size_report.py:65
↓ 1 callersFunctioncommon_loc_used
(record)
Support/SingleFileLibs/python/amalgamate_single_file_libs.py:635
← previousnext →1,001–1,100 of 3,842, ranked by callers