OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
226 - 250
of
4057
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
threading.h
36
#define ts_key_create(ts_key,
destructor
) {ts_key = TlsAlloc();};
58
#define ts_key_create(ts_key,
destructor
) \
81
#define ts_key_create(ts_key,
destructor
) pthread_key_create (&(ts_key),
destructor
);
/external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h
45
* cache and would like the pixel ref to unlock it in its
destructor
then transferCacheLock
/external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.h
38
void flushGlyphs(); // automatically called by
destructor
GrDistanceFieldTextContext.h
41
void flushGlyphs(); // automatically called by
destructor
GrTemplates.h
27
*
destructor
/external/chromium_org/third_party/skia/src/ports/
SkTLS_win.cpp
53
SkTLS::
Destructor
(ptr);
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
ssrc_database.h
41
// Friend function to allow the SSRC
destructor
to be accessed from the
/external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_win.h
50
// and in the
destructor
.
/external/chromium_org/third_party/webrtc/test/
test_suite.h
37
// instead of putting complex code in your constructor/
destructor
.
/external/chromium_org/tools/android/forwarder2/
util.h
13
// from the map before deleting it in case its
destructor
would access the map.
/external/chromium_org/ui/gfx/geometry/
size_base.h
58
//
Destructor
is intentionally made non virtual and protected.
/external/chromium_org/ui/gl/
gl_share_group.h
23
// These two should only be called from the constructor and
destructor
of
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p1.cpp
15
~DefArg(int k = 5) = default; // expected-error {{
destructor
cannot have any parameters}}
/external/clang/test/CodeGenCXX/
ctor-dtor-alias.cpp
8
// test that we don't produce an alias when the
destructor
is weak_odr. The
37
// test that instead of an internal alias we just use the other
destructor
56
// A's
destructor
directly.
145
// Test that we produce a call to bar's
destructor
. We used to call foo's, but
/external/clang/test/PCH/
cxx0x-default-delete.cpp
37
quux qx; // expected-error{{private
destructor
}} expected-note@20{{private here}}
/external/clang/test/SemaTemplate/
destructor-template.cpp
56
template <int i> ~Foo() {} // expected-error{{
destructor
cannot be declared as a template}}
/external/icu/icu4c/source/i18n/
currfmt.h
51
*
Destructor
.
nultrans.h
37
*
Destructor
.
remtrans.h
35
*
Destructor
.
uni2name.h
37
*
Destructor
.
/external/icu/icu4c/source/layout/
CharSubstitutionFilter.h
58
* The
destructor
.
/external/javasqlite/src/main/java/SQLite/
Backup.java
26
*
Destructor
for object.
Vm.java
64
*
Destructor
for object.
/external/jemalloc/src/
quarantine.c
168
* Another
destructor
deallocated memory after this
destructor
176
* The previous time this
destructor
was called, we set the key
179
* nothing, so that the
destructor
will not be called again.
/external/libvpx/libvpx/vp8/common/
threading.h
36
#define ts_key_create(ts_key,
destructor
) {ts_key = TlsAlloc();};
58
#define ts_key_create(ts_key,
destructor
) \
81
#define ts_key_create(ts_key,
destructor
) pthread_key_create (&(ts_key),
destructor
);
Completed in 1715 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>