HomeSort by relevance Sort by last modified time
    Searched refs:IsArithmetic (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.h 79 COMPILE_ASSERT(WTF::IsArithmetic<T>::value, type_must_have_known_encoded_size);
ArgumentCoders.h 146 template<typename T> struct ArgumentCoder<Vector<T> > : VectorArgumentCoder<WTF::IsArithmetic<T>::value, T> { };
  /external/webkit/Source/JavaScriptCore/wtf/
TypeTraits.h 71 template<typename T> struct IsArithmetic { static const bool value = IsInteger<T>::value || IsFloatingPoint<T>::value; };
75 template <typename T> struct IsPod { static const bool value = IsArithmetic<T>::value; };

Completed in 2424 milliseconds