MCPcopy Create free account

hub / github.com/crill-dev/crill / functions

Functions172 in github.com/crill-dev/crill

↓ 19 callersMethodscopedElement
include/doctest/doctest.h:5266
↓ 18 callersFunctionparseCommaSepArgs
parses a comma separated list of words after a pattern in one of the arguments in argv
include/doctest/doctest.h:6430
↓ 14 callersFunctiontoStreamLit
include/doctest/doctest.h:3872
↓ 13 callersFunctionparseFlag
locates a flag on the command line
include/doctest/doctest.h:6425
↓ 12 callersFunctiongetContextOptions
include/doctest/doctest.h:3951
↓ 11 callersFunctionskipPathFromFilename
include/doctest/doctest.h:3832
↓ 10 callersMethodload
Reads and returns the current value. Non-blocking guarantees: wait-free if there are no concurrent writes, otherwise none. Note: Instead of `load`, yo
include/crill/seqlock_object.h:52
↓ 9 callersFunctionisOnStack
include/doctest/doctest.h:588
↓ 7 callersMethodinsert
include/doctest/doctest.h:988
↓ 6 callersFunctionc_str
the only functions I'm willing to leave in the interface - available for inlining
include/doctest/doctest.h:619
↓ 6 callersMethodstore
Updates the current value to the value passed in. Non-blocking guarantees: wait-free.
include/crill/seqlock_object.h:75
↓ 6 callersMethodtry_lock
Effects: Attempts to acquire the lock without blocking. Returns: true if the lock was acquired, false otherwise. Non-blocking guarantees: wait-free.
include/crill/spin_mutex.h:46
↓ 6 callersMethodunlock
Effects: Releases the lock. Preconditions: The lock is being held by the current thread. Non-blocking guarantees: wait-free.
include/crill/spin_mutex.h:54
↓ 4 callersMethodstringify
include/doctest/doctest.h:1818
↓ 3 callersFunctionApprox
include/doctest/doctest.h:1179
↓ 3 callersFunctionContextScopeBase
include/doctest/doctest.h:1789
↓ 3 callersFunctionSubcase
include/doctest/doctest.h:1303
↓ 3 callersFunctionatomic_load_per_byte_memcpy
Preconditions: - order is std::memory_order::acquire or std::memory_order::relaxed - (char*)dest + [0, count) and (const char*)source + [0, count) are
include/crill/bytewise_atomic_memcpy.h:54
↓ 3 callersFunctionatomic_store_per_byte_memcpy
Preconditions: - order is std::memory_order::release or std::memory_order::relaxed - (char*)dest + [0, count) and (const char*)source + [0, count) are
include/crill/bytewise_atomic_memcpy.h:86
↓ 3 callersFunctionparseOption
parses an option and returns the string after the '=' character
include/doctest/doctest.h:6412
↓ 3 callersFunctionprogressive_backoff_wait
include/crill/progressive_backoff_wait.h:32
↓ 3 callersFunctionstringifyBinaryExpr
include/doctest/doctest.h:1316
↓ 3 callersMethodtry_load
Attempts to read the current value and write it into the passed-in object. Returns: true if the read succeeded, false otherwise. Non-blocking guarante
include/crill/seqlock_object.h:62
↓ 3 callersMethodwriteDeclaration
include/doctest/doctest.h:5340
↓ 2 callersFunctionMessageBuilder
include/doctest/doctest.h:1834
↓ 2 callersMethodadd
include/doctest/doctest.h:5702
↓ 2 callersMethodaddTime
include/doctest/doctest.h:5712
↓ 2 callersMethodappendSubcaseNamesToLastTestcase
include/doctest/doctest.h:5706
↓ 2 callersMethodensureTagClosed
include/doctest/doctest.h:5333
↓ 2 callersFunctionfailureString
include/doctest/doctest.h:3815
↓ 2 callersFunctionfill
NOLINTEND(*-avoid-c-arrays)
include/doctest/doctest.h:1146
↓ 2 callersMethodfill
include/doctest/doctest.h:3866
↓ 2 callersFunctionfulltext_log_assert_to_stream
include/doctest/doctest.h:5594
↓ 2 callersFunctionparseOptionImpl
the implementation of parseOption()
include/doctest/doctest.h:6377
↓ 2 callersFunctionregisterReporterImpl
include/doctest/doctest.h:6994
↓ 2 callersFunctiontoString
include/doctest/doctest.h:1065
↓ 1 callersFunctionMakeContextScope
include/doctest/doctest.h:1867
↓ 1 callersFunctionStringContains
include/doctest/doctest.h:829
↓ 1 callersMethodaddError
include/doctest/doctest.h:5724
↓ 1 callersMethodaddFailure
include/doctest/doctest.h:5719
↓ 1 callersFunctionepsilon
include/doctest/doctest.h:1190
↓ 1 callersFunctionfilloss
include/doctest/doctest.h:1024
↓ 1 callersMethodlock
Effects: Acquires the lock. If necessary, blocks until the lock can be acquired. Preconditions: The current thread does not already hold the lock.
include/crill/spin_mutex.h:38
↓ 1 callersMethodmemcpy_in
include/crill/seqlock_object.h:103
↓ 1 callersMethodmemcpy_out
include/crill/seqlock_object.h:90
↓ 1 callersFunctionoperator<
include/doctest/doctest.h:1234
↓ 1 callersMethodrun
the main function that does all the filtering and tests running
include/doctest/doctest.h:6721
↓ 1 callersFunctiontoStream
include/doctest/doctest.h:1036
↓ 1 callersMethodtranslate
include/doctest/doctest.h:1766
↓ 1 callersFunctionunary_assert
include/doctest/doctest.h:1737
↓ 1 callersMethodunary_assert
include/doctest/doctest.h:1660
MethodApprox
include/doctest/doctest.h:3910
MethodConsoleReporter
include/doctest/doctest.h:5897
MethodContext
include/doctest/doctest.h:6517
MethodContextScope
include/doctest/doctest.h:1809
FunctionDOCTEST_DEFINE_DECORATOR
include/doctest/doctest.h:1882
MethodDebugOutputWindowReporter
include/doctest/doctest.h:6345
MethodDiscardOStream
include/doctest/doctest.h:6716
MethodExceptionTranslator
include/doctest/doctest.h:1763
MethodExpression_lhs
include/doctest/doctest.h:1462
FunctionIsNaN
include/doctest/doctest.h:1256
MethodJUnitReporter
include/doctest/doctest.h:5740
MethodJUnitTestCase
include/doctest/doctest.h:5694
MethodJUnitTestMessage
include/doctest/doctest.h:5683
MethodResult
include/doctest/doctest.h:1466
MethodWhitespace
include/doctest/doctest.h:5875
MethodXmlReporter
include/doctest/doctest.h:5366
MethodXmlWriter
include/doctest/doctest.h:5246
MethodaddFilter
allows the user to add procedurally to the filters from the command line
include/doctest/doctest.h:6663
MethodapplyCommandLine
include/doctest/doctest.h:6530
Functionbinary_assert
include/doctest/doctest.h:1722
Methodbinary_assert
include/doctest/doctest.h:1650
Functioncheck
include/doctest/doctest.h:831
MethodclearFilters
allows the user to clear all filters from the command line
include/doctest/doctest.h:6666
Functionconsume
include/doctest/doctest.h:425
Methodconvert
include/doctest/doctest.h:1012
Methodconvert
include/doctest/doctest.h:1045
Methodfile_line_to_stream
this was requested to be made virtual so users could override it
include/doctest/doctest.h:5950
Methodfill
include/doctest/doctest.h:1123
Methodfill
include/doctest/doctest.h:1136
Methodfill
include/doctest/doctest.h:1165
MethodgetCurrentTimestamp
include/doctest/doctest.h:5660
MethodgetSuccessOrFailColor
include/doctest/doctest.h:5922
MethodgetSuccessOrFailString
include/doctest/doctest.h:5915
Methodget_active_contexts
include/doctest/doctest.h:6984
Methodget_num_active_contexts
include/doctest/doctest.h:6983
Methodget_num_stringified_contexts
include/doctest/doctest.h:6988
Methodget_stringified_contexts
include/doctest/doctest.h:6989
Methodif
include/doctest/doctest.h:1470
Methodinsert
include/doctest/doctest.h:993
Methodline
include/doctest/doctest.h:5383
Methodline
include/doctest/doctest.h:5744
MethodlogTestStart
include/doctest/doctest.h:5957
Methodlog_assert
include/doctest/doctest.h:5539
Methodlog_assert
include/doctest/doctest.h:5836
Methodlog_assert
include/doctest/doctest.h:6303
Methodlog_contexts
include/doctest/doctest.h:5370
Methodlog_contexts
include/doctest/doctest.h:5855
Methodlog_contexts
include/doctest/doctest.h:5933
Methodlog_message
include/doctest/doctest.h:5568
next →1–100 of 172, ranked by callers