Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dstringencode.h192 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
Dhttpcommon.cc133 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
Dsocketaddress.cc181 bool SocketAddress::FromString(const std::string& str) { in FromString() function in rtc::SocketAddress
/external/syzkaller/pkg/hash/
Dhash.go44 func FromString(str string) (Sig, error) { func
/external/clang/include/clang/Frontend/
DCommandLineSourceLoc.h33 static ParsedSourceLocation FromString(StringRef Str) { in FromString() function
/external/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp37 #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/
Dcfx_cssselector.cpp51 std::unique_ptr<CFX_CSSSelector> CFX_CSSSelector::FromString( in FromString() function in CFX_CSSSelector
/external/python/google-api-python-client/tests/
Dtest_protobuf_model.py43 def FromString(cls, string): member in MockProtocolBuffer
/external/perfetto/src/trace_processor/
Dquery_constraints.cc105 QueryConstraints QueryConstraints::FromString(const char* idxStr) { in FromString() function in perfetto::trace_processor::QueryConstraints
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPSIntTest.cpp146 TEST(APSIntTest, FromString) { in TEST() argument
/external/llvm/unittests/ADT/
DAPSIntTest.cpp146 TEST(APSIntTest, FromString) { in TEST() argument
/external/protobuf/src/google/protobuf/util/
Dtime_util.cc149 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
Dfield_mask_util.cc46 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
/external/grpc-grpc/test/cpp/util/
Dstring_ref_test.cc53 TEST_F(StringRefTest, FromString) { in TEST_F() argument
/external/libchrome/base/time/
Dtime.h648 static bool FromString(const char* time_string, in FromString() function
/external/libchrome/base/
Dcommand_line.cc246 CommandLine CommandLine::FromString(const string16& command_line) { in FromString() function in base::CommandLine
/external/protobuf/python/google/protobuf/internal/
Dpython_message.py778 def FromString(s): function
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2431 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in CheckAndGetInteger() function