Searched refs:bool_ (Results 1 – 4 of 4) sorted by relevance
85 explicit DataPiece(const bool value) : type_(TYPE_BOOL), bool_(value) {} in DataPiece()191 bool bool_; member
194 return bool_; in ToBool()233 return SimpleBtoa(bool_); in ValueAsStringOrDefault()
2737 value_.bool_ = false; in Value()2800 value_.bool_ = value; in Value()2925 return value_.bool_ < other.value_.bool_; in operator <()2981 return value_.bool_ == other.value_.bool_; in operator ==()3041 return value_.bool_ ? "true" : "false"; in asString()3078 return value_.bool_ ? 1 : 0; in asInt()3100 return value_.bool_ ? 1 : 0; in asUInt()3123 return value_.bool_ ? 1 : 0; in asInt64()3144 return value_.bool_ ? 1 : 0; in asUInt64()3183 return value_.bool_ ? 1.0 : 0.0; in asDouble()[all …]
975 bool bool_; member