Home
last modified time | relevance | path

Searched defs:get_next (Results 1 – 25 of 38) 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/mindspore/mindspore/mindrecord/
Dfilereader.py61 def get_next(self): member in FileReader
Dshardreader.py79 def get_next(self): member in ShardReader
/third_party/mindspore/tests/ut/cpp/pre_activate/ascend/enhancer/
Dinsert_tensor_move_for_getnext_test.cc54 auto get_next = ret->input(1)->cast<CNodePtr>()->input(1); in TEST_F() local
/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_derivation_value_traits.cpp29 static node *get_next(const node *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_value_traits.cpp45 static node *get_next(const node *n) { return n->next_; } in get_next() function
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/
Dinsert_tensor_move_for_getnext.py21 get_next = P.GetNext([ms.float32, ms.int32], [[32, 64], [32]], 2, "") variable
Dgetnext_tensor_move_elimination_test.py20 get_next = P.GetNext([ms.float32], [[1, 64, 112, 112]], 1, "") variable
/third_party/node/src/
Dcallback_queue-inl.h70 CallbackQueue<R, Args...>::Callback::get_next() { in get_next() function
/third_party/mindspore/tests/st/ops/ascend/
Dtest_tdt_data_ms.py81 get_next = P.GetNext(dataset_types, dataset_shapes, 2, ds1.queue_name) variable
/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
/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

12