Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dmathlimits.h70 typedef T UnsignedType; typedef
169 typedef UnsignedIntType UnsignedType; \
189 typedef IntType UnsignedType; \
248 typedef FP_Type UnsignedType; \
Dmathutil.h118 static typename MathLimits<T>::UnsignedType AbsDiff(const T x, const T y) { in AbsDiff()
120 typedef typename MathLimits<T>::UnsignedType R; in AbsDiff()