Home
last modified time | relevance | path

Searched defs:else (Results 1 – 12 of 12) sorted by relevance

/third_party/python/Doc/reference/
Dcompound_stmts.rst80 .. _else: target
/third_party/typescript/tests/cases/conformance/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.ts18 else; property in C
87 else; property
157 else; variable
226 else, enumerator
/third_party/typescript/tests/cases/compiler/
DconvertKeywordsYes.ts145 else; property
203 public else = 0; property in bigClass
261 else, enumerator
DconvertClassExpressionToFunctionFromObjectProperty2.ts42 else: class { constant
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto22 message else {} message
Dtest_reserved_enum_value_lower.proto23 else = 17; enumerator
Dtest_reserved_enum_lower.proto22 enum else { ZERO18 = 0; } enum
/third_party/node/deps/npm/node_modules/har-validator/node_modules/ajv/lib/refs/
Djson-schema-secure.json86 "else": {"$ref": "#"}, object
Djson-schema-draft-07.json161 "else": {"$ref": "#"}, object
/third_party/typescript/src/server/
DscriptVersionCache.ts346 else { property in ts.server.ScriptVersionCache
/third_party/protobuf/python/google/protobuf/internal/
Dmore_messages.proto58 else = 1; // top level enum value keyword enumerator
/third_party/typescript/src/compiler/
Dscanner.ts99 else: SyntaxKind.ElseKeyword, constant