Home
last modified time | relevance | path

Searched refs:addref (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/fusion/view/nview/
Dnview.hpp29 struct addref struct
35 struct result<addref(U)> : add_reference<U> {}; argument
48 typename result<addref(T)>::type
101 is_const<Sequence>, detail::addconstref, detail::addref
/third_party/boost/libs/wave/samples/real_positions/
Dreal_position_token.hpp54 std::size_t addref() { return ++refcnt; } in addref() function in impl::token_data
124 data->addref(); in lex_token()
146 data->addref(); in operator =()
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_token.hpp68 std::size_t addref() { return ++refcnt; } in addref() function in boost::wave::cpplexer::impl::token_data
213 data->addref(); in lex_token()
235 data->addref(); in operator =()