Searched defs:FromString (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/base/
H A Dstringencode.h192 static bool FromString(const std::string& s, T* t) { function in namespace:rtc
207 static inline T FromString(const std::string& str) { function in namespace:rtc
208 T val; FromString(str, &val); return val;
212 static inline T FromString(const T& defaultValue, const std::string& str) { function in namespace:rtc
213 T val(defaultValue); FromString(str, &val); return val;
H A Dsocketaddress.cc181 bool SocketAddress::FromString(const std::string& str) { function in class:rtc::SocketAddress
H A Dhttpcommon.cc133 bool FromString(HttpVersion& version, const std::string& str) { function in namespace:rtc
141 bool FromString(HttpVerb& verb, const std::string& str) { function in namespace:rtc
149 bool FromString(HttpHeader& header, const std::string& str) { function in namespace:rtc
435 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
544 if (!FromString(verb, sverb.c_str())) {
/external/clang/include/clang/Frontend/
H A DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { function in struct:clang::ParsedSourceLocation
75 Val = ParsedSourceLocation::FromString(ArgValue);
/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssstylesheet.cpp241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen);
411 IFDE_CSSSelector* CFDE_CSSSelector::FromString(IFX_MEMAllocator* pStaticStore, function in class:CFDE_CSSSelector
/external/libchrome/base/
H A Dcommand_line.cc241 CommandLine CommandLine::FromString(const string16& command_line) { function in class:base::CommandLine
/external/protobuf/python/google/protobuf/internal/
H A Dcpp_message.py650 def FromString(string): function in function:_AddMessageMethods
654 cls.FromString = staticmethod(FromString)
H A Dpython_message.py581 def FromString(s): function in function:_AddStaticMethods
585 cls.FromString = staticmethod(FromString)
/external/regex-re2/re2/
H A Dprefilter.cc166 or_prefilter = Or(or_prefilter, FromString(*i));
190 Prefilter* Prefilter::FromString(const string& str) { function in class:re2::Prefilter
/external/libchrome/base/time/
H A Dtime.h528 // in the input string, FromString assumes local time and FromUTCString
531 // TODO(iyengar) Move the FromString/FromTimeT/ToTimeT/FromFileTime to
533 static bool FromString(const char* time_string, Time* parsed_time) { function
/external/nanopb-c/generator/google/protobuf/internal/
H A Dpython_message.py555 def FromString(s): function in function:_AddStaticMethods
559 cls.FromString = staticmethod(FromString)
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1827 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { function in namespace:google::protobuf::python::cmessage
2158 { "FromString", (PyCFunction)FromString, METH_O | METH_CLASS,
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-user.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/activity/ ...

Completed in 688 milliseconds