Home
last modified time | relevance | path

Searched defs:get_next (Results 1 – 25 of 31) sorted by relevance

12

/third_party/boost/boost/intrusive/detail/
Dslist_node.hpp49 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
52 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const node_ptr & n) in get_next() function
Dlist_node.hpp59 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
62 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const node_ptr & n) in get_next() function
Dany_node_and_algorithms.hpp52 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
73 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
93 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
/third_party/boost/libs/intrusive/example/
Ddoc_slist_algorithms.cpp28 static node_ptr get_next(const_node_ptr n) { return n->next_; } in get_next() function
Ddoc_list_algorithms.cpp28 static node_ptr get_next(const_node_ptr n) { return n->next_; } in get_next() function
Ddoc_member_value_traits.cpp29 static node *get_next(const node *n) { return n->next_; } in get_next() function
Ddoc_derivation_value_traits.cpp29 static node *get_next(const node *n) { return n->next_; } in get_next() function
Ddoc_value_traits.cpp45 static node *get_next(const node *n) { return n->next_; } in get_next() function
Ddoc_advanced_value_traits.cpp41 static node *get_next(const node *n) { return n->next_; } in get_next() function
/third_party/node/src/
Dcallback_queue-inl.h70 CallbackQueue<R, Args...>::Callback::get_next() { in get_next() function
/third_party/glib/gio/
Dgmenumodel.h242 gboolean (*get_next) (GMenuAttributeIter *iter, member
284 gboolean (*get_next) (GMenuLinkIter *iter, member
/third_party/ffmpeg/libavformat/
Dbmv.c38 int get_next; member
/third_party/boost/libs/log/src/
Dthreadsafe_queue.cpp124 BOOST_FORCEINLINE static node_base* get_next(node_base* p) in get_next() function in boost::aux::threadsafe_queue_impl_generic
Dattribute_set_impl.hpp171 static node* get_next(const node* n) { return n->m_pNext; } in get_next() function
/third_party/boost/boost/intrusive/
Dunordered_set_hook.hpp85 BOOST_INTRUSIVE_FORCEINLINE static node_ptr get_next(const const_node_ptr & n) in get_next() function
111 static node_ptr get_next(const const_node_ptr & n) in get_next() function
/third_party/boost/boost/format/
Dexceptions.hpp46 std::size_t get_next() const { return next_; } in get_next() function in boost::io::bad_format_string
/third_party/boost/boost/container/detail/
Dblock_slist.hpp51 static node_ptr get_next(const_node_ptr n) in get_next() function
Dblock_list.hpp50 static node_ptr get_next(const_node_ptr n) in get_next() function
/third_party/boost/libs/wave/samples/waveidl/idllexer/
Didl_lex_iterator.hpp69 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::wave::idllexer::impl::lex_iterator_functor_shim
/third_party/boost/boost/spirit/home/lex/lexer/lexertl/
Dfunctor.hpp130 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::spirit::lex::lexertl::functor
/third_party/boost/boost/wave/cpplexer/
Dcpp_lex_iterator.hpp78 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::wave::cpplexer::impl::lex_iterator_functor_shim
/third_party/boost/libs/wave/samples/token_statistics/
Dxlex_iterator.hpp69 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::wave::cpplexer::xlex::impl::xlex_iterator_functor_shim
/third_party/boost/libs/wave/samples/cpp_tokens/
Dslex_iterator.hpp69 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::wave::cpplexer::slex::impl::slex_iterator_functor_shim
/third_party/boost/libs/wave/samples/list_includes/
Dlexertl_iterator.hpp68 static result_type& get_next(MultiPass& mp, result_type& result) in get_next() function in boost::wave::cpplexer::lexertl::impl::iterator_functor_shim
/third_party/libnl/python/netlink/
Dcore.py448 def get_next(self): member in ObjIterator
480 def get_next(self): member in ReverseObjIterator

12