Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/surface/
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()
Dcall.cc243 #define CALL_FROM_TOP_ELEM(top_elem) \ argument
244 CALL_FROM_CALL_STACK(grpc_call_stack_from_top_element(top_elem))
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc741 grpc_call_element* top_elem = grpc_call_stack_element(call_stack, 0); in grpc_subchannel_call_process_op() local
742 GRPC_CALL_LOG_OP(GPR_INFO, top_elem, batch); in grpc_subchannel_call_process_op()
743 top_elem->filter->start_transport_stream_op_batch(top_elem, batch); in grpc_subchannel_call_process_op()
/external/v8/src/builtins/
Dtyped-array.tq206 const top_elem: Object = Load(context, array, high_start);
208 context, array, comparefn, top_elem, pivot) otherwise Detached;
/external/v8/src/js/
Darray.js658 var top_elem = a[high_start];
659 order = comparefn(top_elem, pivot);