Home
last modified time | relevance | path

Searched defs:Matching (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Doc/whatsnew/
D3.10.rst417 Syntax and operations
447 Declarative approach
468 Simple pattern: match to a literal
519 Patterns with a literal and variable
545 Patterns and classes
583 Nested patterns
601 Complex patterns and the wildcard
617 Guard
630 Other Key Features
/third_party/typescript/tests/cases/compiler/
DcircularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.ts51 export type Matching<InjectedProps, DecorationTargetProps> = { alias
DreactReduxLikeDeferredInferenceAllowsAssignment.ts61 type Matching<InjectedProps, DecorationTargetProps> = { alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveInterval.cpp938 LaneBitmask Matching = SRMask & LaneMask; in refineSubRanges() local