Home
last modified time | relevance | path

Searched refs:getProp (Results 1 - 9 of 9) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp322 Func_GetHandlerProperty getProp, in GetProp()
328 return getProp(propID, &prop); in GetProp()
332 Func_GetHandlerProperty getProp, in GetProp_Bool()
338 RINOK(GetProp(getProp, getProp2, index, propID, prop)) in GetProp_Bool()
347 Func_GetHandlerProperty getProp, in GetProp_UInt32()
354 RINOK(GetProp(getProp, getProp2, index, propID, prop)) in GetProp_UInt32()
366 Func_GetHandlerProperty getProp, in GetProp_String()
372 RINOK(GetProp(getProp, getProp2, index, propID, prop)) in GetProp_String()
381 Func_GetHandlerProperty getProp, in GetProp_RawData()
387 RINOK(GetProp(getProp, getProp in GetProp_RawData()
321 GetProp( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, NCOM::CPropVariant &prop) GetProp() argument
331 GetProp_Bool( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, bool &res) GetProp_Bool() argument
346 GetProp_UInt32( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, UInt32 &res, bool &defined) GetProp_UInt32() argument
365 GetProp_String( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, UString &res) GetProp_String() argument
380 GetProp_RawData( Func_GetHandlerProperty getProp, Func_GetHandlerProperty2 getProp2, UInt32 index, PROPID propID, CByteBuffer &bb) GetProp_RawData() argument
409 Func_GetHandlerProperty getProp = NULL; LoadFormats() local
[all...]
H A DIFileExtractCallback.h104 x(GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp)) \
/third_party/typescript/tests/baselines/reference/
H A DtemplateLiteralTypes1.js133 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P0][P1] & string>(obj: T, path: `${P0}.${P1}.${P2}`): T[P0][P1][P2];
134 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, path: `${P0}.${P1}`): T[P0][P1];
135 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0];
136 declare function getProp(obj: object, path: string): unknown;
138 let p1 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a');
139 let p2 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b');
140 let p3 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b.d');
278 var p1 = getProp({ a: { b: { c: 42, d: 'hello' } } }, 'a');
279 var p2 = getProp({ a: { b: { c: 42, d: 'hello' } } }, 'a.b');
280 var p3 = getProp({
[all...]
H A DderivedClassSuperProperties.js336 getProp() {
894 getProp: function () {
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/util/
H A DgetProp.js4 exports["default"] = getProp;
5 function getProp(obj) { function
H A Dindex.js4 exports.unesc = exports.stripComments = exports.getProp = exports.ensureObject = void 0;
7 var _getProp = _interopRequireDefault(require("./getProp"));
8 exports.getProp = _getProp["default"];
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp800 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() argument
804 RINOK(getProp->GetProp(propID, &prop)) in GetTime()
816 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp() argument
820 RINOK(getProp->GetProp(propID, &prop)) in GetItemBoolProp()
832 IGetProp *getProp)) in GetStream7()
843 GetItemBoolProp(getProp, kpidIsAltStream, _isAltStream); in GetStream7()
857 RINOK(getProp->GetProp(kpidSize, &prop)) in GetStream7()
884 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)) in GetStream7()
885 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)) in GetStream7()
886 RINOK(GetTime(getProp, kpidMTim in GetStream7()
829 GetStream7(const wchar_t *name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) GetStream7() argument
[all...]
/third_party/skia/experimental/tskit/bindings/
H A Dextension.cpp29 const std::string getProp() { in getProp() function in Extension
80 TS_EXPORT("getProp(): string") in EMSCRIPTEN_BINDINGS()
81 .function("getProp", &Extension::getProp) in EMSCRIPTEN_BINDINGS()
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/
H A Dparser.js179 var existingComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || null;
204 var rawValue = (0, _util.getProp)(node, 'raws', 'namespace') || null;
214 var oldRawValue = (0, _util.getProp)(node, 'raws', 'value');
264 var _rawValue = (0, _util.getProp)(node, 'raws', 'attribute') || null;
271 var _oldRawValue = (0, _util.getProp)(node, 'raws', 'value') || '';
341 var lastComment = (0, _util.getProp)(node, 'spaces', lastAdded, 'after') || '';
342 var rawLastComment = (0, _util.getProp)(node, 'raws', 'spaces', lastAdded, 'after') || lastComment;
347 var rawLastValue = (0, _util.getProp)(node, 'raws', lastAdded) || lastValue;

Completed in 6 milliseconds