Home
last modified time | relevance | path

Searched refs:DoIt (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dsafe_cast.h29 static inline bool DoIt(const FromT &from) \
38 static inline bool DoIt(const FromT &from) in DoIt() function
40 return (SafeCastCondition<ToT>::DoIt(from)); in DoIt()
46 static inline bool DoIt(const FromT &) in DoIt() function
60 return impl::InstanceOfImpl<ToT, FromT>::DoIt(from); in instance_of()
H A Dutils.h62 static T DoIt(char c) in DoIt() function
73 static T DoIt(char c) in DoIt() function
84 static T DoIt(char c) in DoIt() function
103 return __ToDigitImpl::ToDigitImpl<Scale, T>::DoIt(c); in ToDigit()

Completed in 2 milliseconds