/third_party/typescript/tests/baselines/reference/ |
D | tsxUnionSpread.js | 14 function getProps(): AnimalInfo { 19 var props:AnimalInfo = getProps(); 31 function getProps() { function 35 var props = getProps();
|
D | tsxUnionSpread.types | 28 function getProps(): AnimalInfo { 29 >getProps : () => AnimalInfo 40 var props:AnimalInfo = getProps(); 42 >getProps() : AnimalInfo 43 >getProps : () => AnimalInfo
|
D | tsxUnionSpread.symbols | 34 function getProps(): AnimalInfo { 35 >getProps : Symbol(getProps, Decl(index.tsx, 10, 1)) 44 var props:AnimalInfo = getProps(); 47 >getProps : Symbol(getProps, Decl(index.tsx, 10, 1))
|
D | isomorphicMappedTypeInference.js | 171 function getProps<T, K extends keyof T>(obj: T, list: K[]): Pick<T, K> { 177 const o1 = getProps(myAny, ['foo', 'bar']); 179 const o2: { foo: any; bar: any } = getProps(myAny, ['foo', 'bar']); 292 function getProps(obj, list) { function 296 var o1 = getProps(myAny, ['foo', 'bar']); 297 var o2 = getProps(myAny, ['foo', 'bar']); 393 declare function getProps<T, K extends keyof T>(obj: T, list: K[]): Pick<T, K>;
|
D | isomorphicMappedTypeInference.symbols | 588 function getProps<T, K extends keyof T>(obj: T, list: K[]): Pick<T, K> { 589 >getProps : Symbol(getProps, Decl(isomorphicMappedTypeInference.ts, 165, 40)) 607 const o1 = getProps(myAny, ['foo', 'bar']); 609 >getProps : Symbol(getProps, Decl(isomorphicMappedTypeInference.ts, 165, 40)) 612 const o2: { foo: any; bar: any } = getProps(myAny, ['foo', 'bar']); 616 >getProps : Symbol(getProps, Decl(isomorphicMappedTypeInference.ts, 165, 40))
|
D | isomorphicMappedTypeInference.types | 589 function getProps<T, K extends keyof T>(obj: T, list: K[]): Pick<T, K> { 590 >getProps : <T, K extends keyof T>(obj: T, list: K[]) => Pick<T, K> 603 const o1 = getProps(myAny, ['foo', 'bar']); 605 >getProps(myAny, ['foo', 'bar']) : Pick<any, "foo" | "bar"> 606 >getProps : <T, K extends keyof T>(obj: T, list: K[]) => Pick<T, K> 612 const o2: { foo: any; bar: any } = getProps(myAny, ['foo', 'bar']); 616 >getProps(myAny, ['foo', 'bar']) : Pick<any, "foo" | "bar"> 617 >getProps : <T, K extends keyof T>(obj: T, list: K[]) => Pick<T, K>
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zFolderInStream.cpp | 56 CMyComPtr<IStreamGetProps> getProps; in OpenStream() local 57 stream.QueryInterface(IID_IStreamGetProps, (void **)&getProps); in OpenStream() 58 if (getProps) in OpenStream() 61 if (getProps->GetProps(&_size, in OpenStream()
|
/third_party/skia/modules/skottie/utils/ |
D | SkottieUtils.cpp | 113 CustomPropertyManager::getProps(const PropMap<T>& container) const { in getProps() function in skottie_utils::CustomPropertyManager 150 return this->getProps(fColorMap); in getColorProps() 163 return this->getProps(fOpacityMap); in getOpacityProps() 176 return this->getProps(fTransformMap); in getTransformProps() 190 return this->getProps(fTextMap); in getTextProps()
|
D | SkottieUtils.h | 89 std::vector<PropKey> getProps(const PropMap<T>& container) const;
|
/third_party/typescript/tests/cases/compiler/ |
D | tsxUnionSpread.tsx | 15 function getProps(): AnimalInfo { 20 var props:AnimalInfo = getProps();
|
/third_party/typescript/tests/cases/conformance/types/mapped/ |
D | isomorphicMappedTypeInference.ts | 174 function getProps<T, K extends keyof T>(obj: T, list: K[]): Pick<T, K> { function 180 const o1 = getProps(myAny, ['foo', 'bar']); 182 const o2: { foo: any; bar: any } = getProps(myAny, ['foo', 'bar']);
|
/third_party/skia/docs/examples/ |
D | Canvas_getProps.cpp | 12 if (!canvas.getProps(&surfaceProps)) { in draw()
|
/third_party/skia/bench/ |
D | GlyphQuadFillBench.cpp | 45 if (canvas) { canvas->getProps(&props); } in onPerCanvasPreDraw()
|
D | SkGlyphCacheBench.cpp | 225 if (modelCanvas) { modelCanvas->getProps(&props); } in onDraw()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | ppucd.h | 135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
|
D | ppucd.cpp | 193 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() function in PreparsedUCD
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | ppucd.h | 135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
|
D | ppucd.cpp | 186 PreparsedUCD::getProps(UnicodeSet &newValues, UErrorCode &errorCode) { in getProps() function in PreparsedUCD
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | ppucd.h | 135 const UniProps *getProps(UnicodeSet &newValues, UErrorCode &errorCode);
|
/third_party/skia/gm/ |
D | dftext_blob_persp.cpp | 70 inputCanvas->getProps(&inputProps); in onDraw()
|
D | textblobmixedsizes.cpp | 114 inputCanvas->getProps(&inputProps); in onDraw()
|
D | dftext.cpp | 65 inputCanvas->getProps(&inputProps); in onDraw()
|
/third_party/icu/tools/unicode/c/genprops/ |
D | genprops.cpp | 153 const UniProps *props=ppucd.getProps(newValues, errorCode); in main()
|
/third_party/skia/src/core/ |
D | SkOverdrawCanvas.cpp | 88 this->getProps(&props); in onDrawGlyphRunList()
|
/third_party/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 280 return this->proxy()->getProps(props); in onGetProps()
|