Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/webrtc/base/
Dstringencode.h178 static bool FromString(const std::string& s, T* t) { in FromString() function
193 static inline T FromString(const std::string& str) { in FromString() function
198 static inline T FromString(const T& defaultValue, const std::string& str) { in FromString() function
Dhttpcommon.cc131 bool FromString(HttpVersion& version, const std::string& str) { in FromString() function
139 bool FromString(HttpVerb& verb, const std::string& str) { in FromString() function
147 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_org/third_party/libjingle/source/talk/base/
Dstringencode.h195 static bool FromString(const std::string& s, T* t) { in FromString() function
210 static inline T FromString(const std::string& str) { in FromString() function
215 static inline T FromString(const T& defaultValue, const std::string& str) { in FromString() function
Dhttpcommon.cc148 bool FromString(HttpVersion& version, const std::string& str) { in FromString() function
156 bool FromString(HttpVerb& verb, const std::string& str) { in FromString() function
164 bool FromString(HttpHeader& header, const std::string& str) { in FromString() function
Dsocketaddress.cc198 bool SocketAddress::FromString(const std::string& str) { in FromString() function in talk_base::SocketAddress
/external/chromium_org/tools/json_schema_compiler/test/
Dfeatures_unittest.cc12 TEST(FeaturesGeneratorTest, FromString) { in TEST() argument
/external/chromium_org/extensions/browser/api/storage/
Dsettings_namespace.cc34 Namespace FromString(const std::string& namespace_string) { in FromString() function
/external/chromium_org/net/base/
Dhost_port_pair.cc31 HostPortPair HostPortPair::FromString(const std::string& str) { in FromString() function in net::HostPortPair
Dhash_value.cc48 bool HashValue::FromString(const base::StringPiece value) { in FromString() function in net::HashValue
/external/chromium_org/cloud_print/service/
Dservice_state_unittest.cc38 TEST(ServiceStateTest, FromString) { in TEST() argument
Dservice_state.cc100 bool ServiceState::FromString(const std::string& json) { in FromString() function in ServiceState
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
/external/chromium_org/remoting/protocol/
Dauthentication_method.cc36 AuthenticationMethod AuthenticationMethod::FromString( in FromString() function in remoting::protocol::AuthenticationMethod
/external/chromium_org/remoting/base/
Drsa_key_pair.cc39 scoped_refptr<RsaKeyPair> RsaKeyPair::FromString( in FromString() function in remoting::RsaKeyPair
/external/qemu/android/filesystems/
Dpartition_types_unittest.cpp66 TEST(AndroidPartitionType, FromString) { in TEST() argument
/external/chromium_org/skia/ext/
Dimage_operations_bench.cc122 void FromString(const std::string& arg) { in FromString() function in __anonf309735f0111::Dimensions
/external/chromium_org/base/time/
Dtime.h387 static bool FromString(const char* time_string, Time* parsed_time) { in FromString() function
/external/chromium_org/chrome/common/
Dcontent_settings_pattern.cc387 ContentSettingsPattern ContentSettingsPattern::FromString( in FromString() function in ContentSettingsPattern
/external/chromium_org/base/
Dcommand_line.cc227 CommandLine CommandLine::FromString(const std::wstring& command_line) { in FromString() function in base::CommandLine
/external/chromium_org/third_party/re2/re2/
Dprefilter.cc190 Prefilter* Prefilter::FromString(const string& str) { in FromString() function in re2::Prefilter
/external/regex-re2/re2/
Dprefilter.cc190 Prefilter* Prefilter::FromString(const string& str) { in FromString() function in re2::Prefilter
/external/chromium_org/chrome/installer/test/
Dalternate_version_generator.cc111 static ChromeVersion FromString(const std::string& version_string) { in FromString() function in __anonaf371e670111::ChromeVersion
/external/protobuf/python/google/protobuf/
Dreflection.py605 def FromString(s): function
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py555 def FromString(s): function

12