/third_party/boost/boost/serialization/ |
D | hash_map.hpp | 99 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/ |
D | boost_has_hash.ipp | 11 // 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/ |
D | hash_map.h | 74 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/ |
D | reactor_op_queue.hpp | 45 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_;
|
D | hash_map.hpp | 54 class hash_map class 68 hash_map() in hash_map() function in boost::asio::detail::hash_map 76 ~hash_map() in ~hash_map()
|
D | dev_poll_reactor.hpp | 192 hash_map<int, std::size_t> pending_event_change_index_;
|
/third_party/boost/boost/asio/detail/ |
D | reactor_op_queue.hpp | 45 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_;
|
D | hash_map.hpp | 54 class hash_map class 68 hash_map() in hash_map() function in boost::asio::detail::hash_map 76 ~hash_map() in ~hash_map()
|
D | dev_poll_reactor.hpp | 192 hash_map<int, std::size_t> pending_event_change_index_;
|
/third_party/boost/libs/phoenix/test/algorithm/ |
D | querying_find.cpp | 72 …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()
|
D | querying_find2.cpp | 69 …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()
|
D | querying.cpp | 67 …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/ |
D | test_map_hashed.cpp | 79 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/ |
D | libstdcpp3.hpp | 89 # 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/ |
D | is_std_hash_map.hpp | 40 …struct is_std_hash_map< ::BOOST_PHOENIX_HASH_NAMESPACE::hash_map<Kty,Ty,BOOST_PHOENIX_HASH_type_re…
|
/third_party/boost/boost/phoenix/ |
D | config.hpp | 68 #define BOOST_PHOENIX_HASH_MAP_HEADER <hash_map>
|
/third_party/mindspore/mindspore/lite/java/native/runtime/ |
D | lite_session.cpp | 172 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/ |
D | glog.patch001 | 19 check_include_file_cxx ("ext/hash_map" HAVE_EXT_HASH_MAP)
|
/third_party/boost/libs/asio/doc/ |
D | using.qbk | 361 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/ |
D | prim_arrays.cc | 434 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/ |
D | suffix.hpp | 328 # define BOOST_HASH_MAP_HEADER <hash_map>
|
/third_party/boost/libs/serialization/CMake/ |
D | CMakeLists.txt | 283 CHECK_INCLUDE_FILE_CXX(hash_map HASH_MAP_FOUND)
|
/third_party/boost/boost/asio/detail/impl/ |
D | dev_poll_reactor.ipp | 422 hash_map<int, std::size_t>::iterator iter
|
/third_party/boost/libs/asio/include/boost/asio/detail/impl/ |
D | dev_poll_reactor.ipp | 422 hash_map<int, std::size_t>::iterator iter
|
/third_party/boost/libs/config/doc/ |
D | macro_reference.qbk | 369 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
|