Searched refs:from_str (Results 1 – 3 of 3) sorted by relevance
50 def from_str(raw_size: Optional[str]) -> "Size": member in Size160 size = Size.from_str(raw_project.get("size", None))
127 max_size = Size.from_str(args.max_size)
204 void from_str(const char *);215 { from_str(s); } in real_c_float()222 { from_str(s); return *this; } in operator =()264 real_c_float::from_str (const char *s) in from_str() function in real_c_float483 static T from_str (const char *);495 { image = from_str(s); } in native_float()502 { image = from_str(s); return *this; } in operator =()563 native_float<T>::from_str (const char *s) in from_str() function in native_float570 native_float<float>::from_str (const char *s) in from_str() function in native_float577 native_float<double>::from_str (const char *s) in from_str() function in native_float