/external/webrtc/webrtc/base/ |
D | stringencode.h | 192 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
|
D | httpcommon.cc | 133 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
|
D | socketaddress.cc | 181 bool SocketAddress::FromString(const std::string& str) { in FromString() function in rtc::SocketAddress
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
D | corpus_query.py | 123 def FromString(s): member in Filter 201 def FromString(filterString): member in CorpusQuery
|
/external/clang/include/clang/Frontend/ |
D | CommandLineSourceLoc.h | 33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
|
/external/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 146 TEST(APSIntTest, FromString) { in TEST() argument
|
/external/libchrome/base/time/ |
D | time.h | 533 static bool FromString(const char* time_string, Time* parsed_time) { in FromString() function
|
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssstylesheet.cpp | 411 IFDE_CSSSelector* CFDE_CSSSelector::FromString(IFX_MEMAllocator* pStaticStore, in FromString() function in CFDE_CSSSelector
|
/external/libchrome/base/ |
D | command_line.cc | 241 CommandLine CommandLine::FromString(const string16& command_line) { in FromString() function in base::CommandLine
|
/external/regex-re2/re2/ |
D | prefilter.cc | 190 Prefilter* Prefilter::FromString(const string& str) { in FromString() function in re2::Prefilter
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | python_message.py | 555 def FromString(s): function
|
/external/protobuf/python/google/protobuf/internal/ |
D | cpp_message.py | 650 def FromString(string): function
|
D | python_message.py | 581 def FromString(s): function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1827 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in CheckAndGetInteger() function
|