Home
last modified time | relevance | path

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

/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DDebugInfo.php21 private $stack_entries; variable in Grpc\\Testing\\DebugInfo
48 return $this->stack_entries;
59 $this->stack_entries = $arr;
/third_party/grpc/src/python/grpcio_tests/tests_aio/status/
Dgrpc_status_test.py54 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
151 self.assertIn('_error_details_unary_unary', info.stack_entries[-1])
/third_party/grpc/src/python/grpcio_tests/tests/status/
D_grpc_status_test.py63 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),
158 self.assertIn('_error_details_unary_unary', info.stack_entries[-1])
/third_party/grpc/src/proto/grpc/testing/
Decho_messages.proto24 repeated string stack_entries = 1; field
/third_party/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_finalize.cpp950 unsigned stack_entries = (elems + 3) >> 2; in update_nstack() local
952 if (nstack < stack_entries) in update_nstack()
953 nstack = stack_entries; in update_nstack()