/third_party/boost/boost/log/sinks/ |
D | attribute_mapping.hpp | 45 typedef MappedT mapped_type; typedef 47 typedef mapped_type result_type; 57 typedef MappedT mapped_type; typedef 59 explicit direct_mapping_visitor(mapped_type& extracted) : in direct_mapping_visitor() 66 m_Extracted = mapped_type(val); in operator ()() 70 mapped_type& m_Extracted; 77 typedef boost::log::aux::tagged_integer< IntT, TagT > mapped_type; typedef 79 explicit direct_mapping_visitor(mapped_type& extracted) : in direct_mapping_visitor() 86 mapped_type v = { static_cast< IntT >(val) }; in operator ()() 91 mapped_type& m_Extracted; [all …]
|
/third_party/boost/boost/asio/detail/ |
D | reactor_op_queue.hpp | 38 struct mapped_type : op_queue<reactor_op> struct in boost::asio::detail::reactor_op_queue 40 mapped_type() {} in mapped_type() function 41 mapped_type(const mapped_type&) {} in mapped_type() function 42 void operator=(const mapped_type&) {} in operator =() argument 45 typedef typename hash_map<key_type, mapped_type>::value_type value_type; 46 typedef typename hash_map<key_type, mapped_type>::iterator iterator; 64 operations_.insert(value_type(descriptor, mapped_type())); in enqueue_operation() 161 hash_map<key_type, mapped_type> operations_;
|
/third_party/boost/libs/asio/include/boost/asio/detail/ |
D | reactor_op_queue.hpp | 38 struct mapped_type : op_queue<reactor_op> struct in boost::asio::detail::reactor_op_queue 40 mapped_type() {} in mapped_type() function 41 mapped_type(const mapped_type&) {} in mapped_type() function 42 void operator=(const mapped_type&) {} in operator =() argument 45 typedef typename hash_map<key_type, mapped_type>::value_type value_type; 46 typedef typename hash_map<key_type, mapped_type>::iterator iterator; 64 operations_.insert(value_type(descriptor, mapped_type())); in enqueue_operation() 161 hash_map<key_type, mapped_type> operations_;
|
/third_party/boost/boost/log/attributes/ |
D | attribute_set.hpp | 50 typedef attribute mapped_type; typedef in boost::aux::attribute_set_reference_proxy 65 BOOST_FORCEINLINE operator mapped_type() const BOOST_NOEXCEPT in operator mapped_type() 70 mapped_type& operator= (mapped_type const& val) const; 74 mapped_type read_mapped_value() const BOOST_NOEXCEPT; 100 typedef attribute mapped_type; typedef in boost::attribute_set 103 typedef std::pair< const key_type, mapped_type > value_type; 144 node(key_type const& key, mapped_type const& data); 387 mapped_type operator[] (key_type key) const BOOST_NOEXCEPT in operator []() 393 return mapped_type(); in operator []() 404 BOOST_LOG_API std::pair< iterator, bool > insert(key_type key, mapped_type const& data); [all …]
|
D | attribute_value_set.hpp | 77 typedef attribute_value mapped_type; typedef in boost::attribute_value_set 80 typedef std::pair< const key_type, mapped_type > value_type; 121 node(key_type const& key, mapped_type& data, bool dynamic); 351 mapped_type operator[] (key_type key) const in operator []() 357 return mapped_type(); in operator []() 407 BOOST_LOG_API std::pair< const_iterator, bool > insert(key_type key, mapped_type const& mapped);
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deSTLUtil.hpp | 78 const typename M::mapped_type* tryLookup (const M& map, in tryLookup() 89 const typename M::mapped_type& lookupDefault (const M& map, in lookupDefault() 91 const typename M::mapped_type& fallback) in lookupDefault() 93 const typename M::mapped_type* ptr = tryLookup(map, key); in lookupDefault() 100 const typename M::mapped_type& lookup (const M& map, const typename M::key_type& key) in lookup() 102 const typename M::mapped_type* ptr = tryLookup(map, key); in lookup() 111 bool insert (M& map, const typename M::key_type& key, const typename M::mapped_type& value) in insert()
|
/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_map.h | 49 using mapped_type = typename Policy::mapped_type; variable 56 static_assert(!std::is_reference<mapped_type>::value, ""); 71 template <class K = key_type, class V = mapped_type, K* = nullptr, 77 template <class K = key_type, class V = mapped_type, K* = nullptr> 82 template <class K = key_type, class V = mapped_type, V* = nullptr> 87 template <class K = key_type, class V = mapped_type> 92 template <class K = key_type, class V = mapped_type, K* = nullptr, 98 template <class K = key_type, class V = mapped_type, K* = nullptr> 103 template <class K = key_type, class V = mapped_type, V* = nullptr> 108 template <class K = key_type, class V = mapped_type>
|
D | unordered_map_modifiers_test.h | 48 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 62 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 88 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 108 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 125 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 141 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 156 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 174 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 283 static_assert(is_unique_ptr<typename UnordMap::mapped_type>::value, 298 using V = typename TypeParam::mapped_type;
|
D | common.h | 138 absl::void_t<typename Policy::mapped_type>> 145 using mapped_type = typename Policy::mapped_type; 156 mapped_type& mapped() const {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | raw_hash_map.h | 49 using mapped_type = typename Policy::mapped_type; variable 57 static_assert(!std::is_reference<mapped_type>::value, ""); 72 template <class K = key_type, class V = mapped_type, K* = nullptr, 78 template <class K = key_type, class V = mapped_type, K* = nullptr> 83 template <class K = key_type, class V = mapped_type, V* = nullptr> 88 template <class K = key_type, class V = mapped_type> 93 template <class K = key_type, class V = mapped_type, K* = nullptr, 99 template <class K = key_type, class V = mapped_type, K* = nullptr> 104 template <class K = key_type, class V = mapped_type, V* = nullptr> 109 template <class K = key_type, class V = mapped_type>
|
D | unordered_map_modifiers_test.h | 48 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 62 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 86 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 120 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 140 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 157 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 173 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 188 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 206 using V = typename TypeParam::mapped_type; in TYPED_TEST_P() 316 static_assert(is_unique_ptr<typename UnordMap::mapped_type>::value, [all …]
|
/third_party/boost/boost/interprocess/indexes/ |
D | flat_map_index.hpp | 46 typedef typename MapConfig::mapped_type mapped_type; typedef 50 typedef std::pair<key_type, mapped_type> value_type; 53 typedef flat_map<key_type, mapped_type,
|
D | map_index.hpp | 44 typedef typename MapConfig::mapped_type mapped_type; typedef 46 typedef std::pair<const key_type, mapped_type> value_type; 54 <key_type, mapped_type,
|
D | unordered_map_index.hpp | 48 typedef typename MapConfig::mapped_type mapped_type; typedef 50 typedef std::pair<const key_type, mapped_type> value_type; 68 typedef unordered_map<key_type, mapped_type, hasher,
|
/third_party/gn/src/base/ |
D | value_iterators.h | 120 using mapped_type = DictStorage::mapped_type::element_type; variable 121 using value_type = std::pair<key_type, mapped_type>; 159 using mapped_type = const DictStorage::mapped_type::element_type; variable 160 using value_type = std::pair<key_type, mapped_type>;
|
/third_party/boost/boost/container/detail/ |
D | pair_key_mapped_of_value.hpp | 31 typedef Mapped mapped_type; typedef 38 const mapped_type & mapped_of_value(const Pair &p) const in mapped_of_value() 46 mapped_type & mapped_of_value(Pair &p) const in mapped_of_value()
|
/third_party/boost/libs/unordered/test/helpers/ |
D | random_values.hpp | 45 typedef typename X::mapped_type mapped_type; typedef 54 mapped_type* mapped_ptr = 0; in fill() 63 x.push_back(std::pair<key_type const, mapped_type>( in fill()
|
/third_party/boost/boost/spirit/home/classic/actor/ |
D | insert_at_actor.hpp | 71 typedef typename T::mapped_type mapped_type; in act() typedef 74 mapped_type value(first_,last_); in act()
|
/third_party/boost/boost/ptr_container/ |
D | ptr_map_adapter.hpp | 159 mapped_type; typedef in boost::ptr_container_detail::ptr_map_adapter_base 212 return *static_cast<mapped_type>(ref); in insert_lookup() 217 mapped_type res = new T(); // strong in insert_lookup() 362 auto_type replace( iterator where, mapped_type x ) // strong in replace() 433 typedef BOOST_DEDUCED_TYPENAME base_type::mapped_type 434 mapped_type; typedef in boost::ptr_map_adapter 570 std::pair<iterator,bool> insert_impl( const key_type& key, mapped_type x ) // strong in insert_impl() 582 iterator insert_impl( iterator before, const key_type& key, mapped_type x ) // strong in insert_impl() 597 std::pair<iterator,bool> insert( key_type& key, mapped_type x ) in insert() 633 iterator insert( iterator before, key_type& key, mapped_type x ) // strong in insert() [all …]
|
/third_party/boost/boost/container/ |
D | node_handle.hpp | 47 typedef typename KeyMapped::mapped_type mapped_type; typedef 54 typedef Value mapped_type; typedef 102 typedef typename keymapped_t::mapped_type mapped_type; typedef in boost::container::node_handle 279 mapped_type& mapped() const BOOST_NOEXCEPT in mapped()
|
/third_party/gn/src/base/containers/ |
D | flat_map.h | 166 using mapped_type = Mapped; variable 214 mapped_type& operator[](const key_type& key); 215 mapped_type& operator[](key_type&& key); 289 -> mapped_type& { 292 found = tree::unsafe_emplace(found, key, mapped_type()); 298 -> mapped_type& { 301 found = tree::unsafe_emplace(found, std::move(key), mapped_type());
|
/third_party/json/include/nlohmann/detail/meta/ |
D | type_traits.hpp | 61 using mapped_type_t = typename T::mapped_type; 196 std::is_constructible<typename object_t::mapped_type, 197 typename CompatibleObjectType::mapped_type>::value; 223 typename object_t::mapped_type, 224 typename ConstructibleObjectType::mapped_type >::value)) || 226 typename ConstructibleObjectType::mapped_type>::value || 229 typename ConstructibleObjectType::mapped_type >::value);
|
/third_party/boost/libs/interprocess/test/ |
D | check_equal_containers.hpp | 73 typedef typename MyShmCont::mapped_type mapped_type; in CheckEqualPairContainers() typedef 81 if(itshm->second != mapped_type(itstd->second)) in CheckEqualPairContainers()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | stl_type_traits.h | 101 absl::void_t<typename C::key_type, typename C::mapped_type, 104 T<typename C::key_type, typename C::mapped_type, 119 absl::void_t<typename C::key_type, typename C::mapped_type, 122 : std::is_base_of<C, T<typename C::key_type, typename C::mapped_type, 179 absl::void_t<typename C::key_type, typename C::mapped_type, 182 C, T<typename C::key_type, typename C::mapped_type, 196 absl::void_t<typename C::key_type, typename C::mapped_type, 199 : std::is_convertible<C, T<typename C::key_type, typename C::mapped_type,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | stl_type_traits.h | 101 absl::void_t<typename C::key_type, typename C::mapped_type, 104 T<typename C::key_type, typename C::mapped_type, 119 absl::void_t<typename C::key_type, typename C::mapped_type, 122 : std::is_base_of<C, T<typename C::key_type, typename C::mapped_type, 179 absl::void_t<typename C::key_type, typename C::mapped_type, 182 C, T<typename C::key_type, typename C::mapped_type, 196 absl::void_t<typename C::key_type, typename C::mapped_type, 199 : std::is_convertible<C, T<typename C::key_type, typename C::mapped_type,
|