/third_party/gn/src/gn/ |
D | version_unittest.cc | 9 TEST(VersionTest, FromString) { in TEST() argument
|
D | version.cc | 20 std::optional<Version> Version::FromString(std::string s) { in FromString() function in Version
|
/third_party/skia/third_party/externals/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
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
D | FieldMaskTest.cs | 110 public void FromString(string input, string[] expectedOutput) in FromString() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
|
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | FieldMaskPartial.cs | 109 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/ |
D | char_map.h | 78 static constexpr Charmap FromString(const char* s) { in FromString() function
|
/third_party/protobuf/src/google/protobuf/util/ |
D | time_util.cc | 159 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
|
D | field_mask_util.cc | 49 void FieldMaskUtil::FromString(StringPiece str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
|
/third_party/cef/include/internal/ |
D | cef_string_wrappers.h | 602 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/ |
D | command_line.cc | 249 CommandLine CommandLine::FromString(const std::u16string& command_line) { in FromString() function in base::CommandLine
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 810 def FromString(s): function
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 2386 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in FromString() function
|
/third_party/node/src/ |
D | node_crypto.cc | 2897 ByteSource ByteSource::FromString(Environment* env, Local<String> str, in FromString() function in node::crypto::ByteSource
|