Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/lib/Protocol/
DTSimpleJSONProtocol.php57 protected function pushWriteContext(Context $c) function in Thrift\\Protocol\\TSimpleJSONProtocol
144 $this->pushWriteContext(new ListContext($this));
168 $this->pushWriteContext(new StructContext($this));
198 $this->pushWriteContext(new MapContext($this));
212 $this->pushWriteContext(new ListContext($this));
227 $this->pushWriteContext(new ListContext($this));
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTSimpleJSONProtocol.java118 protected void pushWriteContext(Context c) { in pushWriteContext() method in TSimpleJSONProtocol
152 pushWriteContext(new ListContext()); in writeMessageBegin()
168 pushWriteContext(new StructContext()); in writeStructBegin()
194 pushWriteContext(new MapContext()); in writeMapBegin()
209 pushWriteContext(new ListContext()); in writeListBegin()
224 pushWriteContext(new ListContext()); in writeSetBegin()