Home
last modified time | relevance | path

Searched defs:StaticTester (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Dweak_self_test.cc163 class StaticTester : public WeakSelf<StaticTester, OnlyTwoStaticManager> { class
165 explicit StaticTester(uint8_t testval) : WeakSelf(this), value_(testval) {} in StaticTester() function in bt::__anon5bf8db6a0111::StaticTester