Searched refs:top_elem (Results 1 – 5 of 5) sorted by relevance
/external/grpc-grpc/src/core/lib/surface/ |
D | channel_ping.cc | 54 grpc_channel_element* top_elem = in grpc_channel_ping() local 64 top_elem->filter->start_transport_op(top_elem, op); in grpc_channel_ping()
|
D | call.cc | 243 #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/ |
D | subchannel.cc | 741 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/ |
D | typed-array.tq | 206 const top_elem: Object = Load(context, array, high_start); 208 context, array, comparefn, top_elem, pivot) otherwise Detached;
|
/external/v8/src/js/ |
D | array.js | 658 var top_elem = a[high_start]; 659 order = comparefn(top_elem, pivot);
|