Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/compiler/
DdestructuringWithConstraint.ts5 interface Props { interface
DvoidReturnIndexUnionInference.ts14 interface Props { interface
DintersectionOfTypeVariableHasApparentSignatures.ts7 interface Props { interface
DconditionalTypeContextualTypeSimplificationsSuceeds.ts3 interface Props { interface
DdestructuringInitializerContextualTypeFromContext.ts7 interface Props { interface
DdefaultDeclarationEmitNamedCorrectly.ts10 export interface Props { interface
DdefaultDeclarationEmitShadowedNamedCorrectly.ts12 export interface Props { interface
/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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp282 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/
DHexagonConstPropagation.cpp436 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/
Dreact.d.ts416 interface Props<T> { interface