Lines Matching defs:const
47 bool operator==(const Obj& other) const {
50 bool operator<(const Obj& other) const {
53 bool operator<=(const Obj& other) const {
57 bool operator>(const Obj& other) const {
62 static const unsigned kNPreallocatedElements = 8;
63 static const KeyType kInvalidKey = PTRDIFF_MAX;
64 static const size_t kReclaimFrom = 1000;
65 static const unsigned kReclaimFactor = 10;
81 kReclaimFactor>::GetKey(const Obj& obj) {