HomeSort by relevance Sort by last modified time
    Searched refs:unordered_map (Results 201 - 225 of 289) sorted by null

1 2 3 4 5 6 7 891011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
size_hash.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size_hash_equal.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size_hash_equal_allocator.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/
emplace.pass.cpp 10 // <unordered_map>
19 #include <unordered_map>
insert_const_lvalue.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
insert_hint_const_lvalue.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
emplace_hint.pass.cpp 10 // <unordered_map>
19 #include <unordered_map>
  /external/openfst/src/include/fst/
equivalent.h 27 #include <tr1/unordered_map>
28 using std::tr1::unordered_map;
194 unordered_map<typename Arc::Label, pair<MappedId, MappedId> >
util.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
164 READ_STL_ASSOC_TYPE(unordered_map);
241 WRITE_STL_ASSOC_TYPE(unordered_map);
bi-table.h 109 unordered_map<T, I, H, E> entry2id_;
510 typename unordered_map<T, I, F>::iterator it =
521 unordered_map<T, I, F> entry2id_;
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
test.cpp 14 #include <unordered_map>
128 STD_TR1::unordered_map<int,int> unordered_map1;
129 STD_TR1::unordered_map<int,int> unordered_map2;
152 std::string unordered_map1 = "std::tr1::unordered_map not supported";
153 std::string unordered_map2 = "std::tr1::unordered_map not supported";
  /external/openfst/src/include/fst/extensions/pdt/
paren.h 26 #include <tr1/unordered_map>
27 using std::tr1::unordered_map;
127 typedef unordered_map<ParenState<A>, ssize_t,
216 unordered_map<Label, Label> paren_id_map_; // Paren labels -> ID
245 typename unordered_map<Label, Label>::const_iterator pit
284 typename unordered_map<Label, Label>::const_iterator pit
364 typedef unordered_map<ParenState<A>, ssize_t,
shortest-path.h 28 #include <tr1/unordered_map>
29 using std::tr1::unordered_map;
237 typedef unordered_map<SearchState, SearchData, SearchStateHash> SearchMap;
242 typedef unordered_map<ParenSpec, SearchData, ParenHash> ParenMap;
476 unordered_map<Label, Label> paren_id_map_;
509 typename unordered_map<Label, Label>::const_iterator pit
577 typename unordered_map<Label, Label>::const_iterator pit
742 typename unordered_map<Label, Label>::const_iterator pit
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
equal_range_const.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
equal_range_non_const.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
types.pass.cpp 10 // <unordered_map>
31 #include <unordered_map>
  /external/eigen/test/
sparse.h 27 #include <tr1/unordered_map>
30 using std::tr1::unordered_map;
  /external/stlport/test/unit/
mvctor_declaration_test.cpp 16 # include <unordered_map>
352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
unordered_test.cpp 5 # include <unordered_map>
158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype;
168 typedef unordered_map<int, umaptype> uumaptype;
269 typedef unordered_map<int, string> UnorderedMap1;
270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2;
670 unordered_map<IncompleteClass, IncompleteClass> uminstances;
671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;
  /ndk/tests/device/test-gnustl-full/unit/
mvctor_declaration_test.cpp 16 # include <unordered_map>
352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
unordered_test.cpp 5 # include <unordered_map>
158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype;
168 typedef unordered_map<int, umaptype> uumaptype;
269 typedef unordered_map<int, string> UnorderedMap1;
270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2;
670 unordered_map<IncompleteClass, IncompleteClass> uminstances;
671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;
  /ndk/tests/device/test-stlport/unit/
mvctor_declaration_test.cpp 16 # include <unordered_map>
352 //hashed containers, unordered_set unordered_multiset, unordered_map, unordered_multimap,
358 CPPUNIT_ASSERT( is_movable(unordered_map<char, char>()) );
unordered_test.cpp 5 # include <unordered_map>
158 typedef unordered_map<int, int, hash<int>, equal_to<int> > umaptype;
168 typedef unordered_map<int, umaptype> uumaptype;
269 typedef unordered_map<int, string> UnorderedMap1;
270 typedef unordered_map<int, UnorderedMap1> UnorderedMap2;
670 unordered_map<IncompleteClass, IncompleteClass> uminstances;
671 typedef unordered_map<IncompleteClass, IncompleteClass>::iterator umit;

Completed in 480 milliseconds

1 2 3 4 5 6 7 891011>>