Searched defs:ComputeCrc32 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dcrc32.h25 inline uint32 ComputeCrc32(const void* buf, size_t len) { function in namespace:rtc
28 inline uint32 ComputeCrc32(const std::string& str) { function in namespace:rtc
29 return ComputeCrc32(str.c_str(), str.size());

Completed in 128 milliseconds