Home
last modified time | relevance | path

Searched refs:next_elem (Results 1 – 16 of 16) sorted by relevance

/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.cc224 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
225 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
226 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
231 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
232 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
236 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
237 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.cc238 grpc_call_element* next_elem = elem + 1; in grpc_call_next_op() local
239 GRPC_CALL_LOG_OP(GPR_INFO, next_elem, op); in grpc_call_next_op()
240 next_elem->filter->start_transport_stream_op_batch(next_elem, op); in grpc_call_next_op()
245 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_get_info() local
246 next_elem->filter->get_channel_info(next_elem, channel_info); in grpc_channel_next_get_info()
250 grpc_channel_element* next_elem = elem + 1; in grpc_channel_next_op() local
251 next_elem->filter->start_transport_op(next_elem, op); in grpc_channel_next_op()
/external/tensorflow/tensorflow/python/data/kernel_tests/
Doptional_test.py372 next_elem = iterator_ops.get_next_as_optional(iterator)
373 self.assertIsInstance(next_elem, optional_ops.Optional)
376 next_elem.element_spec,
378 self.assertTrue(next_elem.has_value())
379 self.assertValuesEqual(np_value, next_elem.get_value())
383 next_elem = iterator_ops.get_next_as_optional(iterator)
384 self.assertFalse(self.evaluate(next_elem.has_value()))
386 self.evaluate(next_elem.get_value())
389 next_elem = iterator_ops.get_next_as_optional(iterator)
390 self.assertIsInstance(next_elem, optional_ops.Optional)
[all …]
/external/mesa3d/src/util/
Dsimple_list.h149 #define next_elem(elem) ((elem)->next) macro
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vs_llvm.c75 struct draw_llvm_variant_list_item *next = next_elem(li); in vs_llvm_delete()
Ddraw_pt_fetch_shade_pipeline_llvm.c94 li = next_elem(li); in llvm_middle_end_prepare_gs()
164 li = next_elem(li); in llvm_middle_end_prepare_tcs()
234 li = next_elem(li); in llvm_middle_end_prepare_tes()
365 li = next_elem(li); in llvm_middle_end_prepare()
Ddraw_tess.c495 struct draw_tcs_llvm_variant_list_item *next = next_elem(li); in draw_delete_tess_ctrl_shader()
615 struct draw_tes_llvm_variant_list_item *next = next_elem(li); in draw_delete_tess_eval_shader()
Ddraw_gs.c945 struct draw_gs_llvm_variant_list_item *next = next_elem(li); in draw_delete_geometry_shader()
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Dcopy_to_device_test.py554 next_elem = iterator_ops.get_next_as_optional(iterator)
555 elem_has_value_t = next_elem.has_value()
556 elem_value_t = next_elem.get_value()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c536 struct lp_cs_variant_list_item *next = next_elem(li); in llvmpipe_delete_compute_state()
793 li = next_elem(li); in llvmpipe_update_cs()
Dlp_state_setup.c981 struct lp_setup_variant_list_item *next = next_elem(li); in lp_delete_setup_variants()
Dlp_state_fs.c3775 struct lp_fs_variant_list_item *next = next_elem(li); in llvmpipe_delete_fs_state()
4176 li = next_elem(li); in llvmpipe_update_fs()
/external/vulkan-validation-layers/layers/
Dcore_validation.cpp9921 auto next_elem = std::find(node.next.begin(), node.next.end(), sp.index); in CheckDependencyExists() local
9922 if (prev_elem == node.prev.end() && next_elem == node.next.end()) { in CheckDependencyExists()
/external/sqlite/dist/orig/
Dsqlite3.c35032 HashElem *next_elem = elem->next;
35034 elem = next_elem;
35095 HashElem *elem, *next_elem; /* For looping over existing elements */
35121 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
35123 next_elem = elem->next;
184802 Fts3HashElem *next_elem = elem->next;
184807 elem = next_elem;
184916 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */
184926 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
184928 next_elem = elem->next;
/external/sqlite/dist/
Dsqlite3.c35032 HashElem *next_elem = elem->next;
35034 elem = next_elem;
35095 HashElem *elem, *next_elem; /* For looping over existing elements */
35121 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
35123 next_elem = elem->next;
184834 Fts3HashElem *next_elem = elem->next;
184839 elem = next_elem;
184948 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */
184958 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
184960 next_elem = elem->next;
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c33238 HashElem *next_elem = elem->next;
33240 elem = next_elem;
33301 HashElem *elem, *next_elem; /* For looping over existing elements */
33327 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
33329 next_elem = elem->next;
178027 Fts3HashElem *next_elem = elem->next;
178032 elem = next_elem;
178141 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */
178151 for(elem=pH->first, pH->first=0; elem; elem = next_elem){
178153 next_elem = elem->next;