/third_party/lzma/CPP/Common/ |
D | AutoPtr.h | 8 T *_p; variable 10 CMyAutoPtr(T *p = 0) : _p(p) {} in _p() function 17 ~CMyAutoPtr() { delete _p; } in ~CMyAutoPtr() local 30 delete _p; variable
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | unaligned_access.h | 66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \ argument 68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \ argument 70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \ argument 73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \ argument 75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \ argument 77 #define ABSL_INTERNAL_UNALIGNED_STORE64(_p, _val) \ argument
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsClasses.js | 46 set f1(_p) {} argument 56 set f3(_p) {} argument 87 static set s1(_p) {} argument 97 static set s3(_p) {} argument 269 set: function (_p) { }, argument 285 set: function (_p) { }, argument 297 set: function (_p) { }, argument 313 set: function (_p) { }, argument
|
D | jsDeclarationsComputedNames.js | 25 constructor(_p = InnerSym) { argument 57 function MyClass(_p) { argument
|
D | deleteChain.js | 29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
|
D | elementAccessChain.js | 35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS2.js | 15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 19 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p; variable
|
D | sourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js | 27 …oSkill"] : _l, _o = _m[0], primarySkillC = _o === void 0 ? "noSkill" : _o, _p = _m[1], secondarySk… variable
|
D | destructuringEvaluationOrder(target=es5).js | 49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r; variable
|
D | lateBoundDestructuringImplicitAnyError.js | 50 var _o = strIndexed, _p = symed, prop7 = _o[_p]; variable
|
D | newWithSpreadES5.js | 108 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
|
D | newWithSpread.js | 109 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
|
D | sourceMapValidationDestructuringForOfArrayBindingPattern.js | 128 var _o = _m[_l], _p = _o[1], primarySkillA = _p[0], secondarySkillA = _p[1]; variable
|
D | nullPropertyName.js | 188 var _p: number; variable
|
D | destructuringArrayBindingPatternAndAssignment1ES5.js | 109 var _p = [1, 2, "string"], c14 = _p[0], c15 = _p[1], c16 = _p[2]; variable
|
D | controlFlowBindingElement.js | 134 …ion () { return 'window'; })(), _o = (function () { return 'window'; })(), _p = _l[_m][_o], bar = … variable
|
D | objectRestSpread.js | 52 … _m = _l === void 0 ? Object.assign({}, obj) : _l, _o = 'nested' + 'prop', _p = _m[_o], nestedProp… variable
|
/third_party/protobuf/src/google/protobuf/stubs/ |
D | port.h | 183 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p)) argument 184 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p)) argument 185 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p)) argument 187 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val)) argument 188 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val)) argument 189 #define GOOGLE_UNALIGNED_STORE64(_p, _val) (*reinterpret_cast<uint64 *>(_p) = (_val)) argument
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
D | io_slice.rs | 15 _p: PhantomData<&'a [u8]>, field 51 _p: PhantomData<&'a mut [u8]>, field
|
/third_party/rust/crates/rustix/src/backend/linux_raw/io/ |
D | io_slice.rs | 16 _p: PhantomData<&'a [u8]>, field 56 _p: PhantomData<&'a mut [u8]>, field
|
/third_party/jerryscript/tests/jerry/ |
D | regression-test-issue-3477.js | 15 function _p(arg1, arg2) { function
|
/third_party/python/Objects/stringlib/ |
D | find_max_char.h | 27 const unsigned char *_p = p; in STRINGLIB() local
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | gstspectrascope.c | 148 add_pixel (guint32 * _p, guint32 _c) in add_pixel()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog.h | 164 CProgressDialog *_p; variable
|