1 |
4.548691 |
__magnumdb__enum_deque_1 |
Enum |
|
|
|
|
|
|
enum { _EEN_DS = _DEQUESIZ }; // helper for expression evaluator
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\deque(250,0) |
- If _STL_COMPILER_PREPROCESSOR
|
2 |
4.548691 |
__magnumdb__enum_deque_2 |
Enum |
|
|
|
|
|
|
enum { _EEN_DS = _DEQUESIZ }; // helper for expression evaluator
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\deque(593,0) |
- If _STL_COMPILER_PREPROCESSOR
|
3 |
3.790576 |
__magnumdb__enum_deque_1::_EEN_DS |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
enum { _EEN_DS = _DEQUESIZ }; // helper for expression evaluator
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\deque(250,0) |
- If _STL_COMPILER_PREPROCESSOR
|
4 |
3.21641 |
_DEQUESIZ |
Int32 |
1 |
0x00000001 |
1 |
|
|
System.Int32 |
#define _DEQUESIZ \
(sizeof(value_type) <= 1 \
? 16 \
: sizeof(value_type) <= 2 \
? 8 \
: sizeof(value_type) <= 4 ? 4 \
: sizeof(value_type) <= 8 ? 2 : 1) // elements per block (a power of 2)
|
%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\VC\Tools\MSVC\14.25.28610\include\deque(27,0) |
- If _STL_COMPILER_PREPROCESSOR
|