Home
last modified time | relevance | path

Searched defs:Red (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DenumUsedBeforeDeclaration.ts3 enum Color { Red, Green, Blue } enumerator
4 const enum ConstColor { Red, Green, Blue } enumerator
Dexpr.ts5 Red, Green, Blue enumerator
DenumPropertyAccess.ts2 Red, enumerator
DmergedDeclarations3.ts3 Red, Green enumerator
DderivedClasses.ts1 class Red extends Color { class
DindexTypeCheck.ts1 interface Red { interface
DerrorForUsingPropertyOfTypeAsType03.ts3 Red, enumerator
/third_party/typescript/tests/cases/conformance/internalModules/moduleBody/
DinvalidModuleWithStatementsOfEveryKind.ts25 public enum Color { Blue, Red } enumerator
50 private enum Color { Blue, Red } enumerator
76 static enum Color { Blue, Red } enumerator
DmoduleWithStatementsOfEveryKind.ts14 enum Color { Blue, Red } enumerator
43 export enum Color { Blue, Red } enumerator
/third_party/typescript/tests/cases/conformance/internalModules/codeGeneration/
DexportCodeGen.ts35 export enum Color { Red } enumerator
47 enum Color { Red } enumerator
DnameCollision.ts34 Red, Blue enumerator
/third_party/typescript/tests/cases/conformance/enums/
DenumMerging.ts50 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/
Dcolor.ts7 Red = 1, enumerator
/third_party/flatbuffers/tests/MyGame/Example/
DColor.py7 Red = 1 variable in Color
DColor.cs13 Red = 1, enumerator
DColor.php9 const Red = 1; define in MyGame\\Example\\Color
DColor.java10 public static final int Red = 1; field in Color
DColor.kt12 const val Red: UByte = 1u constant
/third_party/typescript/tests/baselines/reference/
DderivedClasses.js2 class Red extends Color { class
51 function Red() { class in Red
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DModuleWithExportedAndNonExportedEnums.ts2 export enum Color { Red, Blue } enumerator
/third_party/typescript/tests/cases/conformance/internalModules/importDeclarations/
DinvalidImportAliasIdentifiers.ts14 Red, Blue enumerator
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DEnumAndModuleWithSameNameAndCommonRoot.ts2 Red, Blue enumerator
DModuleAndEnumWithSameNameAndCommonRoot.ts9 Red, Blue enumerator
/third_party/flutter/skia/third_party/externals/angle2/util/
Dshader_utils.cpp375 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/
Drgb.cpp52 struct Red struct

12