/external/libcxx/benchmarks/ |
D | string.bench.cpp | 70 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/ |
D | string.bench.cpp | 80 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/ |
D | string.bench.cpp | 80 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/ |
D | TestRunDifference.java | 80 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 …]
|
D | TestRunDifferenceOrBuilder.java | 49 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/ |
D | TestRunDifference.java | 80 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 …]
|
D | TestRunDifferenceOrBuilder.java | 49 com.google.cloud.dialogflow.cx.v3beta1.TestRunDifference.DiffType getType(); in getType()
|
/external/sdv/vsomeip/third_party/boost/iterator/include/boost/iterator/ |
D | zip_iterator.hpp | 49 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/ |
D | cxx20_iterator_traits.compile.pass.cpp | 55 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/ |
D | cxx20_iterator_traits.compile.pass.cpp | 55 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/ |
D | ChartDtdDelta.java | 376 enum DiffType { enum in ChartDtdDelta
|
/external/googleapis/google/cloud/dialogflow/cx/v3/ |
D | test_case.proto | 384 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/ |
D | test_case.proto | 386 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/ |
D | test_case.proto | 383 enum DiffType { enum 404 DiffType type = 1;
|
/external/googleapis/google/cloud/dialogflow/cx/v3beta1/ |
D | test_case.proto | 387 enum DiffType { enum 408 DiffType type = 1;
|
/external/google-cloud-java/ |
D | CHANGELOG.md | 54 * 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…
|