Home
last modified time | relevance | path

Searched refs:buf_bytes_ (Results 1 – 1 of 1) sorted by relevance

/external/angle/third_party/abseil-cpp/absl/flags/internal/
Dsequence_lock_test.cc35 : buf_bytes_(std::get<0>(GetParam())), in ConcurrentSequenceLockTest()
39 const int buf_bytes_; member in __anon37fabcc30111::ConcurrentSequenceLockTest
45 flags::AlignUp(buf_bytes_, sizeof(uint64_t)) / sizeof(uint64_t); in TEST_P()
64 absl::FixedArray<char> local_buf(buf_bytes_); in TEST_P()
67 buf_bytes_)) { in TEST_P()
93 absl::FixedArray<char> writer_buf(buf_bytes_); in TEST_P()
95 seq_lock.Write(protected_buf.data(), writer_buf.data(), buf_bytes_); in TEST_P()