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.cpp323 Func_GetHandlerProperty2 getProp2, in GetProp()
333 Func_GetHandlerProperty2 getProp2, in GetProp_Bool()
348 Func_GetHandlerProperty2 getProp2, in GetProp_UInt32()
367 Func_GetHandlerProperty2 getProp2, in GetProp_String()
382 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