Home
last modified time | relevance | path

Searched refs:writeContextStack_ (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTSimpleJSONProtocol.java112 protected Stack<Context> writeContextStack_ = new Stack<Context>(); field in TSimpleJSONProtocol
119 writeContextStack_.push(writeContext_); in pushWriteContext()
125 writeContext_ = writeContextStack_.pop(); in popWriteContext()
130 while (!writeContextStack_.isEmpty()) { in resetWriteContext()
/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php52 protected $writeContextStack_ = []; variable in Thrift\\Protocol\\TSimpleJSONProtocol
59 $this->writeContextStack_[] = $this->writeContext_;
68 $this->writeContext_ = array_pop($this->writeContextStack_);