Home
last modified time | relevance | path

Searched refs:_what (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/dports/biology/lamarc/lamarc-2.1.8/src/conversion/
H A DConverter_DataSourceException.h34 string _what;
36 ConverterTestError(const string& wh): _what (wh) { }; in ConverterTestError()
45 string _what;
56 string _what;
67 string _what;
78 string _what;
89 string _what;
91 FileNotFoundError(const string& wh): _what (wh) { }; in FileNotFoundError()
100 string _what;
102 FileFormatError(const string& wh): _what (wh) { }; in FileFormatError()
[all …]
/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Du_probe.cc31 :_what(what), in PROBE()
43 :_what(p._what), in PROBE()
60 _what = p._what; in operator =()
82 _what = ""; in detach()
93 return _what + '(' + _brh->long_label() + ')'; in label()
95 return _what + "(0)"; in label()
103 return _brh->probe_num(_what); in value()
111 if (Umatch(_what, "iter ")) { in probe_node()
119 }else if (Umatch(_what, "control ")) { in probe_node()
121 }else if (Umatch(_what, "damp ")) {untested(); in probe_node()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/control/
H A Derrhandling.cpp17 data_error::data_error(const std::string& wh): _what (wh) { }; in data_error()
21 data_error::what () const throw() { return _what.c_str (); }; in what()
24 data_error::whatString() const { return _what;}; in whatString()
84 std::string _what;
174 std::string _what;
188 std::string _what;
202 std::string _what;
216 std::string _what;
230 std::string _what;
232 alloc_error(const std::string& wh) : _what(wh) { };
[all …]
H A Derrhandling.h35 std::string _what;
155 std::string _what;
159 rejecttree_error(const std::string& wh) : _what(wh) {}; in rejecttree_error()
262 std::string _what;
277 std::string _what;
292 std::string _what;
307 std::string _what;
322 std::string _what;
325 alloc_error(const std::string& wh) : _what(wh) { }; in alloc_error()
338 std::string _what;
[all …]
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/contrib/
H A Dssl_connection.cpp54 this->_what+="SSLError:"; in SSLConnectionException()
55 this->_what+=get_error_queue(); in SSLConnectionException()
61 this->_what+=ulxr::getLatin1(strPhrase); in SSLConnectionException()
67 this->_what+="SSLError:"; in SSLConnectionException()
72 this->_what+=" SSL_ERROR_NONE"; in SSLConnectionException()
78 this->_what+=" SSL_ERROR_WANT_READ"; in SSLConnectionException()
103 this->_what+=" "; in SSLConnectionException()
114 this->_what+=get_error_queue(); in SSLConnectionException()
145 return ulxr::getUnicode(_what.c_str()); in ULXR_API_IMPL()
147 return _what.c_str(); in ULXR_API_IMPL()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/src/ui_util/
H A Dundoredochain.h59 std::string _what;
61 UndoRedoCannotUndo(): _what ("Nothing to undo") {}; in UndoRedoCannotUndo()
63 virtual const char* what () const throw() { return _what.c_str (); }; in what()
69 std::string _what;
71 UndoRedoCannotRedo(): _what ("Nothing to redo") {}; in UndoRedoCannotRedo()
73 virtual const char* what () const throw() { return _what.c_str (); }; in what()
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/3rd/lemon-1.3.1/lemon/
H A Derror.h63 mutable std::string _what; variable
138 _what.clear(); in what()
145 _what = oss.str(); in what()
148 if (!_what.empty()) return _what.c_str(); in what()
164 mutable std::string _what; variable
252 _what.clear(); in what()
263 _what = oss.str(); in what()
266 if (!_what.empty()) return _what.c_str(); in what()
/dports/math/lemon/lemon-1.3.1/lemon/
H A Derror.h63 mutable std::string _what; variable
138 _what.clear(); in what()
145 _what = oss.str(); in what()
148 if (!_what.empty()) return _what.c_str(); in what()
164 mutable std::string _what; variable
252 _what.clear(); in what()
263 _what = oss.str(); in what()
266 if (!_what.empty()) return _what.c_str(); in what()
/dports/misc/openmvg/openMVG-2.0/src/third_party/lemon/lemon/
H A Derror.h63 mutable std::string _what; variable
138 _what.clear(); in what()
145 _what = oss.str(); in what()
148 if (!_what.empty()) return _what.c_str(); in what()
164 mutable std::string _what; variable
252 _what.clear(); in what()
263 _what = oss.str(); in what()
266 if (!_what.empty()) return _what.c_str(); in what()
/dports/net-mgmt/mk-livestatus/mk-livestatus-1.2.8p25/src/
H A DCustomVarsColumn.cc31 if (_what == CVT_DICT) { in output()
43 } else if (_what == CVT_DICT) { in output()
48 if (_what == CVT_VARNAMES) { in output()
50 } else if (_what == CVT_VALUES) { in output()
60 if (_what == CVT_DICT) { in output()
87 _what == CVT_VARNAMES ? cvm->variable_name : cvm->variable_value; in contains()
/dports/biology/hyphy/hyphy-2.5.33/res/TemplateBatchFiles/
H A DCleanGaps.bf1 function _standardAnalysisBFHelp (_what)
3 if (_what == "Synopsis")
7 if (_what == "Input")
11 if (_what == "Output")
15 if (_what == "Options")
22 if (_what == "Further")
26 if (_what == "Author")
30 if (_what == "Version")
34 if (_what == "Date")
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/NOMAD/src/
H A DException.cpp52 if ( !_what.empty() ) in what()
53 oss << " " << _what; in what()
54 _what = oss.str(); in what()
55 return _what.c_str(); in what()
/dports/graphics/vips/vips-8.12.0/cplusplus/include/vips/
H A DVError8.h47 std::string _what; variable
53 VError( const std::string &what ) : _what( what ) {} in VError()
59 VError() : _what( vips_error_buffer() ) {} in VError()
66 virtual const char *what() const throw() { return _what.c_str(); } in what()
/dports/devel/fuzzylite/fuzzylite-6.0/fuzzylite/src/
H A DException.cpp49 : std::exception(), _what(what) { in Exception()
55 : std::exception(), _what(what) { in Exception()
63 this->_what = what; in setWhat()
67 return this->_what; in getWhat()
71 return this->_what.c_str(); in what()
75 this->_what += whatElse + "\n"; in append()
81 _what += ss.str(); in append()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/all/
H A Dcofftag.s40 .globl _what
43 _what: label
51 .def _what
52 .val _what
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/gas/testsuite/gas/all/
H A Dcofftag.s40 .globl _what
43 _what: label
51 .def _what
52 .val _what
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/gas/testsuite/gas/all/
H A Dcofftag.s40 .globl _what
43 _what: label
51 .def _what
52 .val _what
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/all/
H A Dcofftag.s43 .globl _what
46 _what: label
54 .def _what
55 .val _what
/dports/devel/boost-docs/boost_1_72_0/libs/phoenix/test/statement/
H A Dexceptions.cpp25 : _sliced(true), _what(msg) in base_exception()
29 : _sliced(true), _what(other._what) in base_exception()
36 return _what; in what()
40 char const *_what; member
/dports/devel/boost-python-libs/boost_1_72_0/libs/phoenix/test/statement/
H A Dexceptions.cpp25 : _sliced(true), _what(msg) in base_exception()
29 : _sliced(true), _what(other._what) in base_exception()
36 return _what; in what()
40 char const *_what; member

12345678910>>...15