OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:destructor
(Results
201 - 225
of
1898
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/collada/include/1.4/dom/
domGlsl_param_type.h
71
*
Destructor
134
*
Destructor
197
*
Destructor
260
*
Destructor
318
*
Destructor
381
*
Destructor
444
*
Destructor
507
*
Destructor
570
*
Destructor
633
*
Destructor
[
all
...]
domBox.h
73
*
Destructor
129
*
Destructor
domEllipsoid.h
66
*
Destructor
105
*
Destructor
domFx_code_profile.h
67
*
Destructor
104
*
Destructor
domFx_include_common.h
79
*
Destructor
137
*
Destructor
domFx_surface_init_from_common.h
91
*
Destructor
150
*
Destructor
domGles_texcombiner_argumentAlpha_type.h
66
*
Destructor
125
*
Destructor
domGles_texcombiner_argumentRGB_type.h
66
*
Destructor
125
*
Destructor
domGles_texcombiner_commandAlpha_type.h
67
*
Destructor
115
*
Destructor
domGles_texcombiner_commandRGB_type.h
71
*
Destructor
119
*
Destructor
domGles_texenv_command_type.h
62
*
Destructor
110
*
Destructor
domGles_texture_constant_type.h
59
*
Destructor
112
*
Destructor
domGlsl_newarray_type.h
103
*
Destructor
140
*
Destructor
domGlsl_setarray_type.h
103
*
Destructor
140
*
Destructor
domInputGlobal.h
76
*
Destructor
134
*
Destructor
domInputLocal.h
76
*
Destructor
134
*
Destructor
domPlane.h
74
*
Destructor
131
*
Destructor
domSphere.h
68
*
Destructor
124
*
Destructor
/development/host/windows/usb/api/
adb_io_completion.h
42
released in the
destructor
.
56
We hide
destructor
in order to prevent ourseves from accidentaly allocating
/external/chromium/chrome/browser/prefs/
pref_change_registrar_unittest.cc
76
// worked (rather than the registrar
destructor
doing the work).
116
// worked (rather than the registrar
destructor
doing the work).
/external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc
35
// Once from the second RemoveHandler(), once from the
destructor
.
73
// Let
destructor
of |event_handlers| call RemoveBackend().
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.h
147
// When the
destructor
is invoked should the bookmark be removed?
150
// When the
destructor
is invoked should edits be applied?
/external/clang/include/clang/AST/
GlobalDecl.h
26
/// a CXXDestructorDecl and the
destructor
type (Base, Complete) or
117
// copy assignment operator, and
destructor
are all trivial.
/external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
61
// MSVC seems to only use cookies when the class has a
destructor
; a
80
// Whereas it prints "104" and "104" if you give A a
destructor
.
/external/clang/test/CodeGenCXX/
destructors.cpp
19
// Base with non-trivial
destructor
26
// Field with non-trivial
destructor
78
//
destructor
throws, the remaining destructors aren't run. Fix it,
94
// complete
destructor
alias tested above
126
struct A { ~A(); char ***m; }; // non-trivial
destructor
127
struct B { ~B(); }; // non-trivial
destructor
128
struct Empty { }; // trivial
destructor
, empty
129
struct NonEmpty { int x; }; // trivial
destructor
, non-empty
Completed in 846 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>