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

<<11121314151617181920>>

  /art/runtime/base/
allocator.h 22 #include <unordered_map>
171 using AllocationTrackingUnorderedMap = std::unordered_map<
  /art/runtime/jit/
debugger_interface.cc 24 #include <unordered_map>
132 static std::unordered_map<uintptr_t, JITCodeEntry*> g_jit_code_entries;
  /build/kati/
symtab.cc 26 #include <unordered_map>
145 unordered_map<StringPiece, Symbol> symtab_;
var.h 19 #include <unordered_map>
174 class Vars : public unordered_map<Symbol, Var*> {
  /external/eigen/test/eigen2/
sparse.h 15 #include <tr1/unordered_map>
18 using std::tr1::unordered_map;
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 30 #include <unordered_map>
36 template<class Key = std::string, class Hash = std::unordered_map<Key, double> >
174 // This function is necessary since by default unordered_map inserts an
stochastic_linear_ranker.h 29 #include <unordered_map>
41 template<class Key = std::string, class Hash = std::unordered_map<std::string, double> >
  /frameworks/native/services/sensorservice/
SensorService.h 39 #include <unordered_map>
241 std::unordered_map<int, RecentEventLogger*> mRecentEvent;
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
arguments_parser.cpp 99 std::unordered_map<std::string, std::string> options;
108 std::unordered_map<std::string, std::vector<std::string>> arguments;
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state.h 21 #include <unordered_map>
219 std::vector<std::unordered_map<int, float>> mCharProbabilities;
  /system/bt/service/ipc/binder/
remote_callback_list.h 21 #include <unordered_map>
87 using CallbackMap = std::unordered_map<android::IBinder*,
  /art/runtime/
oat_file_manager.h 23 #include <unordered_map>
  /external/libcxx/test/std/containers/unord/unord.multimap/
bucket_size.pass.cpp 10 // <unordered_map>
22 #include <unordered_map>
load_factor.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
reserve.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
  /external/libcxx/test/std/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>
size.pass.cpp 10 // <unordered_map>
18 #include <unordered_map>
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>
  /external/libcxx/test/std/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>
  /external/llvm/include/llvm/DebugInfo/PDB/
PDBSymbol.h 20 #include <unordered_map>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
bucket_size.pass.cpp 10 // <unordered_map>
22 #include <unordered_map>

Completed in 744 milliseconds

<<11121314151617181920>>