/third_party/typescript/tests/cases/compiler/ |
D | enumUsedBeforeDeclaration.ts | 3 enum Color { Red, Green, Blue } enumerator 4 const enum ConstColor { Red, Green, Blue } enumerator
|
D | expr.ts | 5 Red, Green, Blue enumerator
|
D | enumPropertyAccess.ts | 2 Red, enumerator
|
D | mergedDeclarations3.ts | 3 Red, Green enumerator
|
D | derivedClasses.ts | 1 class Red extends Color { class
|
D | indexTypeCheck.ts | 1 interface Red { interface
|
D | errorForUsingPropertyOfTypeAsType03.ts | 3 Red, enumerator
|
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/ |
D | invalidModuleWithStatementsOfEveryKind.ts | 25 public enum Color { Blue, Red } enumerator 50 private enum Color { Blue, Red } enumerator 76 static enum Color { Blue, Red } enumerator
|
D | moduleWithStatementsOfEveryKind.ts | 14 enum Color { Blue, Red } enumerator 43 export enum Color { Blue, Red } enumerator
|
/third_party/typescript/tests/cases/conformance/internalModules/codeGeneration/ |
D | exportCodeGen.ts | 35 export enum Color { Red } enumerator 47 enum Color { Red } enumerator
|
D | nameCollision.ts | 34 Red, Blue enumerator
|
/third_party/typescript/tests/cases/conformance/enums/ |
D | enumMerging.ts | 50 export enum Color { Red, Green, Blue } enumerator 53 export enum Color { Red, Green, Blue } enumerator 57 export enum Color { Red, Green, Blue } enumerator
|
/third_party/flatbuffers/tests/my-game/example/ |
D | color.ts | 7 Red = 1, enumerator
|
/third_party/flatbuffers/tests/MyGame/Example/ |
D | Color.py | 7 Red = 1 variable in Color
|
D | Color.cs | 13 Red = 1, enumerator
|
D | Color.php | 9 const Red = 1; define in MyGame\\Example\\Color
|
D | Color.java | 10 public static final int Red = 1; field in Color
|
D | Color.kt | 12 const val Red: UByte = 1u constant
|
/third_party/typescript/tests/baselines/reference/ |
D | derivedClasses.js | 2 class Red extends Color { class 51 function Red() { class in Red
|
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/ |
D | ModuleWithExportedAndNonExportedEnums.ts | 2 export enum Color { Red, Blue } enumerator
|
/third_party/typescript/tests/cases/conformance/internalModules/importDeclarations/ |
D | invalidImportAliasIdentifiers.ts | 14 Red, Blue enumerator
|
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/ |
D | EnumAndModuleWithSameNameAndCommonRoot.ts | 2 Red, Blue enumerator
|
D | ModuleAndEnumWithSameNameAndCommonRoot.ts | 9 Red, Blue enumerator
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | shader_utils.cpp | 375 const char *Red() in Red() function 475 const char *Red() in Red() function 565 const char *Red() in Red() function
|
/third_party/boost/libs/proto/example/ |
D | rgb.cpp | 52 struct Red struct
|