Home
last modified time | relevance | path

Searched refs:pp_int (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/base/
Dutilities.cc109 HRESULT CreateULong64(ULONG64 value, IModelObject** pp_int) { in CreateULong64() argument
111 *pp_int = nullptr; in CreateULong64()
118 pp_int); in CreateULong64()
145 HRESULT CreateInt32(int value, IModelObject** pp_int) { in CreateInt32() argument
147 *pp_int = nullptr; in CreateInt32()
154 pp_int); in CreateInt32()
158 HRESULT CreateUInt32(uint32_t value, IModelObject** pp_int) { in CreateUInt32() argument
160 *pp_int = nullptr; in CreateUInt32()
167 pp_int); in CreateUInt32()
Dutilities.h53 HRESULT CreateULong64(ULONG64 value, IModelObject** pp_int);
60 HRESULT CreateInt32(int value, IModelObject** pp_int);
62 HRESULT CreateUInt32(uint32_t value, IModelObject** pp_int);