Searched defs:has_value (Results 1 – 16 of 16) sorted by relevance
49 const bool has_value; variable
22 bool has_value() const { return has_value_; } in has_value() function
349 bool has_value() const noexcept { return obj_ != nullptr; } in has_value() function
458 constexpr bool has_value() const noexcept { return this->engaged_; } in has_value() function
195 bool has_value() const { in has_value() function
385 bool has_value() const { return hash != 0; } in has_value() function
83 absl::optional<bool> has_value(false); in TEST() local
87 bool has_value() const { return !value_.is_null(); } in has_value() function
266 bool has_value = !ecma_is_value_empty (value); in ecma_op_iterator_next() local
517 bool has_value = DataPreviewAddr != (size_t)-1; member
133 bool has_value; member
249 bool has_value; member
1498 ir_constant::has_value(const ir_constant *c) const in has_value() function in ir_constant
2495 inline bool Option::has_value() const { in has_value() function
1232 bool has_value, bool is_parameter) { in WriteVariableAbbreviation()
4403 bool v8::PropertyDescriptor::has_value() const { in has_value() function in v8::v8::PropertyDescriptor