Home
last modified time | relevance | path

Searched refs:DiffType (Results 1 – 16 of 16) 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/cronet/stable/third_party/libc++/src/test/benchmarks/
Dstring.bench.cpp80 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum
81 struct AllDiffTypes : EnumValuesAsTuple<AllDiffTypes, DiffType, 4> {
87 TEST_ALWAYS_INLINE const char* getSmallString(DiffType D) { in getSmallString()
89 case DiffType::Control: in getSmallString()
91 case DiffType::ChangeFirst: in getSmallString()
93 case DiffType::ChangeMiddle: in getSmallString()
95 case DiffType::ChangeLast: in getSmallString()
103 TEST_ALWAYS_INLINE const char* getLargeString(DiffType D) { in getLargeString()
107 case DiffType::Control: in getLargeString()
109 case DiffType::ChangeFirst: in getLargeString()
[all …]
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dstring.bench.cpp80 enum class DiffType { Control, ChangeFirst, ChangeMiddle, ChangeLast }; enum
81 struct AllDiffTypes : EnumValuesAsTuple<AllDiffTypes, DiffType, 4> {
87 TEST_ALWAYS_INLINE const char* getSmallString(DiffType D) { in getSmallString()
89 case DiffType::Control: in getSmallString()
91 case DiffType::ChangeFirst: in getSmallString()
93 case DiffType::ChangeMiddle: in getSmallString()
95 case DiffType::ChangeLast: in getSmallString()
103 TEST_ALWAYS_INLINE const char* getLargeString(DiffType D) { in getLargeString()
107 case DiffType::Control: in getLargeString()
109 case DiffType::ChangeFirst: in getLargeString()
[all …]
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DTestRunDifference.java80 public enum DiffType implements com.google.protobuf.ProtocolMessageEnum { enum in TestRunDifference
219 public static DiffType valueOf(int value) { in valueOf()
227 public static DiffType forNumber(int value) { in forNumber()
246 public static com.google.protobuf.Internal.EnumLiteMap<DiffType> internalGetValueMap() { in internalGetValueMap()
250 private static final com.google.protobuf.Internal.EnumLiteMap<DiffType> internalValueMap =
251 new com.google.protobuf.Internal.EnumLiteMap<DiffType>() {
252 public DiffType findValueByNumber(int number) {
253 return DiffType.forNumber(number);
275 private static final DiffType[] VALUES = values();
277 public static DiffType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf()
[all …]
DTestRunDifferenceOrBuilder.java49 com.google.cloud.dialogflow.cx.v3.TestRunDifference.DiffType getType(); in getType()
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DTestRunDifference.java80 public enum DiffType implements com.google.protobuf.ProtocolMessageEnum { enum in TestRunDifference
219 public static DiffType valueOf(int value) { in valueOf()
227 public static DiffType forNumber(int value) { in forNumber()
246 public static com.google.protobuf.Internal.EnumLiteMap<DiffType> internalGetValueMap() { in internalGetValueMap()
250 private static final com.google.protobuf.Internal.EnumLiteMap<DiffType> internalValueMap =
251 new com.google.protobuf.Internal.EnumLiteMap<DiffType>() {
252 public DiffType findValueByNumber(int number) {
253 return DiffType.forNumber(number);
275 private static final DiffType[] VALUES = values();
277 public static DiffType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) { in valueOf()
[all …]
DTestRunDifferenceOrBuilder.java49 com.google.cloud.dialogflow.cx.v3beta1.TestRunDifference.DiffType getType(); in getType()
/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/
Dzip_iterator.hpp49 template<typename DiffType>
53 advance_iterator(DiffType step) : m_step(step) {} in advance_iterator()
60 DiffType m_step;
/external/cronet/stable/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
Dcxx20_iterator_traits.compile.pass.cpp55 template <class Iter, class Category, class ValueType, class DiffType, class RefType, class PtrType>
60 static_assert(std::same_as<typename Traits::difference_type, DiffType>); in test()
/external/cronet/tot/third_party/libc++/src/test/std/iterators/iterator.primitives/iterator.traits/
Dcxx20_iterator_traits.compile.pass.cpp55 template <class Iter, class Category, class ValueType, class DiffType, class RefType, class PtrType>
60 static_assert(std::same_as<typename Traits::difference_type, DiffType>); in test()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDtdDelta.java376 enum DiffType { enum in ChartDtdDelta
/external/googleapis/google/cloud/dialogflow/cx/v3/
Dtest_case.proto384 enum DiffType { enum
405 DiffType type = 1;
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/proto/google/cloud/dialogflow/cx/v3beta1/
Dtest_case.proto386 enum DiffType { enum
407 DiffType type = 1;
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/proto/google/cloud/dialogflow/cx/v3/
Dtest_case.proto383 enum DiffType { enum
404 DiffType type = 1;
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/
Dtest_case.proto387 enum DiffType { enum
408 DiffType type = 1;
/external/google-cloud-java/
DCHANGELOG.md54 * added FLOW as a new DiffType in TestRunDifference ([20ddfda](https://github.com/googleapis/google…
55 * added FLOW as a new DiffType in TestRunDifference ([20ddfda](https://github.com/googleapis/google…