Home
last modified time | relevance | path

Searched defs:getProp2 (Results 1 – 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp329 Func_GetHandlerProperty2 getProp2, in GetProp()
339 Func_GetHandlerProperty2 getProp2, in GetProp_Bool()
354 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32()
373 Func_GetHandlerProperty2 getProp2, in GetProp_String()
388 Func_GetHandlerProperty2 getProp2, in GetProp_RawData()
/third_party/typescript/tests/cases/conformance/types/literal/
DtemplateLiteralTypes1.ts229 declare function getProp2<T, P extends PathKeys<T>>(obj: T, path: P): PropType<T, P>; function