Home
last modified time | relevance | path

Searched refs:MakeToStringInspectConvertFunction (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dinspectable_test.cc135 TEST(InspectableTest, MakeToStringInspectConvertFunction) { in TEST() argument
142 MakeToStringInspectConvertFunction()); in TEST()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dpeer.cc532 identifier_(identifier, MakeToStringInspectConvertFunction()), in Peer()
537 address_(address, MakeToStringInspectConvertFunction()),
555 MakeToStringInspectConvertFunction()),
H A Dlow_energy_connection_request.cc24 : peer_id_(peer_id, MakeToStringInspectConvertFunction()), in LowEnergyConnectionRequest()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
H A Dinspectable.h195 inline auto MakeToStringInspectConvertFunction() { in MakeToStringInspectConvertFunction() function