Records

Functions

  • bool ExtendCrc32cInline (uint32_t * crc, const char * p, size_t n)

    CRC32C implementation optimized for small inputs.

    Either computes crc and return true, or if there is

    no hardware support does nothing and returns false.

    Defined at line 31 of file ../../third_party/abseil-cpp/absl/crc/internal/crc32c_inline.h

  • crc32c_t ExtendCrc32cInternal (crc32c_t initial_crcabsl::string_view buf_to_add)

    Non-inline code path for `absl::ExtendCrc32c()`. Do not call directly.

    Call `absl::ExtendCrc32c()` (defined below) instead.