Home
last modified time | relevance | path

Searched refs:IsValidNumericCast (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/google/protobuf/pyext/
Dsafe_numerics.h132 inline bool IsValidNumericCast(Source source) { in IsValidNumericCast() function
156 GOOGLE_CHECK(IsValidNumericCast<Dest>(source)); in checked_numeric_cast()
Dmessage.cc582 if (PROTOBUF_PREDICT_FALSE(!IsValidNumericCast<RangeType>(value))) { in VerifyIntegerCastAndRange()
596 if (PROTOBUF_PREDICT_TRUE(IsValidNumericCast<T>(int_result))) { in CheckAndGetInteger()