Home
last modified time | relevance | path

Searched refs:push (Results 1 – 25 of 57) sorted by relevance

123

/thrift-3.4.0/lib/nodejs/lib/thrift/
Djson_protocol.js110 this.tstack.push([TJSONProtocol.Version, '"' + name + '"', messageType, seqid]);
120 this.wobj.push(obj);
133 this.tpos.push(this.tstack.length);
134 this.tstack.push({});
168 this.tpos.push(this.tstack.length);
169 this.tstack.push({ 'fieldId': '"' +
207 this.tpos.push(this.tstack.length);
208 this.tstack.push([TJSONProtocol.Type[keyType], TJSONProtocol.Type[valType], 0]);
222 this.tstack.push('');
245 this.tstack[p].push(map);
[all …]
Dws_transport.js64 this.callbacks.push((function() {
73 this.send_pending.push({
87 self.callbacks.push((function() {
Dthrift.js196 result.push(val);
199 result.push(type(val, types.slice(1)));
202 result.push(new Type(val));
Dframed_transport.js42 residual.push(data[i])
150 this.outBuffers.push(buf);
Dhttp_connection.js187 data.push(new Buffer(chunk));
189 data.push(chunk);
Djson_parse.js213 array.push(value());
Dconnection.js193 this.offline_queue.push(data);
393 this.offline_queue.push(data);
/thrift-3.4.0/lib/js/src/
Dthrift.js578 this.callbacks.push((function() {
589 this.send_pending.push({
603 self.callbacks.push((function() {
806 this.tstack.push([Thrift.Protocol.Version, '"' +
817 this.wobj.push(obj);
830 this.tpos.push(this.tstack.length);
831 this.tstack.push({});
864 this.tpos.push(this.tstack.length);
865 this.tstack.push({ 'fieldId': '"' +
897 this.tpos.push(this.tstack.length);
[all …]
/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/
DTestShortStack.java31 s.push((short) 10); in testOps()
32 s.push((short) 11); in testOps()
33 s.push((short) 12); in testOps()
36 s.push((short) 40); in testOps()
/thrift-3.4.0/lib/rb/lib/thrift/server/
Dthread_pool_server.rb47 @thread_q.push(:token)
64 @exception_q.push(e)
Dnonblocking_server.rb131 @num_threads.times { @worker_queue.push [:shutdown] }
168 @shutdown_queue.push :shutdown
175 @worker_queue.push [:frame, fd, frame]
/thrift-3.4.0/lib/rb/spec/
Dnonblocking_server_spec.rb44 n.times { @queue.push true }
84 @queue.push :flushed unless @flushed or @queue.nil?
98 @queue.push :listen
190 queue.push setup_client(trans_queue).block
Dstruct_nested_containers_spec.rb43 b.value.push [3, 4, 5]
95 b.value.push([3, 4, 5].to_set)
147 b.value.push({ 3 => 4, 5 => 6 })
Dserver_spec.rb144 exception_q.push(StandardError.new('ERROR'))
153 exception_q.push(StandardError.new('ERROR1'))
154 exception_q.push(StandardError.new('ERROR2'))
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Dcompact_protocol.rb116 @last_field.push(0)
156 @last_field.push(id)
242 @last_field.push(0)
278 @last_field.push(field_id)
/thrift-3.4.0/tutorial/rb/
DRubyClient.rb22 $:.push('gen-rb')
DRubyServer.rb22 $:.push('gen-rb')
/thrift-3.4.0/doc/
Dcommitters.md43 1. Double check the patch committed and that nothing was missed then push the patch
47 git push origin master
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DShortStack.java43 public void push(short pushed) { in push() method in ShortStack
/thrift-3.4.0/lib/go/thrift/
Dsimple_json_protocol.go67 func (s *jsonContextStack) push(v _ParseContext) { func
649 p.dumpContext.push(_CONTEXT_IN_LIST)
652 p.dumpContext.push(_CONTEXT_IN_OBJECT_NEXT_VALUE)
655 p.dumpContext.push(_CONTEXT_IN_OBJECT_NEXT_VALUE)
658 p.dumpContext.push(_CONTEXT_IN_OBJECT_NEXT_KEY)
766 p.dumpContext.push(_CONTEXT_IN_OBJECT_FIRST)
791 p.dumpContext.push(_CONTEXT_IN_LIST_FIRST)
893 p.parseContextStack.push(_CONTEXT_IN_LIST)
896 p.parseContextStack.push(_CONTEXT_IN_OBJECT_NEXT_VALUE)
899 p.parseContextStack.push(_CONTEXT_IN_OBJECT_NEXT_KEY)
[all …]
/thrift-3.4.0/
DCONTRIBUTING.md41 …1. Commit and push changes to your branch (please use issue name and description as commit title, …
87 If you already have a pull request outstanding, you will need to do a "force push" to overwrite it …
89 git push -u origin THRIFT-9999 --force
100 git push -u origin THRIFT-9999 --force
112 git push -u origin THRIFT-9999-take-2:THRIFT-9999
114 … master, then you will squash them to a single commit, and then you force push your local THRIFT-9…
/thrift-3.4.0/build/docker/
Drefresh.sh78 docker push $DOCKER_TAG
/thrift-3.4.0/lib/rb/
Dthrift.gemspec2 $:.push File.expand_path("../lib", __FILE__)
/thrift-3.4.0/test/rb/integration/
DTestServer.rb22 $:.push File.dirname(__FILE__) + '/..'
/thrift-3.4.0/lib/py/src/ext/
Dcompact.h86 writeTags_.push(0); in writeStructBegin()
224 readTags_.push(0); in readStructBegin()

123