Home
last modified time | relevance | path

Searched defs:set_from_string (Results 1 – 25 of 31) sorted by relevance

12

/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/be13_api/
H A Dutils.h46 inline void set_from_string(int *ret, std::string v) { *ret = std::stoi(v); }; in set_from_string() function
47 inline void set_from_string(unsigned int *ret, std::string v) { *ret = std::stoul(v); }; in set_from_string() function
48 inline void set_from_string(uint64_t *ret, std::string v) { *ret = std::stoull(v); }; in set_from_string() function
49 inline void set_from_string(uint8_t *ret, std::string v) { *ret = std::stoul(v); }; in set_from_string() function
51 inline void set_from_string(std::string *ret, std::string v) { *ret = v; }; in set_from_string() function
52 inline void set_from_string(bool *ret, std::string v) { in set_from_string() function
/dports/audio/ardour6/Ardour-6.8.0/libs/pbd/pbd/
H A Dconfiguration_variable.h76 virtual void set_from_string (std::string const & s) { in set_from_string() function
112 virtual void set_from_string (std::string const & s) { in set_from_string() function
136 void set_from_string (std::string const & s) { in set_from_string() function
161 void set_from_string (std::string const & s) { in set_from_string() function
/dports/audio/rhvoice/RHVoice-1.2.4/src/include/core/
H A Dproperty.hpp167 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::numeric_property
199 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::char_property
237 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::enum_property
274 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::string_property
357 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::charset_property
403 bool set_from_string(const std::string& s) in set_from_string() function in RHVoice::stringset_property
/dports/shells/fish/fish-3.3.1/src/
H A Dfuture_feature_flags.cpp33 void features_t::set_from_string(const wcstring &str) { in set_from_string() function in features_t
/dports/textproc/htmlc/htmlc-2.21.0/compiler/
H A Dlang.mli84 val set_from_string : string -> unit;; val
H A Dlang.ml132 let set_from_string s = set (lang_of_string s);; function
/dports/games/traingame/traingame-cb6513e/src/
H A DConfig.cpp135 void Config::set_from_string(const string& a_key, const string& a_string) in set_from_string() function in Config
/dports/databases/libgdamm5/libgdamm-4.99.11/libgda/libgdamm/
H A Dnumeric.cc128 void Numeric::set_from_string(const Glib::ustring& str) in set_from_string() function in Gnome::Gda::Numeric
/dports/graphics/cluttermm/cluttermm-1.17.3/clutter/cluttermm/
H A Dcolor.cc74 void Color::set_from_string(const Glib::ustring& color) in set_from_string() function in Clutter::Color
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/compute/
H A Ddevice_info.hpp130 status_t set_from_string(const char *s) { in set_from_string() function
/dports/math/onednn/oneDNN-2.5.1/src/gpu/compute/
H A Ddevice_info.hpp146 status_t set_from_string(const char *s) { in set_from_string() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/examples/python/
H A Dsymbolication.py187 def set_from_string(self, s): member in Section
/dports/math/barvinok/barvinok-0.41.5/
H A Dtestlib.cc33 void set_from_string(T& v, const char *s) in set_from_string() function
/dports/devel/onetbb/oneTBB-2021.4.0/examples/test_all/fibonacci/
H A Dfibonacci.cpp420 void IntRange::set_from_string(const char *s) { in set_from_string() function in IntRange
/dports/multimedia/wf-recorder/wf-recorder-0.2.1/src/
H A Dmain.cpp459 void set_from_string(std::string geometry_string) in set_from_string() function
/dports/devel/tbb/oneTBB-2020.3/examples/test_all/fibonacci/
H A DFibonacci.cpp533 void IntRange::set_from_string( const char* s ) { in set_from_string() function in IntRange

12