/aosp_15_r20/external/grpc-grpc/include/grpc/support/ |
H A D | json.h | 103 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/ |
D | json.h | 103 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/ |
D | json.h | 103 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 D | string_encode.h | 92 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 D | string_encode_unittest.cc | 293 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 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
|
/aosp_15_r20/external/openthread/src/posix/platform/ |
H A D | power.cpp | 49 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/ |
D | address.cc | 76 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/ |
D | class_of_device.cc | 46 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
|
D | address.cc | 73 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/ |
D | class_of_device.cc | 47 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
|
D | address.cc | 71 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 D | types.cpp | 94 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 D | ip4_types.cpp | 42 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 D | ip6_address.cpp | 175 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/ |
D | serializable.h | 39 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 D | time_util.cc | 161 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 D | time_util.cc | 161 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 D | simple_fraction.cc | 18 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 D | spki_hash.cc | 20 bool SPKIHash::FromString(std::string_view hash_string) { in FromString() function in net::transport_security_state::SPKIHash
|
H A D | spki_hash_unittest.cc | 14 TEST(SPKIHashTest, FromString) { in TEST() argument
|
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/ |
H A D | xds_health_status.cc | 42 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/ |
D | xds_health_status.cc | 41 absl::optional<XdsHealthStatus> XdsHealthStatus::FromString( in FromString() function in grpc_core::XdsHealthStatus
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/ |
D | byte_array.h | 58 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 D | util.cc | 111 std::optional<ocsd_gen_trc_elem_t> FromString(const char* type_str) { in FromString() function
|