Home
last modified time | relevance | path

Searched refs:construct_value (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/boost/flyweight/
Dkey_value.hpp126 void construct_value()const in construct_value() function in boost::flyweights::detail::optimized_key_value::rep_type
168 static void construct_value(const rep_type& r) in construct_value() function
170 r.construct_value(); in construct_value()
256 void construct_value()const in construct_value() function in boost::flyweights::detail::regular_key_value::rep_type
269 static void construct_value(const rep_type& r) in construct_value() function
271 r.construct_value(); in construct_value()
/third_party/boost/boost/flyweight/detail/
Ddefault_value_policy.hpp70 static void construct_value(const rep_type&){} in construct_value() function
Dflyweight_core.hpp189 ValuePolicy::construct_value( in insert_rep()
233 ValuePolicy::construct_value( in insert_rep()
/third_party/boost/boost/multi_index/detail/
Dindex_base.hpp108 final().construct_value(x,v); in insert_()
122 final().construct_value(x,boost::move(const_cast<value_type&>(v))); in insert_()
/third_party/boost/boost/
Dmulti_index_container.hpp653 void construct_value(final_node_type* x,const Value& v) in construct_value() function in boost::multi_index::multi_index_container
659 void construct_value(final_node_type* x,BOOST_RV_REF(Value) v) in construct_value() function in boost::multi_index::multi_index_container
666 void,construct_value,vartempl_construct_value_impl,final_node_type*,x) in BOOST_MULTI_INDEX_OVERLOADS_TO_VARTEMPL_EXTRA_ARG() argument
718 construct_value(x,t); in insert_ref_()
776 construct_value(x,BOOST_MULTI_INDEX_FORWARD_PARAM_PACK); in emplace_()
835 construct_value(x,t); in insert_ref_()
897 construct_value(x,BOOST_MULTI_INDEX_FORWARD_PARAM_PACK); in emplace_hint_()
/third_party/mesa3d/src/compiler/nir/
Dnir_search.c466 construct_value(nir_builder *build, in construct_value() function
501 alu->src[i] = construct_value(build, expr->srcs[i], in construct_value()
777 nir_alu_src val = construct_value(build, replace, in nir_replace_instr()
/third_party/boost/boost/unordered/detail/
Dimplementation.hpp1532 inline void construct_value(T* address, BOOST_FWD_REF(Args)... args) in construct_value() function
1542 boost::unordered::detail::func::construct_value(address, a0)
1552 template <typename T> inline void construct_value(T* address) in construct_value() function
1558 inline void construct_value(T* address, BOOST_FWD_REF(A0) a0) in construct_value() function
1568 boost::unordered::detail::func::construct_value(address, a0)
2125 boost::unordered::detail::func::construct_value( in construct_node_pair()
2130 boost::unordered::detail::func::construct_value( in construct_node_pair()
2151 boost::unordered::detail::func::construct_value( in construct_node_pair()
2156 boost::unordered::detail::func::construct_value( in construct_node_pair()
2179 boost::unordered::detail::func::construct_value( in construct_node_pair_from_args()