Home
last modified time | relevance | path

Searched defs:ArraySize (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/libs/move/example/
Ddoc_move_algorithms.cpp22 const std::size_t ArraySize = 10; in main() local
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dinlines.h26 inline size_t ArraySize(T (&array)[SIZE]) { in ArraySize() function
/third_party/mingw-w64/mingw-w64-headers/direct-x/include/
Dd3d11_3.h146 UINT ArraySize; member
190 UINT ArraySize; member
217 UINT ArraySize; member
241 UINT ArraySize; member
Dd3d10.h903 UINT ArraySize; member
936 UINT ArraySize; member
1001 UINT ArraySize; member
1009 UINT ArraySize; member
1016 UINT ArraySize; member
1051 UINT ArraySize; member
1059 UINT ArraySize; member
1066 UINT ArraySize; member
1100 UINT ArraySize; member
1110 UINT ArraySize; member
[all …]
Dd3d11.h1424 UINT ArraySize; member
1429 UINT ArraySize; member
1435 UINT ArraySize; member
1440 UINT ArraySize; member
1458 UINT ArraySize; member
1463 UINT ArraySize; member
1469 UINT ArraySize; member
1474 UINT ArraySize; member
1491 UINT ArraySize; member
1495 UINT ArraySize; member
[all …]
/third_party/boost/libs/container/test/
Dalloc_full_test.cpp591 const std::size_t ArraySize = 11; in test_many_different_allocation() local
695 const std::size_t ArraySize = 11; in test_many_deallocation() local
/third_party/boost/libs/move/test/
Dinplace_merge_test.cpp56 const std::size_t ArraySize = HdrSize + DataSize; in alternating_test() local
/third_party/boost/libs/interprocess/test/
Dmemory_algorithm_test_template.hpp758 const std::size_t ArraySize = 11; in test_many_different_allocation() local
866 const std::size_t ArraySize = 11; in test_many_deallocation() local
/third_party/flutter/skia/third_party/externals/angle2/src/common/
Dangleutils.h46 constexpr inline size_t ArraySize(T (&)[N]) in ArraySize() function
/third_party/grpc/test/cpp/util/
Dgrpc_tool.cc125 size_t ArraySize(T& a) { in ArraySize() function
Dgrpc_tool_test.cc158 size_t ArraySize(T& a) { in ArraySize() function
/third_party/abseil-cpp/absl/strings/internal/str_format/
Dconvert_test.cc19 size_t ArraySize(T (&)[N]) { in ArraySize() function
/third_party/mingw-w64/mingw-w64-headers/ddk/include/ddk/
Dndis.h3285 #define NdisGetBufferPhysicalArraySize(Buffer, ArraySize) \ argument
/third_party/sqlite/src/
Dshell.c403 #define ArraySize(X) (int)(sizeof(X)/sizeof(X[0])) macro
Dsqlite3.c14898 #define ArraySize(X) ((int)(sizeof(X)/sizeof(X[0]))) macro