Searched refs:map1 (Results 1 - 4 of 4) sorted by relevance
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/ |
H A D | test.cpp | 51 std::map<int,int> map1; local 52 map1[1] = -1; 53 map1[21] = -21; 54 map1[42] = -42;
|
/ndk/sources/third_party/googletest/googletest/test/ |
H A D | gtest-printers_test.cc | 821 hash_map<int, char> map1; local 822 map1[1] = 'a'; 823 EXPECT_EQ("{ (1, 'a' (97, 0x61)) }", Print(map1)); 827 hash_multimap<int, bool> map1; local 828 map1.insert(make_pair(5, true)); 829 map1.insert(make_pair(5, false)); 832 const string result = Print(map1); 835 << " where Print(map1) returns \"" << result << "\"."; 889 map<int, bool> map1; local 890 map1[ 897 multimap<bool, int> map1; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
H A D | map_test.cpp | 20 CPPUNIT_TEST(map1); 33 void map1(); 47 void MapTest::map1() function in class:MapTest
|
/ndk/tests/device/test-stlport/unit/ |
H A D | map_test.cpp | 20 CPPUNIT_TEST(map1); 33 void map1(); 47 void MapTest::map1() function in class:MapTest
|
Completed in 315 milliseconds