Searched defs:canFit (Results 1 – 3 of 3) sorted by relevance
49 virtual bool canFit(int FieldSize) const { in canFit() function in __anon9f9330eb0111::Bucket62 bool canFit(int FieldSize) const override { return true; } in canFit() function
42 const bool canFit = N < sizeof(unsigned long long) * CHAR_BIT; in test_to_ullong() local
44 const bool canFit = N < sizeof(unsigned long) * CHAR_BIT; in test_to_ulong() local