Home
last modified time | relevance | path

Searched refs:DiffType (Results 1 – 7 of 7) 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/llvm-project/libcxx/benchmarks/
Dstring.bench.cpp70 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum
71 struct AllDiffTypes : EnumValuesAsTuple<AllDiffTypes, DiffType, 4> {
78 TEST_ALWAYS_INLINE const char* getSmallString(DiffType D) { in getSmallString()
80 case DiffType::Control: in getSmallString()
82 case DiffType::ChangeFirst: in getSmallString()
84 case DiffType::ChangeMiddle: in getSmallString()
86 case DiffType::ChangeLast: in getSmallString()
94 TEST_ALWAYS_INLINE const char* getLargeString(DiffType D) { in getLargeString()
98 case DiffType::Control: in getLargeString()
100 case DiffType::ChangeFirst: in getLargeString()
[all …]
/external/python/pybind11/include/pybind11/
Dstl_bind.h116 using DiffType = typename Vector::difference_type;
118 auto wrap_i = [](DiffType i, SizeType n) {
177 [](Vector &v, DiffType i, const T &x) {
201 [wrap_i](Vector &v, DiffType i) {
212 [wrap_i](Vector &v, DiffType i, const T &t) {
257 [wrap_i](Vector &v, DiffType i) {
272 v.erase(v.begin() + (DiffType) start, v.begin() + DiffType(start + slicelength));
275 v.erase(v.begin() + DiffType(start));
295 using DiffType = typename Vector::difference_type;
298 auto wrap_i = [](DiffType i, SizeType n) {
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDtdDelta.java251 enum DiffType { enum in ChartDtdDelta
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9753 ODRMismatchDeclDifference DiffType) { in diagnoseOdrViolations() argument
9756 << DiffType; in diagnoseOdrViolations()
9759 SourceRange Range, ODRMismatchDeclDifference DiffType) { in diagnoseOdrViolations() argument
9761 << SecondModule << Range << DiffType; in diagnoseOdrViolations()
10154 ODRDefinitionDataDifference DiffType) { in diagnoseOdrViolations() argument
10157 << DiffType; in diagnoseOdrViolations()
10161 ODRDefinitionDataDifference DiffType) { in diagnoseOdrViolations() argument
10163 << SecondModule << Range << DiffType; in diagnoseOdrViolations()
10290 ODRTemplateDifference DiffType) { in diagnoseOdrViolations() argument
10293 << DiffType; in diagnoseOdrViolations()
[all …]
/external/libabigail/src/
Dabg-comparison.cc2705 template<typename DiffType>
2711 if (shared_ptr<DiffType> f = in try_to_diff()
2712 dynamic_pointer_cast<DiffType>(first)) in try_to_diff()
2714 shared_ptr<DiffType> s = in try_to_diff()
2715 dynamic_pointer_cast<DiffType>(second); in try_to_diff()
/external/libabigail/
DChangeLog26838 'DiffType'.