98+ results for 'destructor lang:C++ repo:jesyspa/clreflect-linux' (0 ms)
Not the results you expected?
nortrans.cpp (https://gitlab.com/brian0218/rk3066_r-box_android4.2.2_sdk) C++ · 175 lines
TOPS_Structured_Matrix_Impl.cxx (https://gitlab.com/pheinzlr/CodeVault) C++ · 201 lines
valuelist.cpp (https://bitbucket.org/JonSRomero/arduino_motorcycle_gauges.git) C++ · 237 lines
schemavalidator.cpp (https://bitbucket.org/khurley/libxml.git) C++ · 234 lines
Registry.cpp (https://github.com/origins/SkyFireEMU.git) C++ · 1056 lines
POSIX_Proactor.cpp (https://github.com/origins/SkyFireEMU.git) C++ · 1673 lines
47 int signal_number = ACE_SIGRTMIN);
49 /// Destructor.
50 virtual ~ACE_POSIX_Wakeup_Completion (void);
587 ACE_AIOCB_Notify_Pipe_Manager (ACE_POSIX_AIOCB_Proactor *posix_aiocb_proactor);
589 /// Destructor.
590 virtual ~ACE_AIOCB_Notify_Pipe_Manager (void);
773 }
775 // Destructor.
776 ACE_POSIX_AIOCB_Proactor::~ACE_POSIX_AIOCB_Proactor (void)
777 {
Hash_Multi_Map_Manager_T.cpp (https://github.com/origins/SkyFireEMU.git) C++ · 603 lines
148 ACE_Hash_Multi_Map_Manager<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK>::close_i (void)
149 {
150 // Protect against "double-deletion" in case the destructor also
151 // gets called.
152 if (this->table_ != 0)
194 temp_ptr = temp_ptr->next_;
196 // Explicitly call the destructor.
197 ACE_DES_FREE_TEMPLATE2 (hold_ptr, this->entry_allocator_->free,
198 ACE_Hash_Multi_Map_Entry, EXT_ID, INT_ID);
335 entry->prev_->next_ = entry->next_;
337 // Explicitly call the destructor.
338 ACE_DES_FREE_TEMPLATE2 (entry, this->entry_allocator_->free,
339 ACE_Hash_Multi_Map_Entry, EXT_ID, INT_ID);
WIN32_Proactor.cpp (https://github.com/origins/SkyFireEMU_420.git) C++ · 803 lines
RB_Tree.cpp (https://github.com/origins/SkyFireEMU_420.git) C++ · 1250 lines
Registry.cpp (https://github.com/amable/TrinityCore.git) C++ · 1125 lines
scriptstring.cpp (https://github.com/Onagiro/HPL1Engine.git) C++ · 733 lines
590 // Register the object operator overloads
591 // Note: We don't have to register the destructor, since the object uses reference counting
592 r = engine->RegisterObjectBehaviour("string", asBEHAVE_CONSTRUCT, "void f()", asFUNCTION(ConstructString), asCALL_CDECL_OBJLAST); assert( r >= 0 );
593 r = engine->RegisterObjectBehaviour("string", asBEHAVE_ADDREF, "void f()", asMETHOD(asCScriptString,AddRef), asCALL_THISCALL); assert( r >= 0 );
660 // Register the object operator overloads
661 // Note: We don't have to register the destructor, since the object uses reference counting
662 r = engine->RegisterObjectBehaviour("string", asBEHAVE_CONSTRUCT, "void f()", asFUNCTION(ConstructString_Generic), asCALL_GENERIC); assert( r >= 0 );
663 r = engine->RegisterObjectBehaviour("string", asBEHAVE_ADDREF, "void f()", asFUNCTION(StringAddRef_Generic), asCALL_GENERIC); assert( r >= 0 );
Shader.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 566 lines
52 ///////////////////////////////////////////////////////////////////////////////////////////////
54 static void Shader_destructor(JNIEnv* env, jobject o, SkShader* shader, SkiaShader* skiaShader)
55 {
56 SkSafeUnref(shader);
58 #ifdef USE_OPENGL_RENDERER
59 if (android::uirenderer::Caches::hasInstance()) {
60 android::uirenderer::Caches::getInstance().resourceCache.destructor(skiaShader);
61 } else {
62 delete skiaShader;
509 static JNINativeMethod gShaderMethods[] = {
510 { "nativeDestructor", "(II)V", (void*)Shader_destructor },
511 { "nativeSetLocalMatrix", "(III)V", (void*)Shader_setLocalMatrix }
512 };
annotate-nested-name-specifier.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 466 lines
predefined-expr.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 517 lines
37 // CHECK: private unnamed_addr constant [12 x i8] c"~Destructor\00"
38 // CHECK: private unnamed_addr constant [30 x i8] c"NS::Destructor::~Destructor()\00"
40 // CHECK: private unnamed_addr constant [12 x i8] c"Constructor\00"
269 };
271 class Destructor {
272 public:
273 ~Destructor() {
479 {
480 NS::Destructor destructor;
481 }
temp-obj-dtors-cfg-output.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 848 lines
125 // CHECK: 4: [B1.3]
126 // CHECK: 5: [B1.4] (CXXConstructExpr, class A)
127 // CHECK: 6: ~A() (Temporary object destructor)
128 // CHECK: 7: return [B1.5];
129 // CHECK: Preds (1): B2
183 // CHECK: 4: [B1.3]
184 // CHECK: 5: [B1.4] (CXXConstructExpr, class A)
185 // CHECK: 6: ~A() (Temporary object destructor)
186 // CHECK: 7: return [B1.5];
187 // CHECK: Preds (1): B2
206 // CHECK: 13: [B1.6] + [B1.12]
207 // CHECK: 14: int a = int(A().operator int()) + int(B().operator int());
208 // CHECK: 15: ~B() (Temporary object destructor)
209 // CHECK: 16: ~A() (Temporary object destructor)
224 // CHECK: 31: [B1.30] (ImplicitCastExpr, FunctionToPointerDecay, void (*)(int))
225 // CHECK: 32: [B1.31]([B1.29])
226 // CHECK: 33: ~B() (Temporary object destructor)
227 // CHECK: 34: ~A() (Temporary object destructor)
auto-obj-dtors-cfg-output.cpp (https://gitlab.com/brian0218/rk3188_r-box_android4.2.2_sdk) C++ · 865 lines
187 // CHECK: 9: [B1.8]
188 // CHECK: 10: const A &c = A();
189 // CHECK: 11: [B1.10].~A() (Implicit destructor)
190 // CHECK: 12: [B1.2].~A() (Implicit destructor)
200 // CHECK: 3: (CXXConstructExpr, class A [0])
201 // CHECK: 4: A b[0];
202 // CHECK: 5: [B1.2].~A() (Implicit destructor)
203 // CHECK: Preds (1): B2
204 // CHECK: Succs (1): B0
214 // CHECK: 5: (CXXConstructExpr, class A)
215 // CHECK: 6: A d;
216 // CHECK: 7: [B1.6].~A() (Implicit destructor)
217 // CHECK: 8: [B1.4].~A() (Implicit destructor)
218 // CHECK: 9: (CXXConstructExpr, class A)
219 // CHECK: 10: A b;
220 // CHECK: 11: [B1.10].~A() (Implicit destructor)
221 // CHECK: 12: [B1.2].~A() (Implicit destructor)
CEGUIRenderableFrame.cpp (https://github.com/azboul/multitheftauto.git) C++ · 677 lines
CFCMutableDictionary.cpp (https://gitlab.com/jorjpimm/lldb) C++ · 529 lines
Stream.cpp (https://gitlab.com/jorjpimm/lldb) C++ · 786 lines
Scalar.cpp (https://gitlab.com/jorjpimm/lldb) C++ · 1410 lines
H5FaccProp.cpp (https://gitlab.com/jorjpimm/hdf5) C++ · 736 lines
H5CompType.cpp (https://gitlab.com/jorjpimm/hdf5) C++ · 489 lines
qry_dat.cpp (https://gitlab.com/nghia-n-v2007/xbmc) C++ · 745 lines
Field.cxx (https://github.com/lessandro/nbis.git) C++ · 580 lines
Lua_extensions_CCB.cpp (https://bitbucket.org/gontamoteam/gontamo-repo.git) C++ · 1519 lines
js_bindings_chipmunk_auto_classes.cpp (https://bitbucket.org/gontamoteam/gontamo-repo.git) C++ · 1369 lines
vtkXMLWriterC.cxx (https://github.com/b3c/VTK-5.8.git) C++ · 732 lines
android.view.MotionEvent.cpp (https://bitbucket.org/festevezga/xobotos.git) C++ · 700 lines
3 extern "C" DLL_EXPORT void
4 libxobotos_android_view_MotionEvent_destructor(MotionEventGlue* ptr)
5 {
6 delete ptr;
109 {
110 assert(obj._owner == 0x7380548b);
111 Array_float_Helper::destructor(obj.packedAxisValues);
112 }
114 void
115 PointerCoords_Helper::destructor(PointerCoords_Struct* obj)
116 {
117 if (obj == NULL)
android.graphics.Paint.cpp (https://bitbucket.org/festevezga/xobotos.git) C++ · 712 lines
3 extern "C" DLL_EXPORT void
4 libxobotos_android_graphics_Paint_destructor(PaintGlue* ptr)
5 {
6 delete ptr;
87 void
88 FontMetrics_Helper::destructor(FontMetrics_Struct* obj)
89 {
90 if (obj == NULL)
99 extern "C" DLL_EXPORT void
100 libxobotos_android_graphics_Paint_FontMetrics_destructor(FontMetrics_Struct* obj)
101 {
102 FontMetrics_Helper::destructor(obj);
richtextmarginspage.cpp (https://bitbucket.org/lennonchan/cafu.git) C++ · 549 lines
Nomina.cpp (https://bitbucket.org/alejandrodu/legacy.git) C++ · 653 lines
CMatrix3x3.cpp (https://github.com/jcvandan/Warpath.git) C++ · 2159 lines
qwt_dial_needle.cpp (https://github.com/gestiweb/eneboo.git) C++ · 584 lines
Hash_Map_Manager_T.cpp (https://github.com/sysmaniax/k17oregoncoredb.git) C++ · 542 lines
159 ACE_Hash_Map_Manager_Ex<EXT_ID, INT_ID, HASH_KEY, COMPARE_KEYS, ACE_LOCK>::close_i (void)
160 {
161 // Protect against "double-deletion" in case the destructor also
162 // gets called.
163 if (this->table_ != 0)
205 temp_ptr = temp_ptr->next_;
207 // Explicitly call the destructor.
208 ACE_DES_FREE_TEMPLATE2 (hold_ptr, this->entry_allocator_->free,
209 ACE_Hash_Map_Entry, EXT_ID, INT_ID);
298 entry->prev_->next_ = entry->next_;
300 // Explicitly call the destructor.
301 ACE_DES_FREE_TEMPLATE2 (entry, this->entry_allocator_->free,
302 ACE_Hash_Map_Entry, EXT_ID, INT_ID);
npolygon.cc (https://github.com/burcin/Singular.git) C++ · 675 lines
110 // ----------------------------------------------------------------------------
111 // Destructor
112 // ----------------------------------------------------------------------------
370 // ----------------------------------------------------------------------------
371 // Destructor
372 // ----------------------------------------------------------------------------
term_ordering.cc (https://github.com/burcin/Singular.git) C++ · 1457 lines
list.cc (https://github.com/burcin/Singular.git) C++ · 1166 lines
12 /////////////////////////////////////////////////////////////////////////////
14 /////////////////// constructors and destructor /////////////////////////////
16 list::list()
569 }
571 // the dummy elements are deleted by the destructor
573 }
667 }
669 // the dummy elements are deleted by the destructor
670 }
binomial.cc (https://github.com/burcin/Singular.git) C++ · 1919 lines
posix_qextserialport.cpp (https://github.com/poes-weather/Sensor-Benchmark.git) C++ · 959 lines
GmpInt.cc (https://github.com/nilsvandensteen/coolfluid3.git) C++ · 710 lines
group.cpp (https://bitbucket.org/zielmicha/colobot.git) C++ · 643 lines
scriptstring.cpp (https://github.com/MaDDoGo/xbmc.git) C++ · 705 lines
570 // Register the object operator overloads
571 // Note: We don't have to register the destructor, since the object uses reference counting
572 r = engine->RegisterObjectBehaviour("string", asBEHAVE_FACTORY, "string @f()", asFUNCTION(StringDefaultFactory), asCALL_CDECL); assert( r >= 0 );
573 r = engine->RegisterObjectBehaviour("string", asBEHAVE_FACTORY, "string @f(const string &in)", asFUNCTION(StringCopyFactory), asCALL_CDECL); assert( r >= 0 );
639 // Register the object operator overloads
640 // Note: We don't have to register the destructor, since the object uses reference counting
641 r = engine->RegisterObjectBehaviour("string", asBEHAVE_FACTORY, "string @f()", asFUNCTION(StringDefaultFactory_Generic), asCALL_GENERIC); assert( r >= 0 );
642 r = engine->RegisterObjectBehaviour("string", asBEHAVE_FACTORY, "string @f(const string &in)", asFUNCTION(StringCopyFactory_Generic), asCALL_GENERIC); assert( r >= 0 );
qwt_dial_needle.cpp (https://github.com/khangbotics/qgroundcontrol.git) C++ · 565 lines
gl_object_unit_tests.cc (https://github.com/yeahren/RSXGL.git) C++ · 607 lines
480 }
482 // delete all possible object objects - we should see that destructors are called, but storage arrays are not free'd
483 {
484 std::cout << "try to delete everything" << std::endl;
577 }
579 // delete c - we should see destructors called for Object
580 container_type::storage().destroy(c);
581 }
dict.cxx (https://bitbucket.org/skaneti/zzllnunud3pdskimmer.git) C++ · 928 lines
75 instance.SetDelete(&delete_pairlEstringcOstringgR);
76 instance.SetDeleteArray(&deleteArray_pairlEstringcOstringgR);
77 instance.SetDestructor(&destruct_pairlEstringcOstringgR);
78 return &instance;
79 }
155 instance.SetDelete(&delete_vectorlEdoublegR);
156 instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
157 instance.SetDestructor(&destruct_vectorlEdoublegR);
158 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
159 return &instance;
213 instance.SetDelete(&delete_vectorlEfloatgR);
214 instance.SetDeleteArray(&deleteArray_vectorlEfloatgR);
215 instance.SetDestructor(&destruct_vectorlEfloatgR);
216 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<float> >()));
217 return &instance;
Real.cpp (https://github.com/denprog/BigNumbersParser.git) C++ · 2046 lines
testconstructors.cpp (https://github.com/joshbeck/cppcheck.git) C++ · 1048 lines
OSGNodeCore.cpp (https://github.com/baibaiwei/OpenSGDevMaster.git) C++ · 167 lines
ceph_argparse.cc (https://github.com/liewegas/ceph.git) C++ · 478 lines
values.cpp (https://github.com/eile/boost-svn.git) C++ · 1023 lines
TransitionTest.cpp (https://github.com/eile/boost-svn.git) C++ · 849 lines
59 std::string DtorDescription()
60 {
61 static const std::string destructor = "Destructor: ";
62 return destructor + typeid( State ).name() + "\n";
154 ~TransitionTest()
155 {
156 // Since state destructors access the state machine object, we need to
157 // make sure that all states are destructed before this subtype
158 // portion is destructed.
222 template< class State >
223 void ActualDestructor()
224 {
225 StoreActualAction< &Dtor< State > >();
perf_list.cpp (https://github.com/eile/boost-svn.git) C++ · 550 lines
91 for(int i = 0; i < NumElements; ++i)
92 l.push_back(objects[i]);
93 //Elements are unlinked in ilist's destructor
94 //Elements are destroyed in vector's destructor
111 for(int i = 0; i < NumElements; ++i)
112 l.push_back(typename stdlist::value_type(i));
113 //Elements unlinked and destroyed in stdlist's destructor
114 //]
115 }
133 for(int i = 0; i < NumElements; ++i)
134 l.push_back(&objects[i]);
135 //Pointers to elements unlinked and destroyed in stdptrlist's destructor
136 //Elements destroyed in vector's destructor
157 l.push_back(&objects.back());
158 }
159 //Pointers to elements unlinked and destroyed in stdptrlist's destructor
160 //Elements unlinked and destroyed in stdlist's destructor
itkRealTimeStamp.cxx (https://github.com/crtc/ITK-PBNRR-GITHUB.git) C++ · 375 lines
pix_opencv_hu_moments.cc (https://github.com/pd-l2ork/pd.git) C++ · 207 lines
MESI_client.cpp (https://gitlab.com/pranith/manifold) C++ · 575 lines
ast-dump-decl.cpp (https://gitlab.com/pranith/clang) C++ · 476 lines
temp-obj-dtors-cfg-output.cpp (https://gitlab.com/pranith/clang) C++ · 848 lines
125 // CHECK: 4: [B1.3]
126 // CHECK: 5: [B1.4] (CXXConstructExpr, class A)
127 // CHECK: 6: ~A() (Temporary object destructor)
128 // CHECK: 7: return [B1.5];
129 // CHECK: Preds (1): B2
183 // CHECK: 4: [B1.3]
184 // CHECK: 5: [B1.4] (CXXConstructExpr, class A)
185 // CHECK: 6: ~A() (Temporary object destructor)
186 // CHECK: 7: return [B1.5];
187 // CHECK: Preds (1): B2
206 // CHECK: 13: [B1.6] + [B1.12]
207 // CHECK: 14: int a = int(A().operator int()) + int(B().operator int());
208 // CHECK: 15: ~B() (Temporary object destructor)
209 // CHECK: 16: ~A() (Temporary object destructor)
224 // CHECK: 31: [B1.24] + [B1.30]
225 // CHECK: 32: [B1.18]([B1.31])
226 // CHECK: 33: ~B() (Temporary object destructor)
227 // CHECK: 34: ~A() (Temporary object destructor)
abstractvideoplayer.cpp (https://bitbucket.org/ultra_iter/qt-vtl.git) C++ · 518 lines
42 //-----------------------------------------------------------------------------
43 // Constructor / destructor
44 //-----------------------------------------------------------------------------
78 TRACE_ENTRY_0();
80 // QObject destructor removes all signal-slot connections involving this
81 // object, so we do not need to disconnect from m_videoOutput here.
JavaScriptCore.gyp (https://bitbucket.org/ultra_iter/qt-vtl.git) Unknown · 229 lines
LuaCocos2d.cpp (https://github.com/ciaranj/cocos2d-x.git) C++ · 1324 lines
LuaSimpleAudioEngine.cpp (https://github.com/ciaranj/cocos2d-x.git) C++ · 780 lines
pgparameters.cpp (https://gitlab.com/redgis/PhD-SNN-Simulator) C++ · 188 lines
OPC_OptimizedTree.cpp (https://github.com/aras-p/dingus.git) C++ · 782 lines
213 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
214 /**
215 * Destructor.
216 */
217 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
308 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
309 /**
310 * Destructor.
311 */
312 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
568 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
569 /**
570 * Destructor.
571 */
572 ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
W95_Allocator.cxx (https://github.com/jehc/MondocosmOS.git) C++ · 1202 lines
EHDC.cxx (https://github.com/jehc/MondocosmOS.git) C++ · 1654 lines
Voxel_ROctBoolDS.cxx (https://github.com/jehc/MondocosmOS.git) C++ · 717 lines
LDOM_BasicElement.cxx (https://github.com/jehc/MondocosmOS.git) C++ · 458 lines
Aspect_MarkerStyle.cxx (https://github.com/jehc/MondocosmOS.git) C++ · 567 lines
FederationSaveTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 572 lines
22 /////////////////////////////////////////////////////////////////////////////////////////////
23 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
24 /////////////////////////////////////////////////////////////////////////////////////////////
25 FederationSaveTest::FederationSaveTest()
DivestOwnershipTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 617 lines
22 /////////////////////////////////////////////////////////////////////////////////////////////
23 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
24 /////////////////////////////////////////////////////////////////////////////////////////////
25 DivestOwnershipTest::DivestOwnershipTest()
AcquireOwnershipTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 935 lines
22 /////////////////////////////////////////////////////////////////////////////////////////////
23 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
24 /////////////////////////////////////////////////////////////////////////////////////////////
25 AcquireOwnershipTest::AcquireOwnershipTest()
SendInteractionTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 482 lines
23 /////////////////////////////////////////////////////////////////////////////////////////////
24 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
25 /////////////////////////////////////////////////////////////////////////////////////////////
26 SendInteractionTest::SendInteractionTest()
SubscribeInteractionWithRegionTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 452 lines
25 /////////////////////////////////////////////////////////////////////////////////////////////
26 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
27 /////////////////////////////////////////////////////////////////////////////////////////////
28 SubscribeInteractionWithRegionTest::SubscribeInteractionWithRegionTest()
RegisterObjectDDMTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 389 lines
23 /////////////////////////////////////////////////////////////////////////////////////////////
24 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
25 /////////////////////////////////////////////////////////////////////////////////////////////
26 RegisterObjectDDMTest::RegisterObjectDDMTest()
algorithm_8hpp.html
(http://hadesmem.googlecode.com/svn/trunk/)
HTML · 0 lines
✨ Summary
This is a Doxygen-generated documentation page for a C++ library, specifically the Generic Image Library. It displays the API documentation in HTML format, including function and class descriptions, parameters, return types, and examples. The code is formatted according to Doxygen’s syntax rules, making it easy to read and understand the library’s functionality.
This is a Doxygen-generated documentation page for a C++ library, specifically the Generic Image Library. It displays the API documentation in HTML format, including function and class descriptions, parameters, return types, and examples. The code is formatted according to Doxygen’s syntax rules, making it easy to read and understand the library’s functionality.
195 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">GIL_FORCEINLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="g_i_l_0147.html#g5c465a97a10e15d9ce18a3c2fff7f91d">destruct_pixels</a> (const View &img_view)</td></tr>
197 <tr><td class="mdescLeft"> </td><td class="mdescRight">Invokes the in-place destructor on every <a class="el" href="g_i_l_0599.html" title="Represents a pixel value (a container of channels). Models: HomogeneousColorBaseValueConcept...">pixel</a> of the view. <br></td></tr>
198 <tr><td class="memTemplParams" nowrap colspan="2">template<typename It, typename P> </td></tr>
199 <tr><td class="memTemplItemLeft" nowrap align="right" valign="top">GIL_FORCEINLINE void </td><td class="memTemplItemRight" valign="bottom"><a class="el" href="namespaceboost_1_1gil_1_1detail.html#19c5dcdbfda628cea83086945c55fd20">uninitialized_fill_aux</a> (It first, It last, const P &p, mpl::true_)</td></tr>
IMV.cpp (https://github.com/trustathsh/tnc-fhh.git) C++ · 328 lines
qwt_polar_grid.cpp (https://github.com/ricardogsilva/Quantum-GIS.git) C++ · 1138 lines
scoped_allocator_adaptor_test.cpp (https://bitbucket.org/kbw/boost_svn.git) C++ · 1247 lines
Dictionary.cxx (https://bitbucket.org/skaneti/zzselection.git) C++ · 996 lines
74 instance.SetDelete(&delete_pairlEstringcOstringgR);
75 instance.SetDeleteArray(&deleteArray_pairlEstringcOstringgR);
76 instance.SetDestructor(&destruct_pairlEstringcOstringgR);
77 return &instance;
78 }
154 instance.SetDelete(&delete_vectorlEboolgR);
155 instance.SetDeleteArray(&deleteArray_vectorlEboolgR);
156 instance.SetDestructor(&destruct_vectorlEboolgR);
157 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<bool> >()));
158 return &instance;
212 instance.SetDelete(&delete_vectorlEdoublegR);
213 instance.SetDeleteArray(&deleteArray_vectorlEdoublegR);
214 instance.SetDestructor(&destruct_vectorlEdoublegR);
215 instance.AdoptCollectionProxyInfo(TCollectionProxyInfo::Generate(TCollectionProxyInfo::Pushback< vector<double> >()));
216 return &instance;
item_create.cc (https://gitlab.com/envieidoc/tomato) C++ · 2539 lines
60 /** Constructor. */
61 Create_native_func() {}
62 /** Destructor. */
63 virtual ~Create_native_func() {}
64 };
84 /** Constructor. */
85 Create_func_arg0() {}
86 /** Destructor. */
87 virtual ~Create_func_arg0() {}
88 };
109 /** Constructor. */
110 Create_func_arg1() {}
111 /** Destructor. */
112 virtual ~Create_func_arg1() {}
113 };
DataBuffer.cpp (https://github.com/deas/alfresco.git) C++ · 727 lines
CollisionChecker.cpp (https://gitlab.com/terlemez/simox) C++ · 763 lines
window_iterator.cpp (https://github.com/cezarfx/zorba.git) C++ · 1108 lines
zorba_string.cpp (https://github.com/cezarfx/zorba.git) C++ · 721 lines
GameEffectsSystem.cpp (https://gitlab.com/dahbearz/CRYENGINE) C++ · 895 lines
108 //--------------------------------------------------------------------------------------------------
109 // Name: ~CGameEffectsSystem
110 // Desc: Destructor
111 //--------------------------------------------------------------------------------------------------
112 CGameEffectsSystem::~CGameEffectsSystem()
Session.cpp (https://github.com/ncdc/qpid.git) C++ · 728 lines
DDMSupportServicesTest.cpp (https://github.com/graeme-muller/portico.git) C++ · 238 lines
23 /////////////////////////////////////////////////////////////////////////////////////////////
24 ////////////////////////////////// Constructors/Destructors /////////////////////////////////
25 /////////////////////////////////////////////////////////////////////////////////////////////
26 DDMSupportServicesTest::DDMSupportServicesTest()
matvec.cpp (https://bitbucket.org/JonSRomero/arduino_motorcycle_gauges.git) C++ · 675 lines
COpenGLShaderMaterialRenderer.cpp (https://github.com/Pepsi1x1/pseuwow.git) C++ · 258 lines
BSPTreePoly.cpp (https://bitbucket.org/danwu/moab.git) C++ · 828 lines
map.cpp (https://github.com/TeamQuadForce/Comp345RPG.git) C++ · 605 lines
pv_omxregistry.cpp (https://github.com/liudidi/android_external_opencore.git) C++ · 1056 lines
45 #if USE_DYNAMIC_LOAD_OMX_COMPONENTS
46 OMX_ERRORTYPE OmxComponentFactoryDynamicCreate(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OMX_U32 &aRefCount);
47 OMX_ERRORTYPE OmxComponentFactoryDynamicDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OMX_U32 &aRefCount);
48 #endif
93 // external factory functions needed for creation of each component (or stubs for testing)
94 extern OMX_ERRORTYPE Mpeg4OmxComponentFactory(OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_PTR pAppData, OMX_IN OMX_PTR pProxy, OMX_STRING aOmxLibName, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OMX_U32 &aRefCount);
95 extern OMX_ERRORTYPE Mpeg4OmxComponentDestructor(OMX_IN OMX_HANDLETYPE pHandle, OMX_PTR &aOmxLib, OMX_PTR aOsclUuid, OMX_U32 &aRefCount);
96 #endif
97 #endif
111 #if USE_DYNAMIC_LOAD_OMX_COMPONENTS
112 pCRT->FunctionPtrCreateComponent = &OmxComponentFactoryDynamicCreate;
113 pCRT->FunctionPtrDestroyComponent = &OmxComponentFactoryDynamicDestructor;
114 pCRT->SharedLibraryName = (OMX_STRING)"libomx_m4vdec_sharedlibrary.so";
115 pCRT->SharedLibraryPtr = NULL;
ComboDropList.pypp.cpp (https://bitbucket.org/ahernandez52/school-mantis-2.git) C++ · 561 lines
242 Base class for the combo box drop down list. This is a specialisation of the Listbox class.\n\
243 *\n", bp::init< CEGUI::String const &, CEGUI::String const & >(( bp::arg("type"), bp::arg("name") ), "*************************************************************************\n\
244 Constructor & Destructor\n\
245 *************************************************************************\n\
246 *!\n\