Home
last modified time | relevance | path

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

/frameworks/native/include/ftl/
Doptional.h72 constexpr auto and_then(F&& f) const& { in and_then() function
79 constexpr auto and_then(F&& f) & { in and_then() function
86 constexpr auto and_then(F&& f) const&& { in and_then() function
93 constexpr auto and_then(F&& f) && { in and_then() function
/frameworks/native/libs/binder/rust/src/
Derror.rs270 pub fn and_then<T, F>(self, op: F) -> result::Result<T, Status> in and_then() method