Home
last modified time | relevance | path

Searched refs:SafeExecute (Results 1 – 9 of 9) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/
H A DIoss_ScopeGuard.h41 template <typename J> static void SafeExecute(J &j) in SafeExecute() function
69 ~ScopeGuardImpl0() { SafeExecute(*this); } in ~ScopeGuardImpl0()
86 ~ScopeGuardImpl1() { SafeExecute(*this); } in ~ScopeGuardImpl1()
107 ~ScopeGuardImpl2() { SafeExecute(*this); } in ~ScopeGuardImpl2()
131 ~ScopeGuardImpl3() { SafeExecute(*this); } in ~ScopeGuardImpl3()
157 ~ObjScopeGuardImpl0() { SafeExecute(*this); } in ~ObjScopeGuardImpl0()
192 ~ObjScopeGuardImpl1() { SafeExecute(*this); } in ~ObjScopeGuardImpl1()
230 ~ObjScopeGuardImpl2() { SafeExecute(*this); } in ~ObjScopeGuardImpl2()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dscopeguard.h98 static void SafeExecute(J& j) throw() { in SafeExecute() function
138 SafeExecute(*this); in throw()
164 SafeExecute(*this); in throw()
191 SafeExecute(*this); in throw()
219 SafeExecute(*this); in throw()
250 SafeExecute(*this); in throw()
287 SafeExecute(*this); in throw()
332 SafeExecute(*this); in throw()
/dports/devel/loki/loki-0.1.7/include/loki/
H A DScopeGuard.h61 static void SafeExecute(J& j) throw() in SafeExecute() function
118 SafeExecute(*this); in throw()
165 SafeExecute(*this); in throw()
213 SafeExecute(*this); in throw()
262 SafeExecute(*this); in throw()
313 SafeExecute( *this ); in throw()
366 SafeExecute( *this ); in throw()
420 SafeExecute(*this); in throw()
482 SafeExecute(*this); in throw()
545 SafeExecute(*this); in throw()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dataset/
H A Dscanner_internal.h154 inline Future<RecordBatchVector> SafeExecute(Executor* executor) override { in SafeExecute() function
155 return task_->SafeExecute(executor).Then( in SafeExecute()
H A Dscanner.h155 virtual Future<RecordBatchVector> SafeExecute(::arrow::internal::Executor* executor);
H A Dfile_csv.cc213 Future<RecordBatchVector> SafeExecute(Executor* executor) override { in SafeExecute() function in arrow::dataset::CsvScanTask
H A Dscanner.cc78 Future<RecordBatchVector> ScanTask::SafeExecute(Executor* executor) { in SafeExecute() function in arrow::dataset::ScanTask
975 [&](Executor* executor) { return scan_task->SafeExecute(executor); })); in ToTable()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/
H A Dnativeparser.h404 …bool SafeExecute(const wxString& app_path, const wxString& app, const wxString& args, wxArrayStrin…
H A Dnativeparser.cpp1998 … if ( !SafeExecute(compiler->GetMasterPath(), compiler->GetPrograms().CPP, args, output, error) ) in AddCompilerPredefinedMacrosGCC()
2085 …if ( !SafeExecute(compiler->GetMasterPath(), compiler->GetPrograms().C, wxEmptyString, output, err… in AddCompilerPredefinedMacrosVC()
2273 if ( !SafeExecute(cpp_path, cpp_executable, args, output, error) ) in GetGCCCompilerDirs()
2343 bool NativeParser::SafeExecute(const wxString& app_path, const wxString& app, const wxString& args,… in SafeExecute() function in NativeParser