Searched refs:from_str (Results 1 – 5 of 5) sorted by relevance
50 def from_str(raw_size: Optional[str]) -> "Size": member in Size160 size = Size.from_str(raw_project.get("size", None))
126 max_size = Size.from_str(args.max_size)
203 void from_str(const char *);214 { from_str(s); } in real_c_float()221 { from_str(s); return *this; } in operator =()263 real_c_float::from_str (const char *s) in from_str() function in real_c_float482 static T from_str (const char *);494 { image = from_str(s); } in native_float()501 { image = from_str(s); return *this; } in operator =()562 native_float<T>::from_str (const char *s) in from_str() function in native_float569 native_float<float>::from_str (const char *s) in from_str() function in native_float576 native_float<double>::from_str (const char *s) in from_str() function in native_float
1921 static std::vector<Signature> from_str = variable1964 { "read_from_str", from_str },