Searched refs:writeContextStack_ (Results 1 – 2 of 2) sorted by relevance
112 protected Stack<Context> writeContextStack_ = new Stack<Context>(); field in TSimpleJSONProtocol119 writeContextStack_.push(writeContext_); in pushWriteContext()125 writeContext_ = writeContextStack_.pop(); in popWriteContext()130 while (!writeContextStack_.isEmpty()) { in resetWriteContext()
52 protected $writeContextStack_ = []; variable in Thrift\\Protocol\\TSimpleJSONProtocol59 $this->writeContextStack_[] = $this->writeContext_;68 $this->writeContext_ = array_pop($this->writeContextStack_);