Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/grpc-grpc/include/grpc/support/
H A Djson.h103 static Json FromString(const std::string& str) { in FromString() function
108 static Json FromString(const char* str) { in FromString() function
113 static Json FromString(std::string&& str) { in FromString() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpc/support/
Djson.h103 static Json FromString(const std::string& str) { in FromString() function
108 static Json FromString(const char* str) { in FromString() function
113 static Json FromString(std::string&& str) { in FromString() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-core-include/grpc/support/
Djson.h103 static Json FromString(const std::string& str) { in FromString() function
108 static Json FromString(const char* str) { in FromString() function
113 static Json FromString(std::string&& str) { in FromString() function
/aosp_15_r20/external/webrtc/rtc_base/
H A Dstring_encode.h92 static bool FromString(absl::string_view s, T* t) { in FromString() function
105 static inline T FromString(absl::string_view str) { in FromString() function
H A Dstring_encode_unittest.cc293 TEST(FromString, DecodeValid) { in TEST() argument
307 TEST(FromString, DecodeInvalid) { in TEST() argument
327 TEST(FromString, RoundTrip) { in TEST() argument
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A 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
/aosp_15_r20/external/openthread/src/posix/platform/
H A Dpower.cpp49 otError TargetPower::FromString(char *aString) in FromString() function in ot::Power::TargetPower
98 otError CalibratedPower::FromString(char *aString) in FromString() function in ot::Power::CalibratedPower
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/lib/hci/
Daddress.cc76 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
115 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dclass_of_device.cc46 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
89 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc73 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
112 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/aosp_15_r20/packages/modules/Bluetooth/system/pdl/hci/
Dclass_of_device.cc47 std::optional<ClassOfDevice> ClassOfDevice::FromString(const std::string& str) { in FromString() function in bluetooth::hci::ClassOfDevice
90 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::hci::ClassOfDevice
Daddress.cc71 std::optional<Address> Address::FromString(const std::string& from) { in FromString() function in bluetooth::hci::Address
110 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::hci::Address
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtypes.cpp94 otbrError Ip6Address::FromString(const char *aStr, Ip6Address &aAddr) in FromString() function in otbr::Ip6Address
103 Ip6Address Ip6Address::FromString(const char *aStr) in FromString() function in otbr::Ip6Address
/aosp_15_r20/external/openthread/src/core/net/
H A Dip4_types.cpp42 Error Address::FromString(const char *aString, char aTerminatorChar) in FromString() function in ot::Ip4::Address
147 Error Cidr::FromString(const char *aString) in FromString() function in ot::Ip4::Cidr
H A Dip6_address.cpp175 Error Prefix::FromString(const char *aString) in FromString() function in ot::Ip6::Prefix
553 Error Address::FromString(const char *aString) in FromString() function in ot::Ip6::Address
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dserializable.h39 static std::optional<T> FromString(const std::string& str) { return T::FromString(str); } in FromString() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtime_util.cc161 bool TimeUtil::FromString(const std::string& value, Timestamp* timestamp) { in FromString() function in google::protobuf::util::TimeUtil
205 bool TimeUtil::FromString(const std::string& value, Duration* duration) { in FromString() function in google::protobuf::util::TimeUtil
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtime_util.cc161 bool TimeUtil::FromString(const std::string& value, Timestamp* timestamp) { in FromString() function in google::protobuf::util::TimeUtil
205 bool TimeUtil::FromString(const std::string& value, Duration* duration) { in FromString() function in google::protobuf::util::TimeUtil
/aosp_15_r20/external/openscreen/util/
H A Dsimple_fraction.cc18 ErrorOr<SimpleFraction> SimpleFraction::FromString(absl::string_view value) { in FromString() function in openscreen::SimpleFraction
/aosp_15_r20/external/cronet/net/tools/transport_security_state_generator/
H A Dspki_hash.cc20 bool SPKIHash::FromString(std::string_view hash_string) { in FromString() function in net::transport_security_state::SPKIHash
H A Dspki_hash_unittest.cc14 TEST(SPKIHashTest, FromString) { in TEST() argument
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_health_status.cc42 absl::optional<XdsHealthStatus> XdsHealthStatus::FromString( in FromString() function in grpc_core::XdsHealthStatus
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_health_status.cc41 absl::optional<XdsHealthStatus> XdsHealthStatus::FromString( in FromString() function in grpc_core::XdsHealthStatus
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dbyte_array.h58 static std::optional<ByteArray<kLength>> FromString(const std::string& from) { in FromString() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/etm/
H A Dutil.cc111 std::optional<ocsd_gen_trc_elem_t> FromString(const char* type_str) { in FromString() function

1234