Searched defs:FromString (Results 1 - 20 of 20) sorted by last modified time

/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/protobuf/python/google/protobuf/
H A Dreflection.py605 def FromString(s): function in function:_AddStaticMethods
609 cls.FromString = staticmethod(FromString)
/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/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc131 bool FromString(HttpVersion& version, const std::string& str) { function in namespace:rtc
139 bool FromString(HttpVerb& verb, const std::string& str) { function in namespace:rtc
147 bool FromString(HttpHeader& header, const std::string& str) { function in namespace:rtc
424 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
533 if (!FromString(verb, sverb.c_str())) {
H A Dsocketaddress.cc181 bool SocketAddress::FromString(const std::string& str) { function in class:rtc::SocketAddress
H A Dstringencode.h178 static bool FromString(const std::string& s, T* t) { function in namespace:rtc
193 static inline T FromString(const std::string& str) { function in namespace:rtc
194 T val; FromString(str, &val); return val;
198 static inline T FromString(const T& defaultValue, const std::string& str) { function in namespace:rtc
199 T val(defaultValue); FromString(str, &val); return val;
/external/chromium_org/third_party/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.py555 def FromString(s): function in function:_AddStaticMethods
559 cls.FromString = staticmethod(FromString)
/external/chromium_org/third_party/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/chromium_org/net/base/
H A Dhash_value.cc48 bool HashValue::FromString(const base::StringPiece value) { function in class:net::HashValue
H A Dhost_port_pair.cc31 HostPortPair HostPortPair::FromString(const std::string& str) { function in class:net::HostPortPair
/external/chromium_org/remoting/base/
H A Drsa_key_pair.cc39 scoped_refptr<RsaKeyPair> RsaKeyPair::FromString( function in class:remoting::RsaKeyPair
/external/chromium_org/remoting/protocol/
H A Dauthentication_method.cc36 AuthenticationMethod AuthenticationMethod::FromString( function in class:remoting::protocol::AuthenticationMethod
/external/chromium_org/skia/ext/
H A Dimage_operations_bench.cc122 void FromString(const std::string& arg) { function in class:__anon10673::Dimensions
194 source_.FromString(value);
196 dest_.FromString(value);
/external/chromium_org/extensions/browser/api/storage/
H A Dsettings_namespace.cc34 Namespace FromString(const std::string& namespace_string) { function in namespace:extensions::settings_namespace
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc111 static ChromeVersion FromString(const std::string& version_string) { function in class:__anon5736::ChromeVersion
694 ctx.new_version = ChromeVersion::FromString(version.GetString());
/external/chromium_org/cloud_print/service/
H A Dservice_state.cc100 bool ServiceState::FromString(const std::string& json) { function in class:ServiceState
/external/chromium_org/components/content_settings/core/common/
H A Dcontent_settings_pattern.cc427 ContentSettingsPattern ContentSettingsPattern::FromString( function in class:ContentSettingsPattern
/external/chromium_org/base/
H A Dcommand_line.cc227 CommandLine CommandLine::FromString(const std::wstring& command_line) { function in class:base::CommandLine
/external/chromium_org/base/time/
H A Dtime.h381 // in the input string, FromString assumes local time and FromUTCString
384 // TODO(iyengar) Move the FromString/FromTimeT/ToTimeT/FromFileTime to
386 static bool FromString(const char* time_string, Time* parsed_time) { function in class:base::Time

Completed in 5754 milliseconds