MCPcopy Create free account

hub / github.com/cubicdaiya/dtl / functions

Functions130 in github.com/cubicdaiya/dtl

↓ 33 callersMethodaddSequence
dtl/Ses.hpp:83
↓ 17 callersMethodcompose
* compose Longest Common Subsequence and Shortest Edit Script. * The algorithm implemented here is based on "An O(NP) Sequence Comparison Alg
dtl/Diff.hpp:260
↓ 15 callersMethodgetSequence
dtl/Ses.hpp:119
↓ 13 callersMethodpatch
* patching with Shortest Edit Script (SES) */
dtl/Diff.hpp:231
↓ 13 callersMethoduniPatch
* patching with Unified Format Hunks */
dtl/Diff.hpp:182
↓ 11 callersMethodgetEditDistance
dtl/Diff.hpp:101
↓ 10 callersFunctionisFewArgs
examples/common.cpp:13
↓ 8 callersFunctioncreate_path
test/dtl_test_common.cpp:4
↓ 7 callersMethodcomposeUnifiedHunks
* compose Unified Format Hunks from Shortest Edit Script */
dtl/Diff.hpp:383
↓ 5 callersMethodgetLcsVec
dtl/Diff.hpp:109
↓ 5 callersMethodgetSes
dtl/Diff.hpp:113
↓ 5 callersFunctionisFileExist
examples/common.cpp:4
↓ 4 callersFunctioncal_diff_uni
test/dtl_test_common.cpp:18
↓ 3 callersMethodgetMergedSequence
dtl/Diff3.hpp:76
↓ 3 callersMethodmerge
* merge changes B and C into A */
dtl/Diff3.hpp:83
↓ 3 callersMethodprintSES
dtl/Diff.hpp:316
↓ 3 callersMethodprintUnifiedFormat
dtl/Diff.hpp:360
↓ 2 callersFunctioncreate_byte_seq
examples/bdiff.cpp:24
↓ 2 callersFunctiondiff_resultset_exist_check
test/dtl_test_common.cpp:48
↓ 2 callersMethodimpl
dtl/functors.hpp:145
↓ 1 callersMethodgetUniHunks
dtl/Diff.hpp:117
↓ 1 callersFunctionis_file_exist
test/dtl_test_common.cpp:39
↓ 1 callersMethodonHuge
dtl/Diff.hpp:126
↓ 1 callersMethodonOnlyEditDistance
dtl/Diff.hpp:146
↓ 1 callersFunctionshowStats
examples/unidiff.cpp:21
↓ 1 callersFunctionunifiedDiff
examples/unidiff.cpp:49
MethodChangePrinter
dtl/functors.hpp:80
MethodCommonPrinter
dtl/functors.hpp:65
MethodCompare
dtl/functors.hpp:143
MethodCustomStorage
examples/storage.hpp:10
MethodDiff
dtl/Diff.hpp:73
MethodDiff3
dtl/Diff3.hpp:63
MethodLcs
dtl/Lcs.hpp:50
MethodPrinter
dtl/functors.hpp:50
MethodSequence
dtl/Sequence.hpp:51
MethodSes
dtl/Ses.hpp:54
MethodSetUp
test/Strdifftest.cpp:69
MethodSetUp
test/Intdifftest.cpp:53
MethodSetUp
test/Strdiff3test.cpp:32
MethodSetUp
test/Patchtest.cpp:26
MethodSetUp
test/Objdifftest.cpp:36
MethodStorage
dtl/functors.hpp:129
FunctionTEST_F
test/Strdifftest.cpp:110
FunctionTEST_F
* Intdifftest * check list is following * - editdistance * - LCS * - SES */
test/Intdifftest.cpp:90
FunctionTEST_F
* Strdiff3test * check list is following * - merge function * - detect confliction */
test/Strdiff3test.cpp:77
FunctionTEST_F
* Patchtest * check list is following * - patch function * - uniPatch function */
test/Patchtest.cpp:51
FunctionTEST_F
test/Objdifftest.cpp:106
MethodTearDown
test/Strdifftest.cpp:93
MethodTearDown
test/Intdifftest.cpp:77
MethodTearDown
test/Strdiff3test.cpp:67
MethodTearDown
test/Patchtest.cpp:41
MethodTearDown
test/Objdifftest.cpp:93
MethodUniHunkPrinter
dtl/functors.hpp:105
MethodaddDecentSequence
* add elements whose SES's type is ADD */
dtl/Diff3.hpp:235
MethodaddSequence
dtl/Sequence.hpp:57
Methodcompose
* compose differences */
dtl/Diff3.hpp:108
MethodcomposeSesFromStream
dtl/Diff.hpp:519
MethodcreateCase
test/Strdifftest.cpp:28
MethodcreateCase
test/Intdifftest.cpp:23
MethodcreateCase
test/Strdiff3test.cpp:20
MethodcreateCase
test/Patchtest.cpp:16
MethodcreateCase
test/Objdifftest.cpp:19
Functioncreate_file
test/dtl_test_common.hpp:56
MethodcustomChangePrinter
examples/printers.hpp:10
MethoddisableHuge
dtl/Diff.hpp:159
MethoddisableTrivial
dtl/Diff.hpp:171
MethodeditDistanceOnlyEnabled
dtl/Diff.hpp:175
MethodenableHuge
dtl/Diff.hpp:155
MethodenableTrivial
dtl/Diff.hpp:167
MethodforwardUntilEnd
dtl/Diff3.hpp:228
MethodgetLcs
dtl/Diff.hpp:105
MethodgetSequence
dtl/Sequence.hpp:54
MethodhugeEnabled
These are the replacements for the above */
dtl/Diff.hpp:151
Methodimpl
test/comparators.hpp:6
Methodimpl
test/comparators.hpp:13
Methodinit
* initialize */
dtl/Diff.hpp:547
MethodisChange
dtl/Ses.hpp:78
MethodisConflict
dtl/Diff3.hpp:72
MethodisEnd
dtl/Diff3.hpp:220
MethodisHuge
These should be deprecated */
dtl/Diff.hpp:122
MethodisOnlyAdd
dtl/Ses.hpp:62
MethodisOnlyCopy
dtl/Ses.hpp:70
MethodisOnlyDelete
dtl/Ses.hpp:66
MethodisOnlyOneOperation
dtl/Ses.hpp:74
MethodisUnserious
dtl/Diff.hpp:134
MethodjoinElemVec
* join elem vectors */
dtl/Diff3.hpp:208
MethodjoinSesVec
* join SES vectors */
dtl/Diff.hpp:688
Functionmain
test/dtl_test.cpp:7
Functionmain
examples/intdiff.cpp:10
Functionmain
examples/fpatch.cpp:14
Functionmain
examples/unidiff.cpp:84
Functionmain
examples/strdiff3.cpp:12
Functionmain
examples/unistrdiff.cpp:11
Functionmain
examples/patch.cpp:12
Functionmain
examples/st2ses.cpp:13
Functionmain
examples/bdiff.cpp:47
Functionmain
examples/intdiff3.cpp:11
Functionmain
examples/strdiff.cpp:12
Functionmain
examples/strdiff_cp.cpp:13
Functionmain
examples/strdiff_storage.cpp:12
next →1–100 of 130, ranked by callers