Searched refs:bool_ (Results 1 – 4 of 4) sorted by relevance
369 value_.bool_ = false; in Value()428 value_.bool_ = value; in Value()504 return value_.bool_ < other.value_.bool_; in operator <()559 return value_.bool_ == other.value_.bool_; in operator ==()669 return value_.bool_ ? 1 : 0; in asInt()691 return value_.bool_ ? 1 : 0; in asUInt()714 return value_.bool_ ? 1 : 0; in asInt64()735 return value_.bool_ ? 1 : 0; in asUInt64()774 return value_.bool_ ? 1.0 : 0.0; in asDouble()797 return value_.bool_ ? 1.0F : 0.0F; in asFloat()[all …]
2881 value_.bool_ = false; in Value()2945 value_.bool_ = value; in Value()3084 return value_.bool_ < other.value_.bool_; in operator <()3141 return value_.bool_ == other.value_.bool_; in operator ==()3251 return value_.bool_ ? 1 : 0; in asInt()3273 return value_.bool_ ? 1 : 0; in asUInt()3296 return value_.bool_ ? 1 : 0; in asInt64()3317 return value_.bool_ ? 1 : 0; in asUInt64()3356 return value_.bool_ ? 1.0 : 0.0; in asDouble()3379 return value_.bool_ ? 1.0f : 0.0f; in asFloat()[all …]
1090 bool bool_; member
622 bool bool_; member
Completed in 22 milliseconds