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

  /external/chromium/base/
string_number_conversions.cc 30 struct ToUnsignedT {};
33 struct ToUnsignedT<INT2, UINT2, false> {
40 struct ToUnsignedT<INT2, UINT2, true> {
76 UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value);
  /external/chromium_org/base/strings/
string_number_conversions.cc 33 struct ToUnsignedT {};
36 struct ToUnsignedT<INT2, UINT2, false> {
43 struct ToUnsignedT<INT2, UINT2, true> {
79 UINT res = ToUnsignedT<INT, UINT, NEG>::ToUnsigned(value);

Completed in 36 milliseconds