Home
last modified time | relevance | path

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

/third_party/python/Doc/whatsnew/
D3.10.rst418 Syntax and operations
448 Declarative approach
469 Simple pattern: match to a literal
520 Patterns with a literal and variable
546 Patterns and classes
584 Nested patterns
602 Complex patterns and the wildcard
618 Guard
631 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