Home
last modified time | relevance | path

Searched refs:mapped_type (Results 1 – 25 of 120) sorted by relevance

12345

/third_party/boost/boost/log/sinks/
Dattribute_mapping.hpp45 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/
Dreactor_op_queue.hpp38 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/
Dreactor_op_queue.hpp38 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/
Dattribute_set.hpp50 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 …]
Dattribute_value_set.hpp77 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/
DdeSTLUtil.hpp78 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/
Draw_hash_map.h49 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>
Dunordered_map_modifiers_test.h48 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;
Dcommon.h138 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/
Draw_hash_map.h49 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>
Dunordered_map_modifiers_test.h48 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/
Dflat_map_index.hpp46 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,
Dmap_index.hpp44 typedef typename MapConfig::mapped_type mapped_type; typedef
46 typedef std::pair<const key_type, mapped_type> value_type;
54 <key_type, mapped_type,
Dunordered_map_index.hpp48 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/
Dvalue_iterators.h120 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/
Dpair_key_mapped_of_value.hpp31 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/
Drandom_values.hpp45 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/
Dinsert_at_actor.hpp71 typedef typename T::mapped_type mapped_type; in act() typedef
74 mapped_type value(first_,last_); in act()
/third_party/boost/boost/ptr_container/
Dptr_map_adapter.hpp159 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/
Dnode_handle.hpp47 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/
Dflat_map.h166 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/
Dtype_traits.hpp61 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/
Dcheck_equal_containers.hpp73 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/
Dstl_type_traits.h101 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/
Dstl_type_traits.h101 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,

12345