Home
last modified time | relevance | path

Searched refs:value_holder (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/poly_collection/detail/
Dvalue_holder.hpp65 class value_holder:public value_holder_base<T> class
95 value_holder(Allocator& al,const T& x) in value_holder() function in boost::poly_collection::detail::value_holder
102 value_holder(Allocator& al,T&& x) in value_holder() function in boost::poly_collection::detail::value_holder
109 value_holder(Allocator& al,value_holder_emplacing_ctor_t,Args&&... args) in value_holder() function in boost::poly_collection::detail::value_holder
116 value_holder(Allocator& al,const value_holder& x) in value_holder() function in boost::poly_collection::detail::value_holder
123 value_holder(Allocator& al,value_holder&& x) in value_holder() function in boost::poly_collection::detail::value_holder
133 value_holder(const T& x) in value_holder() function in boost::poly_collection::detail::value_holder
136 value_holder(T&& x) in value_holder() function in boost::poly_collection::detail::value_holder
140 value_holder(value_holder_emplacing_ctor_t,Args&&... args) in value_holder() function in boost::poly_collection::detail::value_holder
142 value_holder(const value_holder& x) in value_holder() function in boost::poly_collection::detail::value_holder
[all …]
Dallocator_adaptor.hpp57 class value_holder;
148 void construct(value_holder<T>* p,Args&&... args) in construct()
150 ::new ((void*)p) value_holder<T>(allocator(),std::forward<Args>(args)...); in construct()
210 void destroy(value_holder<T>* p) in destroy()
Dpacked_segment.hpp44 using store_value_type=value_holder<Concrete>;
285 return static_cast<const value_holder<Concrete>*>( in const_store_value_type_ptr()
Dsplit_segment.hpp50 using store_value_type=value_holder<Concrete>;
/third_party/boost/boost/python/object/
Dvalue_holder.hpp39 struct value_holder : instance_holder struct
45 …T_PP_ITERATION_PARAMS_1 (4, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/object/value_holder.hpp>, 1))
72 …T_PP_ITERATION_PARAMS_1 (4, (0, BOOST_PYTHON_MAX_ARITY, <boost/python/object/value_holder.hpp>, 2))
85 void* value_holder<Value>::holds(type_info dst_t, bool /*null_ptr_only*/) in holds()
122 # line BOOST_PP_LINE(__LINE__, value_holder.hpp(value_holder))
130 value_holder(
146 # line BOOST_PP_LINE(__LINE__, value_holder.hpp(value_holder_back_reference))
Dclass_metadata.hpp197 , value_holder<T>
/third_party/boost/libs/interprocess/test/
Dexpand_bwd_test_template.hpp24 struct value_holder struct
26 value_holder(T val) : m_value(val){} in value_holder() argument
27 value_holder(): m_value(0){} in value_holder() function
28 ~value_holder(){ m_value = 0; } in ~value_holder() argument
29 bool operator == (const value_holder &other) const in operator ==() argument
31 bool operator != (const value_holder &other) const in operator !=() argument
74 typedef value_holder<int> int_holder;
/third_party/boost/libs/type_erasure/test/
Dtest_assign.cpp137 struct value_holder struct
142 value_holder(const U& u) : value(u) {} in value_holder() function
151 struct value_holder<any<C, P> > argument
157 value_holder(U&& u) : value(std::forward<U>(u)) {} in value_holder() argument
160 value_holder(U& u) : value(u) {} in value_holder() function
162 value_holder(const U& u) : value(u) {} in value_holder() function
172 struct value_holder<T&> argument
174 typedef typename value_holder<T>::type& type; argument
175 typedef typename value_holder<T>::unwrapped_type unwrapped_type; argument
178 value_holder(U&& u) : impl(std::forward<U>(u)) {} in value_holder() argument
[all …]
/third_party/boost/libs/python/test/
Dselect_holder.cpp56 assert_holder<Base,not_specified,value_holder<Base> >(); in test_main()
/third_party/boost/libs/python/doc/
Dinternals.rst69 copies its argument into a value_holder held by the the
75 value_holder (because you didn't specify some smart pointer
/third_party/mesa3d/src/gtest/include/gtest/internal/
Dgtest-port.h1734 extern "C" inline void DeleteThreadLocalValue(void* value_holder) {
1735 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1751 extern "C" inline void DeleteThreadLocalValue(void* value_holder) {
1752 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);
/third_party/cef/tools/distrib/gtest/
Dgtest.h2005 extern "C" inline void DeleteThreadLocalValue(void* value_holder) {
2006 delete static_cast<ThreadLocalValueHolderBase*>(value_holder);