HomeSort by relevance Sort by last modified time
    Searched full:_strtoui64 (Results 1 - 5 of 5) sorted by null

  /external/chromium/googleurl/src/
url_canon_internal.h 450 // _strtoui64 and strtoull behave the same
451 inline unsigned long long _strtoui64(const char* nptr, function in namespace:url_canon
url_canon_ip.cc 170 uint64 num = _strtoui64(buf, NULL, BaseForType(base));
485 return static_cast<uint16>(_strtoui64(buf, NULL, 16));
  /external/protobuf/src/google/protobuf/stubs/
strutil.h 45 #define strtoull _strtoui64
  /external/gtest/src/
gtest-internal-inl.h     [all...]
  /external/protobuf/gtest/src/
gtest-internal-inl.h     [all...]

Completed in 132 milliseconds