Home
last modified time | relevance | path

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

12

/external/sdv/vsomeip/third_party/boost/intrusive/include/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
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/service/
Dcross_trainer_cache_ft_test.py80 def _get_next(self, get_next, num_elements): argument
/external/tensorflow/tensorflow/python/types/
Ddistribute.py51 def get_next(self): member in Iterator
/external/sdv/vsomeip/third_party/boost/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
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py394 def get_next(self, name=None): member in Iterator
616 def get_next(self): member in IteratorBase
839 def get_next(self): member in OwnedIterator
Dmulti_device_iterator_ops.py315 def get_next(self, device=None): member in MultiDeviceIterator
534 def get_next(self, device=None): member in OwnedMultiDeviceIterator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dlazy_buffer.rs27 pub fn get_next(&mut self) -> bool { in get_next() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
Dlazy_buffer.rs27 pub fn get_next(&mut self) -> bool { in get_next() function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_reduce_dataset.cc142 IteratorGetNextAsOptionalOp get_next, OptionalHasValueOp optional_has_value, in CreateOptionalDatasetIf()
225 auto get_next = builder.create<IteratorGetNextAsOptionalOp>( in PopulateDatasetWhileBody() local
/external/sdv/vsomeip/third_party/boost/intrusive/include/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
/external/rust/android-crates-io/crates/itertools/src/
Dlazy_buffer.rs36 pub fn get_next(&mut self) -> bool { in get_next() function
/external/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc41 jmethodID get_next = env->GetMethodID(env->GetObjectClass(j_iterator), "next", in StringListToVector() local
/external/sdv/vsomeip/third_party/boost/format/include/boost/format/
Dexceptions.hpp46 std::size_t get_next() const { return next_; } in get_next() function in boost::io::bad_format_string
/external/sdv/vsomeip/third_party/boost/container/include/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
/external/tensorflow/tensorflow/dtensor/python/
Dinput_util.py156 def get_next(self): member in _DTensorIterator
/external/sdv/vsomeip/third_party/boost/spirit/include/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
/external/antlr/runtime/Cpp/include/
Dantlr3collections.inl20 ANTLR_INLINE TrieEntry<ImplTraits, DataType>* TrieEntry<ImplTraits, DataType>::get_next() const function in TrieEntry

12