Functions

  • template <class Needle, class... Ts>
    size_t Find (Needle , Needle , Ts... )

    Defined at line 262 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • template <class Needle, class T, class... Ts>
    size_t Find (Needle , T , Ts... )

    Defined at line 268 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • bool IsPow2 (size_t n)

    Defined at line 272 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • size_t Align (size_t n, size_t m)

    Returns `q * m` for the smallest `q` such that `q * m >= n`.

    Requires: `m` is a power of two. It's enforced by IsLegalElementType below.

    Defined at line 276 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • size_t Min (size_t a, size_t b)

    Defined at line 278 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • size_t Max (size_t a)

    Defined at line 280 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • template <class... Ts>
    size_t Max (size_t a, size_t b, Ts... rest)

    Defined at line 283 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h

  • template <class T>
    std::string TypeName ()

    Defined at line 288 of file ../../third_party/abseil-cpp/absl/container/internal/layout.h