Home
last modified time | relevance | path

Searched refs:Pair (Results 1 – 3 of 3) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dalg_test.cpp335 typedef pair<int, string> Pair; typedef
338 public binary_function<const Pair&, const string&, bool>
340 bool operator () ( const Pair &p, const string& value ) const in operator ()()
/ndk/tests/device/test-gnustl-full/unit/
Dalg_test.cpp335 typedef pair<int, string> Pair; typedef
338 public binary_function<const Pair&, const string&, bool>
340 bool operator () ( const Pair &p, const string& value ) const in operator ()()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-printers_test.cc922 TEST(PrintStlContainerTest, Pair) { in TEST() argument