Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dcrc32.h28 inline uint32_t ComputeCrc32(const void* buf, size_t len) { in ComputeCrc32() function
31 inline uint32_t ComputeCrc32(absl::string_view str) { in ComputeCrc32() function
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dcrc32.h43 inline uint32_t ComputeCrc32(const void* buf, size_t len) { in ComputeCrc32() function
46 inline uint32_t ComputeCrc32(const std::string& str) { in ComputeCrc32() function