Searched refs:stack_entries (Results 1 – 5 of 5) sorted by relevance
42 stack_entries = b["stack_entries"]45 k = stack_entries.Key(1)46 self.assertIn(k, stack_entries)47 stackid = stack_entries[k]
21 private $stack_entries; variable in Grpc\\Testing\\DebugInfo38 return $this->stack_entries;49 $this->stack_entries = $arr;
22 repeated string stack_entries = 1; field
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()