Home
last modified time | relevance | path

Searched refs:top_elem (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/grpc/grpc-1.42.0/src/core/lib/surface/
H A Dchannel_ping.cc52 grpc_channel_element* top_elem = in grpc_channel_ping() local
62 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
H A Dcall.cc291 #define CALL_FROM_TOP_ELEM(top_elem) \ argument
292 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
/dports/devel/grpc134/grpc-1.34.1/src/core/lib/surface/
H A Dchannel_ping.cc53 grpc_channel_element* top_elem = in grpc_channel_ping() local
63 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
H A Dcall.cc284 #define CALL_FROM_TOP_ELEM(top_elem) \ argument
285 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
/dports/devel/grpc130/grpc-1.30.2/src/core/lib/surface/
H A Dchannel_ping.cc53 grpc_channel_element* top_elem = in grpc_channel_ping() local
63 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
H A Dcall.cc277 #define CALL_FROM_TOP_ELEM(top_elem) \ argument
278 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/lib/surface/
H A Dchannel_ping.cc54 grpc_channel_element* top_elem = in grpc_channel_ping() local
64 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
H A Dcall.cc276 #define CALL_FROM_TOP_ELEM(top_elem) \ argument
277 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/lib/surface/
H A Dchannel_ping.cc52 grpc_channel_element* top_elem = in grpc_channel_ping() local
62 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/lib/surface/
H A Dchannel_ping.cc52 grpc_channel_element* top_elem = in grpc_channel_ping() local
62 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
/dports/textproc/p5-XML-RSS/XML-RSS-1.62/lib/XML/RSS/Private/Output/Roles/
H A DModulesElems.pm7 my ($self, $top_elem) = @_;
9 return $self->_out_modules_elements($top_elem);
/dports/devel/grpc/grpc-1.42.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.cc65 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
66 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
67 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
H A Dsubchannel.cc171 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
172 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
173 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/devel/pecl-grpc/grpc-1.42.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.cc65 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
66 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
67 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
H A Dsubchannel.cc171 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
172 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
173 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/devel/py-grpcio/grpcio-1.43.0/src/core/ext/filters/client_channel/
H A Ddynamic_filters.cc65 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
66 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
67 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
H A Dsubchannel.cc171 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
172 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
173 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Debml.c347 ebml_elem_t *top_elem; in ebml_read_master() local
355 top_elem = &ebml->elem_stack[ebml->level]; in ebml_read_master()
356 top_elem->start = elem->start; in ebml_read_master()
357 top_elem->len = elem->len; in ebml_read_master()
358 top_elem->id = elem->id; in ebml_read_master()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/oeb/polish/
H A Dutils.py137 def lead_text(top_elem, num_words=10): argument
150 stack = [(top_elem, 'text')]
155 if elem is not top_elem:
/dports/devel/grpc130/grpc-1.30.2/src/core/ext/filters/client_channel/
H A Dsubchannel.cc180 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
181 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
182 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/core/ext/filters/client_channel/
H A Dsubchannel.cc180 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
181 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
182 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/devel/grpc134/grpc-1.34.1/src/core/ext/filters/client_channel/
H A Dsubchannel.cc185 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in StartTransportStreamOpBatch() local
186 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in StartTransportStreamOpBatch()
187 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in StartTransportStreamOpBatch()
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dtyped-array.tq176 let top_elem: Object = Load(context, array, kind, high_start);
178 context, array, comparefn, top_elem, pivot) otherwise Detached;
/dports/math/libmesh/libmesh-1.6.2/tests/mesh/
H A Dmixed_dim_mesh_test.C172 const Elem* top_elem = (*locator)(top_point); in testPointLocatorTree() local
173 CPPUNIT_ASSERT(top_elem); in testPointLocatorTree()
176 CPPUNIT_ASSERT_EQUAL( (dof_id_type)0, top_elem->id() ); in testPointLocatorTree()
/dports/cad/gtkwave/gtkwave-3.3.107/src/helpers/
H A Dlxt2_read.c179 void **top_elem; in lxt2_rd_iter_radix() local
184 while((top_elem = lt->radix_sort[which_time])) in lxt2_rd_iter_radix()
186 lxtint32_t idx = top_elem - lt->next_radix; in lxt2_rd_iter_radix()

12