Searched refs:stack_entries (Results 1 – 4 of 4) 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
943 unsigned stack_entries = (elems + 3) >> 2; in update_nstack() local945 if (nstack < stack_entries) in update_nstack()946 nstack = stack_entries; in update_nstack()