Searched defs:cmp_ (Results 1 – 4 of 4) sorted by relevance
33 cmp_ = lambda x, y: (x > y) - (x < y) function35 cmp_ = cmp variable
9 cmp_ = cmp variable26 cmp_ = lambda x, y: (x > y) - (x < y) function
203 Cmp cmp_; // Greater-than comparison function variable
201 Cmp cmp_; // Greater-than comparison function variable