Lines Matching defs:bool
64 V8_INLINE bool IsCleared() const { return raw_.IsCleared(); }
256 V8_INLINE explicit operator bool() const { return !Base::IsCleared(); }
339 V8_INLINE bool operator==(
359 V8_INLINE bool operator!=(
370 V8_INLINE bool operator==(
391 V8_INLINE bool operator!=(
401 V8_INLINE bool operator==(
410 V8_INLINE bool operator!=(
419 V8_INLINE bool operator==(
428 V8_INLINE bool operator!=(
437 V8_INLINE bool operator==(
445 V8_INLINE bool operator!=(
454 V8_INLINE bool operator==(
458 return !static_cast<bool>(member);
463 V8_INLINE bool operator!=(
472 V8_INLINE bool operator==(
480 V8_INLINE bool operator!=(
491 V8_INLINE bool operator<(
506 V8_INLINE bool operator<=(
521 V8_INLINE bool operator>(
536 V8_INLINE bool operator>=(