HomeSort by relevance Sort by last modified time
    Searched full:unordered_map (Results 326 - 350 of 717) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
unordered_map.h 1 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
180 class unordered_map class in namespace:tr1
193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map
201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map
266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
unordered_map.h 1 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
180 class unordered_map class in namespace:tr1
193 unordered_map(size_type __n = 10, function in class:tr1::unordered_map
201 unordered_map(_InputIterator __f, _InputIterator __l, function in class:tr1::unordered_map
266 swap(unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __x,
267 unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc>& __y)
  /external/libcxx/test/containers/unord/unord.map/
local_iterators.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
80 typedef std::unordered_map<int, std::string> C;
128 typedef std::unordered_map<int, std::string> C;
176 typedef std::unordered_map<int, std::string> C;
225 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
274 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
323 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>
    [all...]
swap_member.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // void swap(unordered_map& __u);
18 #include <unordered_map>
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C
    [all...]
  /external/openfst/src/include/fst/
relabel.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
37 #include <tr1/unordered_map>
38 using std::tr1::unordered_map;
64 unordered_map<Label, Label> input_map;
69 unordered_map<Label, Label> output_map;
83 typename unordered_map<Label, Label>::iterator it =
349 typename unordered_map<Label, Label>::iterator it =
356 typename unordered_map<Label, Label>::iterator it =
370 unordered_map<Label, Label> input_map_
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
local_iterators.pass.cpp 10 // <unordered_map>
14 // class unordered_map
23 #include <unordered_map>
32 typedef std::unordered_map<int, std::string> C;
80 typedef std::unordered_map<int, std::string> C;
128 typedef std::unordered_map<int, std::string> C;
176 typedef std::unordered_map<int, std::string> C;
225 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
274 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
323 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>
    [all...]
swap_member.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // void swap(unordered_map& __u);
18 #include <unordered_map>
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C
    [all...]
  /external/clang/INPUTS/
all-std-headers.cpp 84 #include <unordered_map>
  /external/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_non_member.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // void swap(unordered_map& __u);
18 #include <unordered_map>
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
info.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
89 unordered_map<Label, size_t> paren_map;
110 typename unordered_map<Label, size_t>::const_iterator pit
  /external/openfst/src/include/fst/script/
compile-impl.h 24 #include <tr1/unordered_map>
25 using std::tr1::unordered_map;
170 typename unordered_map<StateId, StateId>::const_iterator it = states_.find(n);
206 unordered_map<StateId, StateId> states_; // state ID map
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/unord.map.swap/
swap_non_member.pass.cpp 10 // <unordered_map>
14 // class unordered_map
16 // void swap(unordered_map& __u);
18 #include <unordered_map>
33 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
62 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
110 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
152 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
214 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C;
243 typedef std::unordered_map<int, std::string, Hash, Compare, Alloc> C
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_utils.h 21 #include <unordered_map>
32 const std::unordered_map<int, int> *const codeToKeyMap) {
41 std::unordered_map<int, int>::const_iterator mapPos = codeToKeyMap->find(lowerCode);
55 const std::unordered_map<int, int> *const codeToKeyMap, int *inputProximities) {
147 const std::unordered_map<int, int> *const codeToKeyMap, int *proximities) {
  /external/ceres-solver/
CMakeLists.txt 458 CHECK_INCLUDE_FILE_CXX(unordered_map HAVE_STD_UNORDERED_MAP_HEADER)
460 # Finding the unordered_map header doesn't mean that unordered_map
463 # In particular, MSVC 2008 has unordered_map declared in std::tr1.
467 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map>
469 std::unordered_map<int, int> map;
475 MESSAGE("-- Found unordered_map/set in std namespace.")
477 CHECK_CXX_SOURCE_COMPILES("#include <unordered_map>
479 std::tr1::unordered_map<int, int> map;
485 MESSAGE("-- Found unordered_map/set in std::tr1 namespace."
    [all...]
  /external/eigen/unsupported/Eigen/src/SparseExtra/
RandomSetter.h 31 /** Represents a std::unordered_map
33 * To use it you need to both define EIGEN_UNORDERED_MAP_SUPPORT and include the unordered_map header file
34 * yourself making sure that unordered_map is defined in the std namespace.
38 * #include <tr1/unordered_map>
41 * using std::tr1::unordered_map;
50 typedef std::unordered_map<KeyType,Scalar> Type;
  /external/llvm/include/llvm/CodeGen/
LexicalScopes.h 29 #include <unordered_map>
227 // Use an unordered_map to ensure value pointer validity over insertion.
228 std::unordered_map<const MDNode *, LexicalScope> LexicalScopeMap;
232 std::unordered_map<std::pair<const MDNode *, const MDNode *>, LexicalScope,
237 // Use an unordered_map to ensure value pointer validity over insertion.
238 std::unordered_map<const MDNode *, LexicalScope> AbstractScopeMap;
  /external/chromium_org/base/win/
scoped_handle.cc 7 #include <unordered_map>
31 typedef std::unordered_map<HANDLE, Info, HandleHash> HandleMap;
  /external/libcxx/test/containers/unord/unord.multimap/
bucket.pass.cpp 10 // <unordered_map>
22 #include <unordered_map>
bucket_size.pass.cpp 10 // <unordered_map>
22 #include <unordered_map>
iterators.fail.cpp 10 // <unordered_map>
23 #include <unordered_map>
load_factor.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
max_load_factor.pass.cpp 10 // <unordered_map>
23 #include <unordered_map>
reserve.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
default.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
size.fail.cpp 10 // <unordered_map>
18 #include <unordered_map>

Completed in 1048 milliseconds

<<11121314151617181920>>