Searched defs:FromString (Results 1 – 9 of 9) sorted by relevance
42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
40 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
41 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in Address
38 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in ClassOfDevice
46 bool Address::FromString(const std::string& from, Address& to) { in FromString() function in bluetooth::common::Address
46 bool ClassOfDevice::FromString(const std::string& from, ClassOfDevice& to) { in FromString() function in bluetooth::common::ClassOfDevice
61 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
60 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
46 static AppComponentName FromString(const std::string& s) { in FromString() function