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

/art/runtime/lambda/
H A Dclosure.cc405 static constexpr const size_t captured_offset = offsetof(Closure, captured_); local
407 return offsetof(Closure, captured_[0].static_variables_) - captured_offset;
409 return offsetof(Closure, captured_[0].dynamic_.variables_) - captured_offset;

Completed in 136 milliseconds