MCPcopy Create free account

hub / github.com/MikeMirzayanov/testlib / functions

Functions590 in github.com/MikeMirzayanov/testlib

↓ 5 callersFunction__testlib_isInfinite
tests/lib/testlib.h:427
↓ 5 callersFunction__testlib_keyToOpts
* An utility function to get the opt with a given key . This function * also print a readable message when no opts are found. */
testlib.h:5442
↓ 5 callersFunction__testlib_keyToOpts
* An utility function to get the opt with a given key . This function * also print a readable message when no opts are found. */
tests/lib/testlib.h:5322
↓ 5 callersMethodaddBoundsHit
testlib.h:2512
↓ 5 callersMethodaddBoundsHit
tests/lib/testlib.h:2434
↓ 5 callersMethodeof
testlib.h:4025
↓ 5 callersMethodgetLine
testlib.h:1844
↓ 5 callersMethodgetLine
tests/lib/testlib.h:1787
↓ 5 callersFunctionisBlanks
testlib.h:1592
↓ 5 callersFunctionisBlanks
tests/lib/testlib.h:1535
↓ 5 callersMethodperm
tests/lib/testlib.h:1103
↓ 5 callersMethodskipBom
tests/lib/testlib.h:3141
↓ 5 callersFunctionsplit
* Splits string s by character separator returning exactly k+1 items, * where k is the number of separator occurrences. */
tests/lib/testlib.h:4824
↓ 4 callersFunction__pattern_getChar
testlib.h:1317
↓ 4 callersFunction__pattern_getChar
tests/lib/testlib.h:1260
↓ 4 callersFunction__testlib_abs
testlib.h:350
↓ 4 callersFunction__testlib_abs
tests/lib/testlib.h:345
↓ 4 callersFunction__testlib_quitp
testlib.h:4280
↓ 4 callersFunction__testlib_quitp
tests/lib/testlib.h:4202
↓ 4 callersMethodcurChar
testlib.h:1815
↓ 4 callersFunctiondoubleCompare
testlib.h:479
↓ 4 callersFunctiondoubleDelta
tests/lib/testlib.h:459
↓ 4 callersMethodmatches
Pattern implementation */
testlib.h:1293
↓ 4 callersFunctionprepareOpts
* Parse command line arguments into opts. * The results are stored into __testlib_argv and __testlib_opts. */
tests/lib/testlib.h:5296
↓ 4 callersMethodreadLine
tests/lib/testlib.h:4134
↓ 4 callersMethodreadString
testlib.h:4151
↓ 4 callersMethodreadString
tests/lib/testlib.h:4073
↓ 4 callersMethodreadWordTo
tests/lib/testlib.h:3204
↓ 4 callersFunctionregisterTestlibCmd
tests/lib/testlib.h:4571
↓ 4 callersFunctionsetName
tests/lib/testlib.h:4685
↓ 4 callersFunctionstringToLongLong
testlib.h:3661
↓ 4 callersFunctiontokenize
* Splits string s by character separator returning non-empty items. */
tests/lib/testlib.h:4864
↓ 4 callersFunctionupperCase
testlib.h:413
↓ 3 callersFunction__testlib_set_testset_and_group
testlib.h:4411
↓ 3 callersFunction__testlib_set_testset_and_group
tests/lib/testlib.h:4333
↓ 3 callersFunction__testlib_toPrintableMessage
testlib.h:2932
↓ 3 callersFunction__testlib_toPrintableMessage
tests/lib/testlib.h:2843
↓ 3 callersMethodcurChar
tests/lib/testlib.h:3156
↓ 3 callersFunctionenglishEnding
tests/lib/testlib.h:4778
↓ 3 callersMethodgetExitCode
tests/lib/testlib.h:2790
↓ 3 callersMethodgetReadChars
testlib.h:1811
↓ 3 callersFunctionoptValueToLongDouble
testlib.h:5545
↓ 3 callersFunctionoptValueToLongDouble
tests/lib/testlib.h:5425
↓ 3 callersMethodpartition
tests/lib/testlib.h:1180
↓ 3 callersMethodperm
testlib.h:1160
↓ 3 callersFunctionregisterGen
tests/lib/testlib.h:4349
↓ 3 callersMethodsetTestCase
testlib.h:2484
↓ 3 callersFunctionshuffle
testlib.h:4804
↓ 3 callersFunctiontrim
testlib.h:1596
↓ 2 callersFunction__println_range
testlib.h:5150
↓ 2 callersFunction__println_range
tests/lib/testlib.h:5030
↓ 2 callersFunction__testlib_help
testlib.h:4358
↓ 2 callersFunction__testlib_help
tests/lib/testlib.h:4280
↓ 2 callersFunction__testlib_nan
testlib.h:461
↓ 2 callersFunction__testlib_nan
tests/lib/testlib.h:415
↓ 2 callersFunctiondeserializeTestResult
testlib.h:5921
↓ 2 callersFunctiondeserializeTestResult
tests/lib/testlib.h:5801
↓ 2 callersMethoddistinct
tests/lib/testlib.h:1126
↓ 2 callersFunctionensureNoUnusedOpts
* Check if all opts are used. If not, __testlib_fail is called. * Should be used after calling all opt() function calls. * * This function is usef
tests/lib/testlib.h:5923
↓ 2 callersFunctionequals
tests/lib/testlib.h:3371
↓ 2 callersFunctiongetOptType
* Get the type of opt based on the number of `-` at the beginning and the * _validity_ of the key name. * * A valid key name must start with an al
testlib.h:5312
↓ 2 callersFunctiongetOptType
* Get the type of opt based on the number of `-` at the beginning and the * _validity_ of the key name. * * A valid key name must start with an al
tests/lib/testlib.h:5192
↓ 2 callersMethodgetReadChars
tests/lib/testlib.h:2697
↓ 2 callersFunctionhas_opt
* Return true if there is an opt with a given key. * * By calling this function, automatic ensurement for no unused opts will be * done when the p
testlib.h:5587
↓ 2 callersMethodinitialize
testlib.h:4648
↓ 2 callersMethodinitialize
tests/lib/testlib.h:4546
↓ 2 callersFunctionisNumeric
checkers/hcmp.cpp:8
↓ 2 callersFunctionleader
validators/undirected-tree-validator.cpp:8
↓ 2 callersFunctionlongLongsToString
checkers/casencmp.cpp:44
↓ 2 callersFunctionparseExponentialOptValue
testlib.h:5455
↓ 2 callersFunctionparseExponentialOptValue
tests/lib/testlib.h:5335
↓ 2 callersFunctionreadStream
checkers/caseicmp.cpp:17
↓ 2 callersFunctionreadStreamCase
checkers/casencmp.cpp:17
↓ 2 callersFunctionreadStreamCase
checkers/casewcmp.cpp:18
↓ 2 callersMethodsetGroup
testlib.h:4668
↓ 2 callersMethodsetGroup
tests/lib/testlib.h:4566
↓ 2 callersFunctionsetTestCase
testlib.h:2792
↓ 2 callersMethodsetTestCase
tests/lib/testlib.h:2690
↓ 2 callersMethodsetTestset
testlib.h:4664
↓ 2 callersMethodsetTestset
tests/lib/testlib.h:4562
↓ 2 callersFunctionshuffle
tests/lib/testlib.h:4700
↓ 2 callersMethodskipChar
testlib.h:1832
↓ 2 callersFunctionstringsToString
checkers/casewcmp.cpp:45
↓ 2 callersFunctionsuppressEnsureNoUnusedOpts
tests/lib/testlib.h:5931
↓ 1 callersFunction__pattern_greedyMatch
testlib.h:1327
↓ 1 callersFunction__pattern_greedyMatch
tests/lib/testlib.h:1270
↓ 1 callersFunction__pattern_isSlash
testlib.h:1297
↓ 1 callersFunction__pattern_isSlash
tests/lib/testlib.h:1240
↓ 1 callersFunction__pattern_scanCharSet
testlib.h:1457
↓ 1 callersFunction__pattern_scanCharSet
tests/lib/testlib.h:1400
↓ 1 callersFunction__pattern_scanCounts
testlib.h:1389
↓ 1 callersFunction__pattern_scanCounts
tests/lib/testlib.h:1332
↓ 1 callersFunction__testlib_ensure
testlib.h:4756
↓ 1 callersFunction__testlib_ensure
tests/lib/testlib.h:4652
↓ 1 callersMethod__testlib_ensure
testlib.h:4257
↓ 1 callersMethod__testlib_ensure
tests/lib/testlib.h:4179
↓ 1 callersFunction__testlib_prelimIsNaN
testlib.h:391
↓ 1 callersFunction__testlib_prelimIsNaN
tests/lib/testlib.h:371
↓ 1 callersFunction__testlib_shouldCheckDirt
testlib.h:2897
↓ 1 callersFunction__testlib_shouldCheckDirt
tests/lib/testlib.h:2808
← previousnext →101–200 of 590, ranked by callers