Searched refs:stack_entries (Results 1 – 5 of 5) sorted by relevance
21 private $stack_entries; variable in Grpc\\Testing\\DebugInfo48 return $this->stack_entries;59 $this->stack_entries = $arr;
54 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),151 self.assertIn('_error_details_unary_unary', info.stack_entries[-1])
63 error_details_pb2.DebugInfo(stack_entries=traceback.format_stack(),158 self.assertIn('_error_details_unary_unary', info.stack_entries[-1])
24 repeated string stack_entries = 1; field
950 unsigned stack_entries = (elems + 3) >> 2; in update_nstack() local952 if (nstack < stack_entries) in update_nstack()953 nstack = stack_entries; in update_nstack()