Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 25 of 58) sorted by relevance

123

/third_party/lzma/CPP/Common/
DAutoPtr.h8 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/
Dunaligned_access.h66 #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/
DjsDeclarationsClasses.js46 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
DjsDeclarationsComputedNames.js25 constructor(_p = InnerSym) { argument
57 function MyClass(_p) { argument
DdeleteChain.js29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
DelementAccessChain.js35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q; variable
DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r; variable
DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.js19 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p; variable
DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js27 …oSkill"] : _l, _o = _m[0], primarySkillC = _o === void 0 ? "noSkill" : _o, _p = _m[1], secondarySk… variable
DdestructuringEvaluationOrder(target=es5).js49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r; variable
DlateBoundDestructuringImplicitAnyError.js50 var _o = strIndexed, _p = symed, prop7 = _o[_p]; variable
DnewWithSpreadES5.js108 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
DnewWithSpread.js109 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t; variable
DsourceMapValidationDestructuringForOfArrayBindingPattern.js128 var _o = _m[_l], _p = _o[1], primarySkillA = _p[0], secondarySkillA = _p[1]; variable
DnullPropertyName.js188 var _p: number; variable
DdestructuringArrayBindingPatternAndAssignment1ES5.js109 var _p = [1, 2, "string"], c14 = _p[0], c15 = _p[1], c16 = _p[2]; variable
DcontrolFlowBindingElement.js134 …ion () { return 'window'; })(), _o = (function () { return 'window'; })(), _p = _l[_m][_o], bar = … variable
DobjectRestSpread.js52 … _m = _l === void 0 ? Object.assign({}, obj) : _l, _o = 'nested' + 'prop', _p = _m[_o], nestedProp… variable
/third_party/protobuf/src/google/protobuf/stubs/
Dport.h183 #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/
Dio_slice.rs15 _p: PhantomData<&'a [u8]>, field
51 _p: PhantomData<&'a mut [u8]>, field
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
Dio_slice.rs16 _p: PhantomData<&'a [u8]>, field
56 _p: PhantomData<&'a mut [u8]>, field
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-3477.js15 function _p(arg1, arg2) { function
/third_party/python/Objects/stringlib/
Dfind_max_char.h27 const unsigned char *_p = p; in STRINGLIB() local
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/
Dgstspectrascope.c148 add_pixel (guint32 * _p, guint32 _c) in add_pixel()
/third_party/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h164 CProgressDialog *_p; variable

123