| /third_party/typescript/tests/cases/conformance/externalModules/typeOnly/ |
| D | importsNotUsedAsValues_error.ts | 8 export const enum C { One, Two } enumerator 58 const enum K { One, Two } enumerator
|
| D | exportDeclaration_missingBraces.ts | 8 9 class Box<T> {}
|
| /third_party/typescript/tests/baselines/reference/ |
| D | returnTypeTypeArguments.js | 5 class Two<T, U>{ class 86 function Two() { class in Two
|
| D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js | 7 class Two { foo: string } class 108 function Two() { class in Two
|
| D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js | 7 class Two { foo: string } class 136 function Two() { class in Two
|
| /third_party/flatbuffers/tests/optional_scalars/ |
| D | optional-byte.ts | 6 Two = 2 enumerator
|
| D | OptionalByte.cs | 12 Two = 2, enumerator
|
| D | OptionalByte.java | 9 public static final byte Two = 2; field in OptionalByte
|
| D | OptionalByte.kt | 11 const val Two: Byte = 2 constant
|
| /third_party/protobuf/src/google/protobuf/compiler/ruby/ |
| D | ruby_generated_pkg_implicit_pb.rb | 15 module Two module
|
| /third_party/typescript/tests/cases/compiler/ |
| D | controlFlowManyConsecutiveConditionsNoTimeout.ts | 5 Two, enumerator
|
| D | assignmentCompatForEnums.ts | 1 enum TokenType { One, Two }; enumerator
|
| D | augmentedTypesEnum.ts | 18 enum e5 { Two } // error enumerator
|
| D | returnTypeTypeArguments.ts | 4 class Two<T, U>{ class
|
| /third_party/typescript/tests/cases/conformance/types/union/ |
| D | unionTypeWithIndexSignature.ts | 3 type Two = { foo: { bar: true }, baz: true } | { [s: string]: string }; alias
|
| /third_party/node/test/fixtures/ |
| D | fixture.ini | 18 something else=blah
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
| D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.ts | 6 class Two { foo: string } class
|
| D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts | 6 class Two { foo: string } class
|
| /third_party/typescript/tests/cases/conformance/controlFlow/ |
| D | exhaustiveSwitchStatements1.ts | 130 Two, enumerator
|
| /third_party/boost/boost/test/tools/ |
| D | floating_point_comparison.hpp | 59 typedef char (&Two)[2]; typedef in boost::math::fpc::is_abstract_class_or_function
|
| /third_party/boost/boost/numeric/conversion/detail/ |
| D | is_subranged.hpp | 68 typedef mpl::int_<2> Two ; typedef
|
| /third_party/flatbuffers/tests/ |
| D | optional_scalars_generated.rs | 39 pub const Two: Self = Self(2); constant
|
| /third_party/flatbuffers/tests/cpp17/generated_cpp17/ |
| D | optional_scalars2_generated.h | 20 Two = 2, enumerator
|
| D | optional_scalars_generated.h | 20 Two = 2, enumerator
|
| /third_party/python/Lib/test/ |
| D | test_enum.py | 605 Two = 2 variable in TestEnum.test_enum_str_override.Test1Enum 612 Two = 2 variable in TestEnum.test_enum_str_override.Test2Enum
|