Searched refs:TooBig (Results 1 – 4 of 4) sorted by relevance
156 raise dns.exception.TooBig177 raise dns.exception.TooBig202 raise dns.exception.TooBig249 raise dns.exception.TooBig296 raise dns.exception.TooBig
34 class TooBig(DNSException): class
101 auto TooBig = createULEBFormValue(uint64_t(LLONG_MAX) + 1); in TEST() local103 EXPECT_EQ(TooBig.getAsSignedConstant().hasValue(), false); in TEST()
63 static const unsigned TooBig = 1u << NumBitsPerType; member in __anon65c1757c0111::PGOHash95 static_assert(LastHashType <= TooBig, "Too many types in HashType");105 const unsigned PGOHash::TooBig; member in __anon65c1757c0111::PGOHash574 assert(unsigned(Type) < TooBig && "Hash is invalid: too many types"); in combine()