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/clang/include/clang/Frontend/
DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
/external/pdfium/xfa/fde/css/
Dcfde_cssselector.cpp57 std::unique_ptr<CFDE_CSSSelector> CFDE_CSSSelector::FromString( in FromString() function in CFDE_CSSSelector
/external/llvm/unittests/ADT/
DAPSIntTest.cpp146 TEST(APSIntTest, FromString) { in TEST() argument
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc149 bool TimeUtil::FromString(const string& value, Timestamp* timestamp) { in FromString() function in google::protobuf::util::TimeUtil
193 bool TimeUtil::FromString(const string& value, Duration* duration) { in FromString() function in google::protobuf::util::TimeUtil
Dfield_mask_util.cc46 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
/external/libchrome/base/time/
Dtime.h558 static bool FromString(const char* time_string, Time* parsed_time) { in FromString() function
/external/libchrome/base/
Dcommand_line.cc249 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/
Dpython_message.py778 def FromString(s): function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2431 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in CheckAndGetInteger() function