/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/ |
D | fixed_array.h | 116 static constexpr size_type inline_elements = variable 427 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 439 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 470 return n <= inline_elements; in UsingInlinedStorage() 500 FixedArray<T, N, A>::inline_elements;
|
D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 117 static constexpr size_type inline_elements = variable 428 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 440 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 471 return n <= inline_elements; in UsingInlinedStorage() 501 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/container/ |
H A D | fixed_array.h | 116 static constexpr size_type inline_elements = variable 427 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 439 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 470 return n <= inline_elements; in UsingInlinedStorage() 500 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/container/ |
H A D | fixed_array.h | 122 static constexpr size_type inline_elements = variable 433 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 445 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 476 return n <= inline_elements; in UsingInlinedStorage() 502 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 116 static constexpr size_type inline_elements = variable 449 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 461 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 495 return n <= inline_elements; in UsingInlinedStorage() 525 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 116 static constexpr size_type inline_elements = variable 449 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 461 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 495 return n <= inline_elements; in UsingInlinedStorage() 525 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/container/ |
H A D | fixed_array.h | 116 static constexpr size_type inline_elements = variable 449 alignas(StorageElement) char buff_[sizeof(StorageElement[inline_elements])]; 461 absl::conditional_t<inline_elements == 0, EmptyInlinedStorage, 495 return n <= inline_elements; in UsingInlinedStorage() 525 FixedArray<T, N, A>::inline_elements;
|
H A D | fixed_array_test.cc | 44 return a.size() <= ArrayType::inline_elements; in IsOnStack() 296 template <int elements_per_inner_array, int inline_elements> 299 SCOPED_TRACE(inline_elements); in TestArrayOfArrays() 307 absl::make_unique<absl::FixedArray<InnerArray, inline_elements>>(n); in TestArrayOfArrays()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/ |
H A D | ev_poll_posix.cc | 644 enum { inline_elements = 96 }; in Work() enumerator 645 struct pollfd pollfd_space[inline_elements]; in Work() 647 PollEventHandle* watcher_space[inline_elements]; in Work() 665 if (num_poll_handles_ + 2 <= inline_elements) { in Work()
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/ |
D | ev_poll_posix.cc | 644 enum { inline_elements = 96 }; in Work() enumerator 645 struct pollfd pollfd_space[inline_elements]; in Work() 647 PollEventHandle* watcher_space[inline_elements]; in Work() 665 if (num_poll_handles_ + 2 <= inline_elements) { in Work()
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/ |
H A D | ev_poll_posix.cc | 918 enum { inline_elements = 96 }; enumerator 919 struct pollfd pollfd_space[inline_elements]; 920 struct grpc_fd_watcher watcher_space[inline_elements]; 974 if (pollset->fd_count + 2 <= inline_elements) {
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | ev_poll_posix.cc | 918 enum { inline_elements = 96 }; enumerator 919 struct pollfd pollfd_space[inline_elements]; 920 struct grpc_fd_watcher watcher_space[inline_elements]; 974 if (pollset->fd_count + 2 <= inline_elements) {
|