Searched refs:Pair (Results 1 – 3 of 3) sorted by relevance
335 typedef pair<int, string> Pair; typedef338 public binary_function<const Pair&, const string&, bool>340 bool operator () ( const Pair &p, const string& value ) const in operator ()()
922 TEST(PrintStlContainerTest, Pair) { in TEST() argument