/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/syzkaller/pkg/hash/ |
D | hash.go | 44 func FromString(str string) (Sig, error) { func
|
/external/clang/include/clang/Frontend/ |
D | CommandLineSourceLoc.h | 33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_cast_main.cpp | 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ argument 57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \ argument 77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \ argument
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssselector.cpp | 51 std::unique_ptr<CFX_CSSSelector> CFX_CSSSelector::FromString( in FromString() function in CFX_CSSSelector
|
/external/python/google-api-python-client/tests/ |
D | test_protobuf_model.py | 43 def FromString(cls, string): member in MockProtocolBuffer
|
/external/perfetto/src/trace_processor/ |
D | query_constraints.cc | 105 QueryConstraints QueryConstraints::FromString(const char* idxStr) { in FromString() function in perfetto::trace_processor::QueryConstraints
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 146 TEST(APSIntTest, FromString) { in TEST() argument
|
/external/llvm/unittests/ADT/ |
D | APSIntTest.cpp | 146 TEST(APSIntTest, FromString) { in TEST() argument
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.cc | 149 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
|
D | field_mask_util.cc | 46 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
|
/external/grpc-grpc/test/cpp/util/ |
D | string_ref_test.cc | 53 TEST_F(StringRefTest, FromString) { in TEST_F() argument
|
/external/libchrome/base/time/ |
D | time.h | 648 static bool FromString(const char* time_string, in FromString() function
|
/external/libchrome/base/ |
D | command_line.cc | 246 CommandLine CommandLine::FromString(const string16& command_line) { in FromString() function in base::CommandLine
|
/external/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 778 def FromString(s): function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2431 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in CheckAndGetInteger() function
|