Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:GetPointer
(Results
1 - 13
of
13
) sorted by relevance
/third_party/node/deps/v8/src/base/
H
A
D
pointer-with-payload.h
46
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
D
maglev-regalloc-data.h
61
*merge = static_cast<RegisterMerge*>(state.
GetPointer
());
in LoadMergeState()
75
*node = static_cast<ValueNode*>(state.
GetPointer
());
in LoadMergeState()
/third_party/lzma/CPP/Windows/
H
A
D
MemoryGlobal.h
41
LPVOID
GetPointer
() const { return _ptr; }
in GetPointer()
function in NWindows::NMemory::CGlobalLock
H
A
D
Clipboard.cpp
52
const char *p = (const char *)globalLock.
GetPointer
();
78
void *p = (void *)globalLock.
GetPointer
();
98
LPVOID p = globalLock.
GetPointer
();
in ClipboardSetData()
H
A
D
Shell.cpp
200
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
D
func-name-inferrer.h
116
return name_and_type_.
GetPointer
();
in name()
H
A
D
parser.h
58
return initializer_and_is_rest.
GetPointer
();
in initializer()
/third_party/skia/third_party/externals/abseil-cpp/absl/memory/
H
A
D
memory.h
270
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
D
CovglTests.cpp
213
TEST_P(GLES1CovglTest,
GetPointer
)
in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H
A
D
DebugTest.cpp
380
TEST_P(DebugTestES3,
GetPointer
)
in TEST_P()
/third_party/lame/dshow/
H
A
D
Mpegac.cpp
311
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
D
scopes.h
1528
return rare_data_and_is_parsing_heritage_.
GetPointer
();
in GetRareData()
H
A
D
ast.h
1198
Expression* key() const { return key_and_is_computed_name_.
GetPointer
(); }
in key()
Completed in 19 milliseconds