Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 4 of 4) sorted by relevance

/base/useriam/user_auth_framework/test/unittest/services/src/
Dattributes_test.cpp195 constexpr int SIZE = 8192; variable
222 constexpr int SIZE = 8192; variable
249 constexpr int SIZE = 8192; variable
276 constexpr int SIZE = 8192; variable
/base/telephony/telephony_data/interfaces/innerkits/include/
Dsms_mms_data.h174 static constexpr const char *SIZE = "size"; variable
230 static constexpr const char *SIZE = "size"; variable
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fault_stack.cpp214 constexpr size_t SIZE = sizeof(uintptr_t); in CollectRegistersBlock() local
/base/update/updater/utils/include/
Dmacros.h34 #define SIZE(...) SIZE_IMPL(__VA_ARGS__, 10, 9, 8, 7, 6, 5, 4, 3, 2, 1) macro