/third_party/typescript/tests/cases/compiler/ |
D | destructuringWithConstraint.ts | 5 interface Props { interface
|
D | voidReturnIndexUnionInference.ts | 14 interface Props { interface
|
D | intersectionOfTypeVariableHasApparentSignatures.ts | 7 interface Props { interface
|
D | conditionalTypeContextualTypeSimplificationsSuceeds.ts | 3 interface Props { interface
|
D | destructuringInitializerContextualTypeFromContext.ts | 7 interface Props { interface
|
D | defaultDeclarationEmitNamedCorrectly.ts | 10 export interface Props { interface
|
D | defaultDeclarationEmitShadowedNamedCorrectly.ts | 12 export interface Props { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | jsxEmptyExpressionNotCountedAsChild(jsx=react).js | 9 function Wrapper(props: Props) {
|
D | defaultDeclarationEmitNamedCorrectly.js | 49 static create: Things<Props, MyComponent>; property in MyComponent
|
D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsx).js | 9 function Wrapper(props: Props) {
|
D | tsxStatelessComponentDefaultProps.js | 9 function BackButton(_props: Props) {
|
D | jsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js | 9 function Wrapper(props: Props) {
|
D | jsxSpreadOverwritesAttributeStrict.js | 13 const Foo = (props: Props) => <div>{ props.a }</div>;
|
D | vueLikeDataAndPropsInference2.js | 6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data function
|
D | vueLikeDataAndPropsInference.js | 6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data function
|
D | jsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js | 12 function TabLayout(props: Props) {
|
D | jsxChildrenIndividualErrorElaborations.js | 9 export function Blah(props: Props) {
|
/third_party/jsframework/runtime/main/model/ |
D | vmOptions.ts | 36 export type Props = string[]; alias
|
/third_party/typescript/tests/cases/conformance/types/spread/ |
D | objectSpreadRepeatedNullCheckPerf.ts | 2 interface Props { interface
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 247 uint16_t Props = static_cast<uint16_t>(Class.getOptions()); in visitKnownRecord() local 261 uint16_t Props = static_cast<uint16_t>(Union.getOptions()); in visitKnownRecord() local 273 uint16_t Props = static_cast<uint16_t>(Enum.getOptions()); in visitKnownRecord() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 282 LoopProperties &Props = PropsIt->second; in countLoop() local 328 LoopProperties &Props = LIt->second; in forgetLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonConstPropagation.cpp | 436 uint32_t Props = (NonZero | Finite); in deduce() local 444 uint32_t Props = CF->isNegative() ? (NegOrZero|NonZero) in deduce() local 1240 bool MachineConstEvaluator::evaluateCMPpi(uint32_t Cmp, uint32_t Props, in evaluateCMPpi() 2305 uint32_t Props = PredC.properties(); in evaluate() local
|
/third_party/typescript/tests/lib/ |
D | react.d.ts | 416 interface Props<T> { interface
|