Home
last modified time | relevance | path

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

/third_party/grpc/src/core/xds/grpc/
Dxds_health_status.cc40 absl::optional<XdsHealthStatus> XdsHealthStatus::FromString( in FromString() function in grpc_core::XdsHealthStatus
/third_party/grpc/include/grpc/support/
Djson.h102 static Json FromString(const std::string& str) { in FromString() function
107 static Json FromString(const char* str) { in FromString() function
112 static Json FromString(std::string&& str) { in FromString() function
/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.cs87 public void FromString(string input, string[] expectedOutput) in FromString() method in Google.Protobuf.WellKnownTypes.FieldMaskTest
/third_party/mindspore/mindspore-src/source/mindspore/core/mindrt/src/async/
Duuid_base.cc54 Option<uuid> uuid::FromString(const std::string &s) { in FromString() function in mindspore::uuids::uuid
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DFieldMaskPartial.cs82 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/grpc/src/core/lib/compression/
Dcompression_internal.cc208 CompressionAlgorithmSet CompressionAlgorithmSet::FromString( in FromString() function in grpc_core::CompressionAlgorithmSet
/third_party/grpc/src/core/util/
Dtdigest.cc328 absl::Status TDigest::FromString(absl::string_view string) { in FromString() function in grpc_core::TDigest
/third_party/protobuf/python/google/protobuf/
Dmessage.py368 def FromString(cls, s): member in Message
/third_party/protobuf/src/google/protobuf/util/
Dtime_util.cc188 bool TimeUtil::FromString(absl::string_view value, Timestamp* timestamp) { in FromString() function in google::protobuf::util::TimeUtil
232 bool TimeUtil::FromString(absl::string_view value, Duration* duration) { in FromString() function in google::protobuf::util::TimeUtil
Dfield_mask_util.cc39 void FieldMaskUtil::FromString(absl::string_view str, FieldMask* out) { in FromString() function in google::protobuf::util::FieldMaskUtil
/third_party/grpc/test/cpp/util/
Dstring_ref_test.cc53 TEST_F(StringRefTest, FromString) { in TEST_F() argument
/third_party/gn/src/base/
Dcommand_line.cc273 CommandLine CommandLine::FromString(const std::u16string& command_line) { in FromString() function in base::CommandLine
/third_party/re2/re2/
Dprefilter.cc199 Prefilter* Prefilter::FromString(const std::string& str) { in FromString() function in re2::Prefilter
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py825 def FromString(s): function
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2300 PyObject* FromString(PyTypeObject* cls, PyObject* serialized) { in FromString() function