HomeSort by relevance Sort by last modified time
    Searched defs:FromString (Results 1 - 15 of 15) sorted by null

  /external/clang/include/clang/Frontend/
CommandLineSourceLoc.h 33 static ParsedSourceLocation FromString(StringRef Str) {
75 Val = ParsedSourceLocation::FromString(ArgValue);
  /external/webrtc/webrtc/base/
stringencode.h 192 static bool FromString(const std::string& s, T* t) {
207 static inline T FromString(const std::string& str) {
208 T val; FromString(str, &val); return val;
212 static inline T FromString(const T& defaultValue, const std::string& str) {
213 T val(defaultValue); FromString(str, &val); return val;
socketaddress.cc 181 bool SocketAddress::FromString(const std::string& str) {
httpcommon.cc 133 bool FromString(HttpVersion& version, const std::string& str) {
141 bool FromString(HttpVerb& verb, const std::string& str) {
149 bool FromString(HttpHeader& header, const std::string& str) {
435 combine = !FromString(header, name) || HttpHeaderIsCollapsible(header)
544 if (!FromString(verb, sverb.c_str())) {
  /external/libchrome/base/
command_line.cc 241 CommandLine CommandLine::FromString(const string16& command_line) {
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssstylesheet.cpp 241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen);
411 IFDE_CSSSelector* CFDE_CSSSelector::FromString(IFX_MEMAllocator* pStaticStore,
  /external/libchrome/base/time/
time.h 528 // 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) {
  /external/protobuf/python/google/protobuf/internal/
cpp_message.py 650 def FromString(string):
654 cls.FromString = staticmethod(FromString)
python_message.py 581 def FromString(s):
585 cls.FromString = staticmethod(FromString)
    [all...]
  /external/regex-re2/re2/
prefilter.cc 166 or_prefilter = Or(or_prefilter, FromString(*i));
190 Prefilter* Prefilter::FromString(const string& str) {
  /external/nanopb-c/generator/google/protobuf/internal/
python_message.py 555 def FromString(s):
559 cls.FromString = staticmethod(FromString)
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-user.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 465 milliseconds