Searched defs:FromString (Results 1 – 7 of 7) sorted by relevance
153 static bool FromString(const std::string& s, T* t) { in FromString() function167 static inline T FromString(const std::string& str) { in FromString() function172 static inline T FromString(const T& defaultValue, const std::string& str) { in FromString() function
148 bool FromString(HttpVersion& version, const std::string& str) { in FromString() function156 bool FromString(HttpVerb& verb, const std::string& str) { in FromString() function164 bool FromString(HttpHeader& header, const std::string& str) { in FromString() function
146 bool SocketAddress::FromString(const std::string& str) { in FromString() function in talk_base::SocketAddress
32 static ParsedSourceLocation FromString(llvm::StringRef Str) { in FromString() function
101 bool Time::FromString(const wchar_t* time_string, Time* parsed_time) { in FromString() function in base::Time
188 CommandLine CommandLine::FromString(const std::wstring& command_line) { in FromString() function in CommandLine
605 def FromString(s): function