Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/python/data/ops/
H A 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
H A Dmulti_device_iterator_ops.py315 def get_next(self, device=None): member in MultiDeviceIterator
534 def get_next(self, device=None): member in OwnedMultiDeviceIterator
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Ddecompose_reduce_dataset.cc142 IteratorGetNextAsOptionalOp get_next, OptionalHasValueOp optional_has_value, in CreateOptionalDatasetIf()
225 auto get_next = builder.create<IteratorGetNextAsOptionalOp>( in PopulateDatasetWhileBody() local
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dinput_lib.py139 def get_next(self): member in DistributedIteratorInterface
620 def get_next(self, name=None): member in DistributedIteratorBase
1608 def get_next(self, device, name=None): member in _SingleWorkerDatasetIteratorBase
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/service/
H A Dcross_trainer_cache_ft_test.py80 def _get_next(self, get_next, num_elements): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/types/
H A Ddistribute.py51 def get_next(self): member in Iterator
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dlist.h207 inline const exec_node *exec_node::get_next() const in get_next() function
212 inline exec_node *exec_node::get_next() in get_next() function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500_scenario_generator.py157 def get_next(self, band, antenna_count): member in CMW500ScenarioGenerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/itertools-0.11.0/src/
H A Dlazy_buffer.rs27 pub fn get_next(&mut self) -> bool { in get_next() function
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/src/
Dlazy_buffer.rs36 pub fn get_next(&mut self) -> bool { in get_next() function
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/utils/
H A Djni_utils.cc41 jmethodID get_next = env->GetMethodID(env->GetObjectClass(j_iterator), "next", in StringListToVector() local
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/python/
H A Dinput_util.py156 def get_next(self): member in _DTensorIterator
/aosp_15_r20/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

12345678910>>...13