Searched refs:GetProps (Results 1 - 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
H A D | reactReduxLikeDeferredInferenceAllowsAssignment.js | 53 type GetProps<C> = C extends ComponentType<infer P> ? P : never; 72 C extends ComponentType<Matching<TInjectedProps, GetProps<C>>> 77 Omit<GetProps<C>, keyof Shared<TInjectedProps, GetProps<C>>> & TNeedsProps
|
/third_party/lzma/CPP/7zip/ |
H A D | IStream.h | 115 x(GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zFolderInStream.cpp | 67 if (getProps->GetProps(&_size,
in OpenStream()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | FileStreams.cpp | 331 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() function 472 Z7_COM7F_IMF(CInFileStream::GetProps(UInt64 *size, FILETIME *cTime, FILETIME *aTime, FILETIME *mTime, UInt32 *attrib))
in GetProps() function
|
/third_party/icu/tools/unicode/py/ |
H A D | preparseucd.py | 248 def GetProps(c): function 1300 props = GetProps(c) 1307 props = GetProps(c)
|
Completed in 5 milliseconds