Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__utility.hpp105 for (const bool* __where = __first; __where != __last; ++__where) in __pos_of() local
107 if (*__where) in __pos_of()
109 return static_cast<std::size_t>(__where - __first); in __pos_of()