Home
last modified time | relevance | path

Searched refs:_p (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/lzma/CPP/Common/
H A DAutoPtr.h8 T *_p; member in CMyAutoPtr
10 CMyAutoPtr(T *p = NULL) : _p(p) {} in CMyAutoPtr()
11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {} in CMyAutoPtr()
17 ~CMyAutoPtr() { delete _p; } in ~CMyAutoPtr()
18 T& operator*() const { return *_p; } in operator *()
20 T* get() const { return _p; } in get()
23 T *tmp = _p; in release()
24 _p = NULL; in release()
29 if (p != _p) in reset()
30 delete _p; in reset()
[all...]
H A DMyCom.h12 T* _p; member in CMyComPtr
14 CMyComPtr(): _p(NULL) {} in CMyComPtr()
15 CMyComPtr(T* p) throw() { if ((_p = p) != NULL) p->AddRef(); } in CMyComPtr()
16 CMyComPtr(const CMyComPtr<T>& lp) throw() { if ((_p = lp._p) != NULL) _p->AddRef(); } in CMyComPtr()
17 ~CMyComPtr() { if (_p) _p->Release(); } in ~CMyComPtr()
18 void Release() { if (_p) { _p in ~CMyComPtr()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dunaligned_access.h66 #define ABSL_INTERNAL_UNALIGNED_LOAD16(_p) \
67 (absl::base_internal::UnalignedLoad16(_p))
68 #define ABSL_INTERNAL_UNALIGNED_LOAD32(_p) \
69 (absl::base_internal::UnalignedLoad32(_p))
70 #define ABSL_INTERNAL_UNALIGNED_LOAD64(_p) \
71 (absl::base_internal::UnalignedLoad64(_p))
73 #define ABSL_INTERNAL_UNALIGNED_STORE16(_p, _val) \
74 (absl::base_internal::UnalignedStore16(_p, _val))
75 #define ABSL_INTERNAL_UNALIGNED_STORE32(_p, _val) \
76 (absl::base_internal::UnalignedStore32(_p, _va
[all...]
/third_party/python/Objects/stringlib/
H A Dcodecs.h45 STRINGLIB_CHAR *_p = p; in utf8_decode() local
54 _p[0] = (STRINGLIB_CHAR)(value & 0xFFu); in utf8_decode()
55 _p[1] = (STRINGLIB_CHAR)((value >> 8) & 0xFFu); in utf8_decode()
56 _p[2] = (STRINGLIB_CHAR)((value >> 16) & 0xFFu); in utf8_decode()
57 _p[3] = (STRINGLIB_CHAR)((value >> 24) & 0xFFu); in utf8_decode()
59 _p[4] = (STRINGLIB_CHAR)((value >> 32) & 0xFFu); in utf8_decode()
60 _p[5] = (STRINGLIB_CHAR)((value >> 40) & 0xFFu); in utf8_decode()
61 _p[6] = (STRINGLIB_CHAR)((value >> 48) & 0xFFu); in utf8_decode()
62 _p[7] = (STRINGLIB_CHAR)((value >> 56) & 0xFFu); in utf8_decode()
66 _p[ in utf8_decode()
[all...]
H A Dfind_max_char.h27 const unsigned char *_p = p; in find_max_char() local
28 while (_p + SIZEOF_SIZE_T <= end) { in find_max_char()
29 size_t value = *(const size_t *) _p; in find_max_char()
32 _p += SIZEOF_SIZE_T; in find_max_char()
34 p = _p; in find_max_char()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dport.h183 #define GOOGLE_UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
184 #define GOOGLE_UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
185 #define GOOGLE_UNALIGNED_LOAD64(_p) (*reinterpret_cast<const uint64 *>(_p))
187 #define GOOGLE_UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
188 #define GOOGLE_UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p)
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsComputedNames.js23 * @param {typeof TopLevelSym | typeof InnerSym} _p
25 constructor(_p = InnerSym) {
26 // switch on _p
55 * @param {typeof TopLevelSym | typeof InnerSym} _p
57 function MyClass(_p) {
58 if (_p === void 0) { _p = InnerSym; }
60 // switch on _p
86 * @param {typeof TopLevelSym | typeof InnerSym} _p
88 constructor(_p
[all...]
H A DprivateNameFieldUnaryMutation.js69 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z;
82 __classPrivateFieldSet(this, _C_test, (_p = __classPrivateFieldGet(this, _C_test, "f"), _p--, _p), "f");
93 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19;
99 const b = (__classPrivateFieldSet(_m = this.getInstance(), _C_test, (_p = __classPrivateFieldGet(_m, _C_test, "f"), _o = _p--, _p), "f"), _o);
H A DstaticFieldWithInterfaceContext.js30 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
134 _q)][0], c11 = _w === void 0 ? (_p = /** @class */ (function () {
139 _p.x = { a: "a" },
140 _p) : _w;
H A DdeleteChain.js29 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
41 (_p = (_o = o6.b) === null || _o === void 0 ? void 0 : _o['c'].d) === null || _p === void 0 ? true : delete _p['e'];
H A DdestructuringArrayBindingPatternAndAssignment1ES5.js109 var _p = [1, 2, "string"], c14 = _p[0], c15 = _p[1], c16 = _p[2]; variable
H A DelementAccessChain.js35 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
46 (_p = (_o = o5["b"]) === null || _o === void 0 ? void 0 : _o.call(o5)["c"].d) === null || _p === void 0 ? void 0 : _p["e"];
H A DnoImplicitAnyDestructuringVarDeclaration2.js21 var _p = { x: 1, y: 2, z: 3 }, x = _p.x, y = _p.y, z = _p.z; // no error
H A DexternalModuleImmutableBindings.js109 for (var _p = 0, _q = []; _p < _q.length; _p++) {
110 (stuff[n]) = _q[_p];
H A DsourceMapValidationDestructuringVariableStatementArrayBindingPatternDefaultValues2.js27 var _j = ["roomba", ["vacuum", "mopping"]], _k = _j[0], nameMC2 = _k === void 0 ? "noName" : _k, _l = _j[1], _m = _l === void 0 ? ["noSkill", "noSkill"] : _l, _o = _m[0], primarySkillC = _o === void 0 ? "noSkill" : _o, _p = _m[1], secondarySkillC = _p === void 0 ? "noSkill" : _p;
H A DemitCompoundExponentiationAssignmentWithIndexingOnLHS1.js19 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p;
31 (_o = array3)[_p = j0++] = Math.pow(_o[_p], (_l = array3)[_m = j1++] = Math.pow(_l[_m], (_j = array3)[_k = j0++] = Math.pow(_j[_k], 1)));
H A DemitCompoundExponentiationAssignmentWithIndexingOnLHS2.js15 var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
25 (_o = foo())[_p = 0] = Math.pow(_o[_p], Math.pow(foo()[0], 2));
H A DsourceMapValidationDestructuringVariableStatementNestedObjectBindingPatternWithDefaultValues.js48 var _k = { name: "Edger", skills: { primary: "edging", secondary: "branch trimming" } }, _l = _k.name, nameC = _l === void 0 ? "noNameSpecified" : _l, _m = _k.skills, _o = _m === void 0 ? { primary: "noSkill", secondary: "noSkill" } : _m, _p = _o.primary, primaryB = _p === void 0 ? "noSkill" : _p, _q = _o.secondary, secondaryB = _q === void 0 ? "noSkill" : _q;
H A DdestructuringEvaluationOrder(target=es5).js49 var _p = [{ x: 1 }], _q = _p[0], _r = _p[1], a = __rest(_q, []), b = _r === void 0 ? a : _r;
H A DprivateNameStaticFieldUnaryMutation.js47 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
53 const b = (__classPrivateFieldSet(_o = C, _a, (_q = __classPrivateFieldGet(_o, _a, "f", _C_test), _p = _q--, _q), "f", _C_test), _p);
60 var _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y;
66 const b = (__classPrivateFieldSet(_o = this.getClass(), _a, (_q = __classPrivateFieldGet(_o, _a, "f", _C_test), _p = _q--, _q), "f", _C_test), _p);
H A DintersectionType_useDefineForClassFields.js6 function bar<T>(_p: T): { new(): Foo<T> } {
14 function bar(_p) {
H A DcontextualOverloadListFromUnionWithPrimitiveNoImplicitAny.js13 validate: (_t, _p, _s) => false,
22 validate: (_t, _p, _s) => false,
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-3477.js15 function _p(arg1, arg2) { function
20 var constructor = _p(this, (_ref = Object.getPrototypeOf(function (){})).call({}));
24 _p(this, (_ref += Object.getPrototypeOf(function (){})).call({}));
/third_party/skia/third_party/externals/freetype/src/otvalid/
H A Dotvcommn.h73 FT_Bytes _table ## _p
76 FT_Bytes _table ## _p
80 _offset ## _p = p; \
86 _offset ## _p = p; \
105 FT_Byte* pp = (FT_Byte*)_size ## _p; \
128 FT_Byte* pp = (FT_Byte*)_size ## _p; \
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DProgressDialog.h165 CProgressDialog *_p; member in CProgressCloser
167 CProgressCloser(CProgressDialog &p) : _p(&p) {} in CProgressCloser()
168 ~CProgressCloser() { _p->ProcessWasFinished(); } in ~CProgressCloser()

Completed in 9 milliseconds

1234