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
defs:AddRef
(Results
1 - 22
of
22
) sorted by relevance
/third_party/gn/src/base/memory/
H
A
D
ref_counted.cc
28
void RefCountedThreadSafeBase::
AddRef
() const {
in AddRef()
function in base::subtle::RefCountedThreadSafeBase
H
A
D
ref_counted.h
32
void
AddRef
() const { AddRefImpl(); }
in AddRef()
function in base::subtle::RefCountedBase
96
void
AddRef
() const { AddRefImpl(); }
in AddRef()
function in base::subtle::RefCountedThreadSafeBase
208
void
AddRef
() const { subtle::RefCountedBase::
AddRef
(); }
in AddRef()
function in base::RefCounted
276
void
AddRef
() const { subtle::RefCountedThreadSafeBase::
AddRef
(); }
in AddRef()
function in base::RefCountedThreadSafe
H
A
D
scoped_refptr.h
272
void scoped_refptr<T>::
AddRef
(T* ptr) {
in AddRef()
function in scoped_refptr
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/video/
H
A
D
vktVideoPictureUtils.cpp
44
void VulkanPicture::
AddRef
()
in AddRef()
function in vkt::video::VulkanPicture
H
A
D
extNvidiaVideoParserIf.hpp
215
virtual void
AddRef
()
in AddRef()
function in vkt::video::NvidiaVulkanPictureBase
878
virtual int32_t
AddRef
()
in AddRef()
function in vkt::video::StdVideoPictureParametersSet
/third_party/mesa3d/include/d3dadapter/
H
A
D
d3dadapter9.h
36
ULONG (WINAPI *
AddRef
)(ID3DAdapter9 *This);
member
H
A
D
present.h
59
ULONG (WINAPI *
AddRef
)(ID3DPresent *This);
member
141
ULONG (WINAPI *
AddRef
)(ID3DPresentGroup *This);
member
/third_party/skia/src/utils/win/
H
A
D
SkIStream.cpp
37
SK_STDMETHODIMP_(ULONG) SkBaseIStream::
AddRef
() {
in AddRef()
function in SkBaseIStream
H
A
D
SkDWriteGeometrySink.cpp
38
SK_STDMETHODIMP_(ULONG) SkDWriteGeometrySink::
AddRef
(void) {
in AddRef()
function in SkDWriteGeometrySink
H
A
D
SkDWriteFontFileStream.cpp
162
SK_STDMETHODIMP_(ULONG) SkDWriteFontFileStreamWrapper::
AddRef
() {
in AddRef()
function in SkDWriteFontFileStreamWrapper
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H
A
D
refcount.h
144
virtual size_t
AddRef
() const {
in AddRef()
function in sfntly::RefCounted
/third_party/node/deps/v8/tools/v8windbg/test/
H
A
D
debug-callbacks.cc
21
ULONG __stdcall MyOutput::
AddRef
(void) { return 0; }
in AddRef()
function in v8::internal::v8windbg_test::MyOutput
34
ULONG __stdcall MyCallback::
AddRef
(void) { return S_OK; }
in AddRef()
function in v8::internal::v8windbg_test::MyCallback
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H
A
D
vktVideoFrameBuffer.hpp
105
virtual int32_t
AddRef
()
in AddRef()
function in vkt::video::VkImageResourceView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
CallGraph.h
281
void
AddRef
() { ++NumReferences; }
in AddRef()
function
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_enc.cpp
113
virtual ULONG STDMETHODCALLTYPE
AddRef
(void) { return ++_refs; }
in AddRef()
function in decklink_frame
161
virtual ULONG STDMETHODCALLTYPE
AddRef
(void) { return 1; }
in AddRef()
function in decklink_output_callback
H
A
D
decklink_dec.cpp
133
virtual ULONG STDMETHODCALLTYPE
AddRef
(void) { return ++_refs; }
in AddRef()
function in decklink_allocator
725
ULONG decklink_input_callback::
AddRef
(void)
in AddRef()
function in decklink_input_callback
/third_party/node/deps/v8/src/profiler/
H
A
D
profile-generator.cc
933
void CodeEntryStorage::
AddRef
(CodeEntry* entry) {
in AddRef()
function in v8::internal::CodeEntryStorage
H
A
D
profile-generator.h
217
size_t
AddRef
() {
in AddRef()
function in v8::internal::CodeEntry
/third_party/skia/src/ports/
H
A
D
SkFontMgr_win_dw.cpp
79
SK_STDMETHODIMP_(ULONG) StreamFontFileLoader::
AddRef
() {
in AddRef()
function in StreamFontFileLoader
155
SK_STDMETHODIMP_(ULONG) StreamFontFileEnumerator::
AddRef
() {
in AddRef()
function in StreamFontFileEnumerator
242
SK_STDMETHODIMP_(ULONG) StreamFontCollectionLoader::
AddRef
() {
in AddRef()
function in StreamFontCollectionLoader
[all...]
/third_party/node/deps/v8/src/wasm/
H
A
D
wasm-code-manager.cc
2530
void WasmCodeRefScope::
AddRef
(WasmCode* code) {
in AddRef()
function in WasmCodeRefScope
/third_party/mesa3d/include/D3D9/
H
A
D
d3d9.h
443
ULONG (WINAPI *
AddRef
)(IDirect3D9 *This);
member
490
ULONG (WINAPI *
AddRef
)(IDirect3D9Ex *This);
member
549
ULONG (WINAPI *
AddRef
)(IDirect3D9ExOverlayExtension *This);
member
570
ULONG (WINAPI *
AddRef
)(IDirect3DAuthenticatedChannel9 *This);
member
599
ULONG (WINAPI *
AddRef
)(IDirect3DBaseTexture9 *This);
member
648
ULONG (WINAPI *
AddRef
)(IDirect3DCryptoSession9 *This);
global()
member
685
ULONG (WINAPI *
AddRef
)(IDirect3DCubeTexture9 *This);
global()
member
746
ULONG (WINAPI *
AddRef
)(IDirect3DDevice9 *This);
global()
member
997
ULONG (WINAPI *
AddRef
)(IDirect3DDevice9Ex *This);
global()
member
1280
ULONG (WINAPI *
AddRef
)(IDirect3DDevice9Video *This);
global()
member
1305
ULONG (WINAPI *
AddRef
)(IDirect3DIndexBuffer9 *This);
global()
member
1348
ULONG (WINAPI *
AddRef
)(IDirect3DPixelShader9 *This);
global()
member
1371
ULONG (WINAPI *
AddRef
)(IDirect3DQuery9 *This);
global()
member
1400
ULONG (WINAPI *
AddRef
)(IDirect3DResource9 *This);
global()
member
1435
ULONG (WINAPI *
AddRef
)(IDirect3DStateBlock9 *This);
global()
member
1460
ULONG (WINAPI *
AddRef
)(IDirect3DSurface9 *This);
global()
member
1509
ULONG (WINAPI *
AddRef
)(IDirect3DSwapChain9 *This);
global()
member
1542
ULONG (WINAPI *
AddRef
)(IDirect3DSwapChain9Ex *This);
global()
member
1583
ULONG (WINAPI *
AddRef
)(IDirect3DTexture9 *This);
global()
member
1644
ULONG (WINAPI *
AddRef
)(IDirect3DVertexBuffer9 *This);
global()
member
1687
ULONG (WINAPI *
AddRef
)(IDirect3DVertexDeclaration9 *This);
global()
member
1710
ULONG (WINAPI *
AddRef
)(IDirect3DVertexShader9 *This);
global()
member
1733
ULONG (WINAPI *
AddRef
)(IDirect3DVolume9 *This);
global()
member
1768
ULONG (WINAPI *
AddRef
)(IDirect3DVolumeTexture9 *This);
global()
member
[all...]
H
A
D
d3d9types.h
1800
ULONG (WINAPI *
AddRef
)(IUnknown *This);
member
Completed in 33 milliseconds