Searched refs:NUM_OF_SERAIL_BIT (Results 1 – 1 of 1) sorted by relevance
43 constexpr int32_t NUM_OF_SERAIL_BIT = 16; variable343 ss << std::hex << std::setw(NUM_OF_SERAIL_BIT) << std::setfill('0') << hashValue; in SerialValueHash()