Searched defs:MAX_LENGTH_OF_PARAM_NAME (Results 1 – 5 of 5) sorted by relevance
36 constexpr size_t MAX_LENGTH_OF_PARAM_NAME = 32; variable
26 #define MAX_LENGTH_OF_PARAM_NAME 49 macro
19 const MAX_LENGTH_OF_PARAM_NAME: usize = 49; const
41 static constexpr int MAX_LENGTH_OF_PARAM_NAME = 32; variable