Searched refs:push (Results 1 – 25 of 57) sorted by relevance
123
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | json_protocol.js | 110 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 …]
|
D | ws_transport.js | 64 this.callbacks.push((function() { 73 this.send_pending.push({ 87 self.callbacks.push((function() {
|
D | thrift.js | 196 result.push(val); 199 result.push(type(val, types.slice(1))); 202 result.push(new Type(val));
|
D | framed_transport.js | 42 residual.push(data[i]) 150 this.outBuffers.push(buf);
|
D | http_connection.js | 187 data.push(new Buffer(chunk)); 189 data.push(chunk);
|
D | json_parse.js | 213 array.push(value());
|
D | connection.js | 193 this.offline_queue.push(data); 393 this.offline_queue.push(data);
|
/thrift-3.4.0/lib/js/src/ |
D | thrift.js | 578 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/ |
D | TestShortStack.java | 31 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/ |
D | thread_pool_server.rb | 47 @thread_q.push(:token) 64 @exception_q.push(e)
|
D | nonblocking_server.rb | 131 @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/ |
D | nonblocking_server_spec.rb | 44 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
|
D | struct_nested_containers_spec.rb | 43 b.value.push [3, 4, 5] 95 b.value.push([3, 4, 5].to_set) 147 b.value.push({ 3 => 4, 5 => 6 })
|
D | server_spec.rb | 144 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/ |
D | compact_protocol.rb | 116 @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/ |
D | RubyClient.rb | 22 $:.push('gen-rb')
|
D | RubyServer.rb | 22 $:.push('gen-rb')
|
/thrift-3.4.0/doc/ |
D | committers.md | 43 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/ |
D | ShortStack.java | 43 public void push(short pushed) { in push() method in ShortStack
|
/thrift-3.4.0/lib/go/thrift/ |
D | simple_json_protocol.go | 67 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/ |
D | CONTRIBUTING.md | 41 …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/ |
D | refresh.sh | 78 docker push $DOCKER_TAG
|
/thrift-3.4.0/lib/rb/ |
D | thrift.gemspec | 2 $:.push File.expand_path("../lib", __FILE__)
|
/thrift-3.4.0/test/rb/integration/ |
D | TestServer.rb | 22 $:.push File.dirname(__FILE__) + '/..'
|
/thrift-3.4.0/lib/py/src/ext/ |
D | compact.h | 86 writeTags_.push(0); in writeStructBegin() 224 readTags_.push(0); in readStructBegin()
|
123