Home
last modified time | relevance | path

Searched refs:DiffType (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/benchmarks/
Dstring.bench.cpp70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum
71 struct AllDiffTypes : EnumValuesAsTuple<AllDiffTypes, DiffType, 4> {
76 TEST_ALWAYS_INLINE const char* getSmallString(DiffType D) { in getSmallString()
78 case DiffType::Control: in getSmallString()
80 case DiffType::ChangeFirst: in getSmallString()
82 case DiffType::ChangeMiddle: in getSmallString()
84 case DiffType::ChangeLast: in getSmallString()
89 TEST_ALWAYS_INLINE const char* getLargeString(DiffType D) { in getLargeString()
93 case DiffType::Control: in getLargeString()
95 case DiffType::ChangeFirst: in getLargeString()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDtdDelta.java224 enum DiffType { enum in ChartDtdDelta