Home
last modified time | relevance | path

Searched refs:skipDouble (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTProtocol.java411 this.skipDouble();
488 protected void skipDouble() throws TException {
DTBinaryProtocol.java596 protected void skipDouble() throws TException { in skipDouble() method in TBinaryProtocol
/thrift-3.4.0/lib/py/src/ext/
Dbinary.h201 bool skipDouble() { SKIPBYTES(8); } in skipDouble() function
Dcompact.h245 bool skipDouble() { SKIPBYTES(8); } in skipDouble() function
Dprotocol.tcc572 return impl()->skipDouble(); in skip()