Lines Matching refs:c
184 static bool equal( const OrderedType& c, Iterator begin, Iterator end ) { in equal()
185 bool equal_sizes = std::size_t(std::distance(begin, end)) == c.size(); in equal()
188 if (!c.contains(Value<OrderedType>::key((*it)))) return false; in equal()
207 void Examine(Table c, const std::list<typename Table::value_type>& lst) {
208 CommonExamine<DefCtorPresent>(c, lst);
303 Container c;
304 const Container& cc = c;
308 c.insert(Value<Container>::make(i));
312 c.insert(Value<Container>::make(0));
320 …REQUIRE_MESSAGE(c.lower_bound(k) == c.lower_bound(key), "Incorrect heterogeneous lower_bound retur…
321 …REQUIRE_MESSAGE(c.upper_bound(k) == c.upper_bound(key), "Incorrect heterogeneous upper_bound retur…