Home
last modified time | relevance | path

Searched refs:hash_map (Results 1 – 25 of 29) sorted by relevance

12

/third_party/boost/boost/serialization/
Dhash_map.hpp99 const BOOST_STD_EXTENSION_NAMESPACE::hash_map< in save()
106 BOOST_STD_EXTENSION_NAMESPACE::hash_map< in save()
122 BOOST_STD_EXTENSION_NAMESPACE::hash_map< in load()
129 BOOST_STD_EXTENSION_NAMESPACE::hash_map< in load()
134 BOOST_STD_EXTENSION_NAMESPACE::hash_map< in load()
153 BOOST_STD_EXTENSION_NAMESPACE::hash_map< in serialize()
/third_party/boost/libs/config/test/
Dboost_has_hash.ipp11 // or hash_map classes.
18 # include <ext/hash_map>
28 #include <hash_map>
45 void foo(const BOOST_STD_EXTENSION_NAMESPACE::hash_map<Key,T,Eq,Hash,Alloc>& )
56 BOOST_STD_EXTENSION_NAMESPACE::hash_map<int, long> hm;
/third_party/ninja/src/
Dhash_map.h74 using stdext::hash_map;
96 using __gnu_cxx::hash_map;
117 typedef hash_map<StringPiece, V, StringPieceCmp> Type;
119 typedef hash_map<StringPiece, V> Type;
/third_party/boost/libs/asio/include/boost/asio/detail/
Dreactor_op_queue.hpp45 typedef typename hash_map<key_type, mapped_type>::value_type value_type;
46 typedef typename hash_map<key_type, mapped_type>::iterator iterator;
161 hash_map<key_type, mapped_type> operations_;
Dhash_map.hpp54 class hash_map class
68 hash_map() in hash_map() function in boost::asio::detail::hash_map
76 ~hash_map() in ~hash_map()
Ddev_poll_reactor.hpp192 hash_map<int, std::size_t> pending_event_change_index_;
/third_party/boost/boost/asio/detail/
Dreactor_op_queue.hpp45 typedef typename hash_map<key_type, mapped_type>::value_type value_type;
46 typedef typename hash_map<key_type, mapped_type>::iterator iterator;
161 hash_map<key_type, mapped_type> operations_;
Dhash_map.hpp54 class hash_map class
68 hash_map() in hash_map() function in boost::asio::detail::hash_map
76 ~hash_map() in ~hash_map()
Ddev_poll_reactor.hpp192 hash_map<int, std::size_t> pending_event_change_index_;
/third_party/boost/libs/phoenix/test/algorithm/
Dquerying_find.cpp72 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test()
73 convert_to_container<BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> >(); in find_test()
Dquerying_find2.cpp69 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5). in find_test()
70 convert_to_container<BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> >(); in find_test()
Dquerying.cpp67 …BOOST_PHOENIX_HASH_NAMESPACE::hash_map<int, int> hm = boost::assign::map_list_of(0, 1)(2, 3)(4, 5); in find_test()
/third_party/boost/libs/serialization/test/
Dtest_map_hashed.cpp79 BOOST_STD_EXTENSION_NAMESPACE::hash_map<random_key, A> ahash_map; in test_hash_map()
87 BOOST_STD_EXTENSION_NAMESPACE::hash_map<random_key, A> ahash_map1; in test_hash_map()
/third_party/boost/boost/config/stdlib/
Dlibstdcpp3.hpp89 # define BOOST_HASH_MAP_HEADER <ext/hash_map>
92 # define BOOST_HASH_MAP_HEADER <backward/hash_map>
/third_party/boost/boost/phoenix/stl/algorithm/detail/
Dis_std_hash_map.hpp40 …struct is_std_hash_map< ::BOOST_PHOENIX_HASH_NAMESPACE::hash_map<Kty,Ty,BOOST_PHOENIX_HASH_type_re…
/third_party/boost/boost/phoenix/
Dconfig.hpp68 #define BOOST_PHOENIX_HASH_MAP_HEADER <hash_map>
/third_party/mindspore/mindspore/lite/java/native/runtime/
Dlite_session.cpp172 jobject hash_map = env->NewObject(hash_map_clazz, hash_map_construct); in Java_com_mindspore_lite_LiteSession_getOutputMapByTensor() local
178 return hash_map; in Java_com_mindspore_lite_LiteSession_getOutputMapByTensor()
188 … env->CallObjectMethod(hash_map, hash_map_put, env->NewStringUTF(node_name.c_str()), tensor_addr); in Java_com_mindspore_lite_LiteSession_getOutputMapByTensor()
191 return hash_map; in Java_com_mindspore_lite_LiteSession_getOutputMapByTensor()
/third_party/mindspore/third_party/patch/glog/
Dglog.patch00119 check_include_file_cxx ("ext/hash_map" HAVE_EXT_HASH_MAP)
/third_party/boost/libs/asio/doc/
Dusing.qbk361 Determines the number of buckets in Boost.Asio's internal `hash_map`
363 ascending order. The `hash_map` implementation will automatically
370 `hash_map` objects will always contain 1021 buckets, irrespective of
374 `hash_map` objects will initially contain 53 buckets. The number of
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc434 auto hash_map = CheckArg<AbstractTensor>(op_name, args_spec_list, 0); in InferImplMapCacheIdx() local
435 MS_EXCEPTION_IF_NULL(hash_map->shape()); in InferImplMapCacheIdx()
454 auto cache_idx = std::make_shared<AbstractTensor>(hash_map->element(), indices->shape()); in InferImplMapCacheIdx()
456 …std::make_shared<AbstractTensor>(hash_map->element(), std::make_shared<Shape>(shape, min_shape, ma… in InferImplMapCacheIdx()
458 …std::make_shared<AbstractTensor>(hash_map->element(), std::make_shared<Shape>(shape, min_shape, ma… in InferImplMapCacheIdx()
460 …std::make_shared<AbstractTensor>(hash_map->element(), std::make_shared<Shape>(shape, min_shape, ma… in InferImplMapCacheIdx()
/third_party/boost/boost/config/detail/
Dsuffix.hpp328 # define BOOST_HASH_MAP_HEADER <hash_map>
/third_party/boost/libs/serialization/CMake/
DCMakeLists.txt283 CHECK_INCLUDE_FILE_CXX(hash_map HASH_MAP_FOUND)
/third_party/boost/boost/asio/detail/impl/
Ddev_poll_reactor.ipp422 hash_map<int, std::size_t>::iterator iter
/third_party/boost/libs/asio/include/boost/asio/detail/impl/
Ddev_poll_reactor.ipp422 hash_map<int, std::size_t>::iterator iter
/third_party/boost/libs/config/doc/
Dmacro_reference.qbk369 The C++ implementation provides the (SGI) hash_set and hash_map classes.
371 the names of the header needed to access hash_set and hash_map;
1066 The header to include to get the SGI `hash_map` class. This macro is only

12