Home
last modified time | relevance | path

Searched defs:skipI32 (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/py/src/ext/
Dbinary.h199 bool skipI32() { SKIPBYTES(4); } in skipI32() function
Dcompact.h250 bool skipI32() { in skipI32() function
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTBinaryProtocol.java586 protected void skipI32() throws TException { in skipI32() method in TBinaryProtocol