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