Home
last modified time | relevance | path

Searched defs:Props (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DdestructuringWithConstraint.ts5 interface Props { interface
DdiscriminantPropertyInference.ts16 type Props = DiscriminatorTrue | DiscriminatorFalse; alias
DconditionalTypeContextualTypeSimplificationsSuceeds.ts3 interface Props { interface
DcontextuallyTypedJsxAttribute.ts10 type Props<C extends keyof Elements> = { as?: C } & Elements[C]; alias
DintersectionOfTypeVariableHasApparentSignatures.ts7 interface Props { interface
DvoidReturnIndexUnionInference.ts14 interface Props { interface
DdestructuringInitializerContextualTypeFromContext.ts7 interface Props { interface
DdefaultDeclarationEmitNamedCorrectly.ts10 export interface Props { interface
DdefaultDeclarationEmitShadowedNamedCorrectly.ts12 export interface Props { interface
DstrictOptionalProperties1.ts92 type Props = { alias
/third_party/typescript/tests/baselines/reference/
DjsxEmptyExpressionNotCountedAsChild(jsx=react).js9 function Wrapper(props: Props) {
DdefaultDeclarationEmitNamedCorrectly.js49 static create: Things<Props, MyComponent>; property in MyComponent
DjsxEmptyExpressionNotCountedAsChild(jsx=react-jsx).js9 function Wrapper(props: Props) {
DtsxStatelessComponentDefaultProps.js9 function BackButton(_props: Props) {
DjsxEmptyExpressionNotCountedAsChild(jsx=react-jsxdev).js9 function Wrapper(props: Props) {
DjsxSpreadOverwritesAttributeStrict.js13 const Foo = (props: Props) => <div>{ props.a }</div>;
DvueLikeDataAndPropsInference2.js6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data function
DvueLikeDataAndPropsInference.js6 type DataDef<Data, Props> = (this: Readonly<Props> & Instance) => Data function
DjsxChildrenSingleChildConfusableWithMultipleChildrenNoError.js12 function TabLayout(props: Props) {
DjsxChildrenIndividualErrorElaborations.js9 export function Blah(props: Props) {
/third_party/jsframework/runtime/main/model/
DvmOptions.ts36 export type Props = string[]; alias
/third_party/typescript/tests/cases/conformance/types/spread/
DobjectSpreadRepeatedNullCheckPerf.ts2 interface Props { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DTypeDumpVisitor.cpp247 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/lzma/CPP/Common/
DWildcard.h177 CCensorPathProps Props; member
/third_party/lzma/CPP/7zip/Archive/7z/
D7zItem.h23 CByteBuffer Props; member

12