Home
last modified time | relevance | path

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

/third_party/gn/src/gn/
Dversion_unittest.cc9 TEST(VersionTest, FromString) { in TEST() argument
Dversion.cc20 std::optional<Version> Version::FromString(std::string s) { in FromString() function in Version
/third_party/skia/third_party/externals/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
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs110 public void FromString(string input, string[] expectedOutput) in FromString() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs109 public static FieldMask FromString(string value) in FromString() method in Google.Protobuf.WellKnownTypes.FieldMask
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map.h78 static constexpr Charmap FromString(const char* s) { in FromString() function
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc159 bool TimeUtil::FromString(const std::string& value, Timestamp* timestamp) { in FromString() function in google::protobuf::util::TimeUtil
203 bool TimeUtil::FromString(const std::string& value, Duration* duration) { in FromString() function in google::protobuf::util::TimeUtil
Dfield_mask_util.cc49 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
/third_party/cef/include/internal/
Dcef_string_wrappers.h602 bool FromString(const char_type* src, size_t src_len, bool copy) { in FromString() function
641 bool FromString(const std::string& str) { in FromString() function
/third_party/gn/src/base/
Dcommand_line.cc249 CommandLine CommandLine::FromString(const std::u16string& command_line) { in FromString() function in base::CommandLine
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py810 def FromString(s): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2386 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in FromString() function
/third_party/node/src/
Dnode_crypto.cc2897 ByteSource ByteSource::FromString(Environment* env, Local<String> str, in FromString() function in node::crypto::ByteSource