Home
last modified time | relevance | path

Searched defs:AlignedTwoWords (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/third_party/abseil/src/absl/flags/internal/
Dflag.h314 struct alignas(16) AlignedTwoWords { struct
329 struct AlignedTwoWords { argument
330 constexpr AlignedTwoWords() noexcept : dummy() {} in AlignedTwoWords() function
331 constexpr AlignedTwoWords(int64_t, int64_t) noexcept : dummy() {} in AlignedTwoWords() function
332 char dummy;
334 bool IsInitialized() const { in IsInitialized()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/flags/internal/
Dflag.h314 struct alignas(16) AlignedTwoWords { struct
329 struct AlignedTwoWords { argument
330 constexpr AlignedTwoWords() noexcept : dummy() {} in AlignedTwoWords() function
331 constexpr AlignedTwoWords(int64_t, int64_t) noexcept : dummy() {} in AlignedTwoWords() argument
332 char dummy;
334 bool IsInitialized() const { in IsInitialized()
/external/libtextclassifier/abseil-cpp/absl/flags/internal/
Dflag.h314 struct alignas(16) AlignedTwoWords { struct
329 struct AlignedTwoWords { struct
330 constexpr AlignedTwoWords() noexcept : dummy() {} in AlignedTwoWords() function
331 constexpr AlignedTwoWords(int64_t, int64_t) noexcept : dummy() {} in AlignedTwoWords() function
332 char dummy;
334 bool IsInitialized() const { in IsInitialized()