Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/common/
H A Derror_test.cc252 const fit::result<Error<TestError>, int> success_with_value = fit::ok(1); in TEST() local
353 const fit::result<Error<TestError>, int> success_with_value = fit::ok(1); in TEST() local