Searched defs:FromString (Results 1 – 4 of 4) sorted by relevance
42 bool RawAddress::FromString(const std::string& from, RawAddress& to) { in FromString() function in RawAddress
39 bool BtAddress::FromString(const std::string& str) { in FromString() function in test_vendor_lib::BtAddress
61 Uuid Uuid::FromString(const std::string& uuid, bool* is_valid) { in FromString() function in bluetooth::Uuid
136 TEST_F(BtAddressTest, FromString) { in TEST_F() argument