/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 133 STD_TR1::unordered_multimap<int,int> unordered_multimap1; 134 STD_TR1::unordered_multimap<int,int> unordered_multimap2; 154 std::string unordered_multimap1 = "std::tr1::unordered_multimap not supported"; 155 std::string unordered_multimap2 = "std::tr1::unordered_multimap not supported";
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/ |
test.cpp | 133 STD_TR1::unordered_multimap<int,int> unordered_multimap1; 134 STD_TR1::unordered_multimap<int,int> unordered_multimap2; 154 std::string unordered_multimap1 = "std::tr1::unordered_multimap not supported"; 155 std::string unordered_multimap2 = "std::tr1::unordered_multimap not supported";
|
/external/openfst/src/include/fst/extensions/pdt/ |
paren.h | 28 using std::tr1::unordered_multimap; 124 typedef unordered_multimap<StateId, Label> ParenMultiMap; 132 typedef unordered_multimap<ParenState<A>, A, 357 typedef unordered_multimap<StateId, Label> OpenParenMap; 360 typedef unordered_multimap<ParenState<A>, StateId,
|
info.h | 26 using std::tr1::unordered_multimap;
|
pdt.h | 26 using std::tr1::unordered_multimap;
|
replace.h | 26 using std::tr1::unordered_multimap;
|
shortest-path.h | 30 using std::tr1::unordered_multimap; 239 typedef unordered_multimap<StateId, StateId> SearchMultimap; 447 typedef unordered_multimap<ParenState<Arc>, Arc,
|
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_range.pass.cpp | 14 // class unordered_multimap 27 typedef std::unordered_multimap<int, std::string> C; 103 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
|
erase_key.pass.cpp | 14 // class unordered_multimap 43 typedef std::unordered_multimap<int, std::string> C; 205 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 367 typedef std::unordered_multimap<int, int> C;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_range.pass.cpp | 14 // class unordered_multimap 27 typedef std::unordered_multimap<int, std::string> C; 103 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
|
erase_key.pass.cpp | 14 // class unordered_multimap 43 typedef std::unordered_multimap<int, std::string> C; 205 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>, 367 typedef std::unordered_multimap<int, int> C;
|
/external/openfst/src/include/fst/ |
equivalent.h | 29 using std::tr1::unordered_multimap;
|
relabel.h | 26 using std::tr1::unordered_multimap; 39 using std::tr1::unordered_multimap;
|
synchronize.h | 27 using std::tr1::unordered_multimap;
|
util.h | 26 using std::tr1::unordered_multimap;
|
edit-fst.h | 30 using std::tr1::unordered_multimap;
|
encode.h | 27 using std::tr1::unordered_multimap;
|
factor-weight.h | 27 using std::tr1::unordered_multimap;
|
/external/openfst/src/include/fst/script/ |
compile-impl.h | 26 using std::tr1::unordered_multimap;
|
/external/stlport/test/unit/ |
mvctor_declaration_test.cpp | 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 359 CPPUNIT_ASSERT( is_movable(unordered_multimap<char, char>()) );
|
unordered_test.cpp | 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; 672 unordered_multimap<IncompleteClass, IncompleteClass> umminstances; 673 typedef unordered_multimap<IncompleteClass, IncompleteClass>::iterator ummit;
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_declaration_test.cpp | 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 359 CPPUNIT_ASSERT( is_movable(unordered_multimap<char, char>()) );
|
unordered_test.cpp | 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; 672 unordered_multimap<IncompleteClass, IncompleteClass> umminstances; 673 typedef unordered_multimap<IncompleteClass, IncompleteClass>::iterator ummit;
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_declaration_test.cpp | 352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap, 359 CPPUNIT_ASSERT( is_movable(unordered_multimap<char, char>()) );
|
unordered_test.cpp | 227 typedef unordered_multimap<int, int, hash<int>, equal_to<int> > umaptype; 672 unordered_multimap<IncompleteClass, IncompleteClass> umminstances; 673 typedef unordered_multimap<IncompleteClass, IncompleteClass>::iterator ummit;
|