HomeSort by relevance Sort by last modified time
    Searched full:_has_value (Results 1 - 1 of 1) sorted by null

  /libnativehelper/platform_include/nativehelper/detail/
signature_checker.h 309 constexpr ConstexprOptional() : _has_value(false), _nothing() {
314 : _has_value(true), _value(value) {
318 return _has_value;
322 return _has_value;
335 bool _has_value; member in struct:nativehelper::detail::ConstexprOptional
    [all...]

Completed in 397 milliseconds