Searched defs:find_if (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dauth_token_table.cpp61 typename Container::iterator find_if(Container& container, Predicate pred) { function in namespace:keystore
62 return std::find_if(container.begin(), container.end(), pred);
136 auto matching_op = find_if(
202 auto found = find_if(entries_, [&](Entry& e) { return e.token().challenge == op_handle; });

Completed in 60 milliseconds