/third_party/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 328 Func_GetHandlerProperty getProp, in GetProp() argument 334 return getProp(propID, &prop); in GetProp() 338 Func_GetHandlerProperty getProp, in GetProp_Bool() argument 344 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_Bool() 353 Func_GetHandlerProperty getProp, in GetProp_UInt32() argument 360 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_UInt32() 372 Func_GetHandlerProperty getProp, in GetProp_String() argument 378 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_String() 387 Func_GetHandlerProperty getProp, in GetProp_RawData() argument 393 RINOK(GetProp(getProp, getProp2, index, propID, prop)); in GetProp_RawData() [all …]
|
D | IFileExtractCallback.h | 104 …*name, Int32 isDir, ISequentialOutStream **outStream, Int32 askExtractMode, IGetProp *getProp) x; \
|
/third_party/typescript/tests/baselines/reference/ |
D | templateLiteralTypes1.js | 133 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extend… 134 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p… 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({ a: { b: { c: 42, d: 'hello' } } }, 'a.b.d');
|
D | templateLiteralTypes1.types | 263 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extend… 264 >getProp : { <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P… 268 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p… 269 >getProp : { <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P… 273 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; 274 >getProp : { <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P… 278 declare function getProp(obj: object, path: string): unknown; 279 >getProp : { <T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extends keyof T[P… 283 let p1 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a'); 285 >getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a') : { readonly b: { readonly c: 42; readonly… [all …]
|
D | templateLiteralTypes1.symbols | 447 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extend… 448 >getProp : Symbol(getProp, Decl(templateLiteralTypes1.ts, 127, 27), Decl(templateLiteralTypes1.ts, … 470 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p… 471 >getProp : Symbol(getProp, Decl(templateLiteralTypes1.ts, 127, 27), Decl(templateLiteralTypes1.ts, … 487 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; 488 >getProp : Symbol(getProp, Decl(templateLiteralTypes1.ts, 127, 27), Decl(templateLiteralTypes1.ts, … 499 declare function getProp(obj: object, path: string): unknown; 500 >getProp : Symbol(getProp, Decl(templateLiteralTypes1.ts, 127, 27), Decl(templateLiteralTypes1.ts, … 504 let p1 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a'); 506 >getProp : Symbol(getProp, Decl(templateLiteralTypes1.ts, 127, 27), Decl(templateLiteralTypes1.ts, … [all …]
|
D | templateLiteralTypes1.errors.txt | 151 …declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 exten… 152 …declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, … 153 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; 154 declare function getProp(obj: object, path: string): unknown; 156 let p1 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a'); 157 let p2 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b'); 158 let p3 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b.d');
|
D | derivedClassSuperProperties.types | 860 >obj : { getProp(): any; } 861 >{ getProp() { return this; }, } : { getProp(): any; } 863 getProp() { 864 >getProp : () => any
|
D | derivedClassSuperProperties.js | 336 getProp() { method 894 getProp: function () { method
|
D | derivedClassSuperProperties.symbols | 727 getProp() { 728 >getProp : Symbol(getProp, Decl(derivedClassSuperProperties.ts, 333, 21))
|
D | derivedClassSuperProperties.errors.txt | 512 getProp() {
|
/third_party/typescript/tests/cases/conformance/types/literal/ |
D | templateLiteralTypes1.ts | 135 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string, P2 extend… function 136 declare function getProp<T, P0 extends keyof T & string, P1 extends keyof T[P0] & string>(obj: T, p… 137 declare function getProp<T, P0 extends keyof T & string>(obj: T, path: P0): T[P0]; 138 declare function getProp(obj: object, path: string): unknown; 140 let p1 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a'); 141 let p2 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b'); 142 let p3 = getProp({ a: { b: {c: 42, d: 'hello' }}} as const, 'a.b.d');
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/util/ |
D | getProp.js | 4 exports["default"] = getProp; 5 function getProp(obj) { function
|
D | index.js | 4 exports.unesc = exports.stripComments = exports.getProp = exports.ensureObject = void 0; 8 exports.getProp = _getProp["default"];
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 793 static HRESULT GetTime(IGetProp *getProp, PROPID propID, FILETIME &ft, bool &ftDefined) in GetTime() argument 797 RINOK(getProp->GetProp(propID, &prop)); in GetTime() 809 static HRESULT GetItemBoolProp(IGetProp *getProp, PROPID propID, bool &result) in GetItemBoolProp() argument 813 RINOK(getProp->GetProp(propID, &prop)); in GetItemBoolProp() 825 IGetProp *getProp) in GetStream7() argument 836 GetItemBoolProp(getProp, kpidIsAltStream, _isAltStream); in GetStream7() 850 RINOK(getProp->GetProp(kpidSize, &prop)); in GetStream7() 877 RINOK(GetTime(getProp, kpidCTime, file.CTime, file.CTimeDefined)); in GetStream7() 878 RINOK(GetTime(getProp, kpidATime, file.ATime, file.ATimeDefined)); in GetStream7() 879 RINOK(GetTime(getProp, kpidMTime, file.MTime, file.MTimeDefined)); in GetStream7() [all …]
|
/third_party/skia/experimental/tskit/bindings/ |
D | extension.cpp | 29 const std::string getProp() { in getProp() function in Extension 81 .function("getProp", &Extension::getProp) in EMSCRIPTEN_BINDINGS()
|
D | extension.d.ts | 20 getProp(): string; method
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/ |
D | parser.js | 179 … 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;
|
/third_party/skia/experimental/tskit/npm_build/types/ |
D | index.d.ts | 50 getProp(): string; method
|
/third_party/skia/experimental/tskit/interface/ |
D | public_api.d.ts | 22 getProp(): string; method
|
/third_party/typescript/tests/cases/conformance/classes/constructorDeclarations/superCalls/ |
D | derivedClassSuperProperties.ts | 338 getProp() {
|