Searched refs:allZeors (Results 1 – 1 of 1) sorted by relevance
54 constexpr uint8_t allZeors[sizeof(t1.x)] = {0}; in operator ==() local55 return memcmp(&t1.x, allZeors, sizeof(t1.x)) == 0 && in operator ==()56 memcmp(&t2.x, allZeors, sizeof(t2.x)) == 0; in operator ==()