Home
last modified time | relevance | path

Searched refs:fallback_func (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/convert/example/
Dgetting_serious.cpp82 struct fallback_func struct
106 int i2 = convert<int>(str, cnv).value_or_eval(fallback_func()); in example4() argument
107 int i3 = convert<int>(str, cnv, fallback_func()); // Same as above. Alternative API. in example4()
125 int i2 = convert<int>(str, cnv, fallback_func()); in example7()
139 int m2 = convert<int>(str, cnv).value_or_eval(fallback_func()); in example7()
144 int n2 = convert<int>(str).value_or_eval(fallback_func()); in example7()
/third_party/boost/libs/convert/doc/
Dno_optional_interface.qbk18 TypeOut convert(TypeIn const&, Converter const&, Functor const& fallback_func);
/third_party/python/Lib/multiprocessing/
Dmanagers.py290 fallback_func = self.fallback_mapping[methodname]
291 result = fallback_func(