Home
last modified time | relevance | path

Searched refs:GetPointer (Results 1 - 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/base/
H A Dpointer-with-payload.h46 DCHECK_EQ(GetPointer(), pointer); in PointerWithPayload()
52 DCHECK_EQ(GetPointer(), nullptr); in PointerWithPayload()
60 V8_INLINE PointerType* GetPointer() const { in GetPointer() function in v8::base::PointerWithPayload
64 // An optimized version of GetPointer for when we know the payload value.
71 V8_INLINE PointerType* operator->() const { return GetPointer(); } in operator ->()
77 DCHECK_EQ(GetPointer(), new_pointer); in Update()
84 DCHECK_EQ(GetPointer(), newptr); in SetPointer()
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-regalloc-data.h61 *merge = static_cast<RegisterMerge*>(state.GetPointer()); in LoadMergeState()
75 *node = static_cast<ValueNode*>(state.GetPointer()); in LoadMergeState()
/third_party/lzma/CPP/Windows/
H A DMemoryGlobal.h41 LPVOID GetPointer() const { return _ptr; } in GetPointer() function in NWindows::NMemory::CGlobalLock
H A DClipboard.cpp52 const char *p = (const char *)globalLock.GetPointer();
78 void *p = (void *)globalLock.GetPointer();
98 LPVOID p = globalLock.GetPointer(); in ClipboardSetData()
H A DShell.cpp200 const DROPFILES *dropFiles = (const DROPFILES *)dropLock.GetPointer(); in DataObject_GetData_HDROP_Names()
253 const MYWIN_CIDA *cida = (const MYWIN_CIDA *)dropLock.GetPointer(); in DataObject_GetData_IDLIST()
388 const MYWIN_FILE_ATTRIBUTES_ARRAY *faa = (const MYWIN_FILE_ATTRIBUTES_ARRAY *)dropLock.GetPointer(); in DataObject_GetData_FILE_ATTRS()
/third_party/node/deps/v8/src/parsing/
H A Dfunc-name-inferrer.h116 return name_and_type_.GetPointer(); in name()
H A Dparser.h58 return initializer_and_is_rest.GetPointer(); in initializer()
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H A Dmemory.h270 using GetPointer = typename T::pointer;
436 using pointer = memory_internal::ExtractOrT<memory_internal::GetPointer,
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
H A DCovglTests.cpp213 TEST_P(GLES1CovglTest, GetPointer) in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DDebugTest.cpp380 TEST_P(DebugTestES3, GetPointer) in TEST_P()
/third_party/lame/dshow/
H A DMpegac.cpp311 if (pSample->GetPointer(&pSourceBuffer) != S_OK || !pSourceBuffer) in Receive()
396 hr = pOutSample->GetPointer(&pDst); in FlushEncodedSamples()
439 hr = pOutSample->GetPointer(&pDst); in FlushEncodedSamples()
/third_party/node/deps/v8/src/ast/
H A Dscopes.h1528 return rare_data_and_is_parsing_heritage_.GetPointer(); in GetRareData()
H A Dast.h1198 Expression* key() const { return key_and_is_computed_name_.GetPointer(); } in key()

Completed in 19 milliseconds