Searched defs:ToBool (Results 1 – 5 of 5) sorted by relevance
191 StatusOr<bool> DataPiece::ToBool() const { in ToBool() function in google::protobuf::util::converter::DataPiece
7 struct ToBool { explicit operator bool(); }; struct
86 bool CJS_Value::ToBool(CJS_Runtime* pRuntime) const { in ToBool() function in CJS_Value
415 bool XMLUtil::ToBool( const char* str, bool* value ) in ToBool() function in XMLUtil
7946 bool IsImplicitBoolFloatConversion(Sema &S, Expr *Ex, bool ToBool) { in IsImplicitBoolFloatConversion()