Home
last modified time | relevance | path

Searched defs:FromString (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/base/
Dstringencode.h192 static bool FromString(const std::string& s, T* t) { in FromString() function
207 static inline T FromString(const std::string& str) { in FromString() function
212 static inline T FromString(const T& defaultValue, const std::string& str) { in FromString() function
Dhttpcommon.cc133 bool FromString(HttpVersion& version, const std::string& str) { in FromString() function
141 bool FromString(HttpVerb& verb, const std::string& str) { in FromString() function
149 bool FromString(HttpHeader& header, const std::string& str) { in FromString() function
Dsocketaddress.cc181 bool SocketAddress::FromString(const std::string& str) { in FromString() function in rtc::SocketAddress
/external/chromium-trace/catapult/perf_insights/perf_insights/
Dcorpus_query.py123 def FromString(s): member in Filter
201 def FromString(filterString): member in CorpusQuery
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
/external/llvm/unittests/ADT/
DAPSIntTest.cpp146 TEST(APSIntTest, FromString) { in TEST() argument
/external/libchrome/base/time/
Dtime.h533 static bool FromString(const char* time_string, Time* parsed_time) { in FromString() function
/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssstylesheet.cpp411 IFDE_CSSSelector* CFDE_CSSSelector::FromString(IFX_MEMAllocator* pStaticStore, in FromString() function in CFDE_CSSSelector
/external/libchrome/base/
Dcommand_line.cc241 CommandLine CommandLine::FromString(const string16& command_line) { in FromString() function in base::CommandLine
/external/regex-re2/re2/
Dprefilter.cc190 Prefilter* Prefilter::FromString(const string& str) { in FromString() function in re2::Prefilter
/external/nanopb-c/generator/google/protobuf/internal/
Dpython_message.py555 def FromString(s): function
/external/protobuf/python/google/protobuf/internal/
Dcpp_message.py650 def FromString(string): function
Dpython_message.py581 def FromString(s): function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc1827 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in CheckAndGetInteger() function