Searched refs:binary_deserialize (Results 1 – 1 of 1) sorted by relevance
/thrift-3.4.0/lib/php/src/ext/thrift_protocol/ |
D | php_thrift_protocol.cpp | 507 void binary_deserialize(int8_t thrift_typeID, PHPInputTransport& transport, zval* return_value, Has… in binary_deserialize() function 614 binary_deserialize(types[0], transport, &key, keyspec); in binary_deserialize() 615 binary_deserialize(types[1], transport, &value, valspec); in binary_deserialize() 635 binary_deserialize(type, transport, &value, elemspec); in binary_deserialize() 655 binary_deserialize(type, transport, &key, elemspec); in binary_deserialize() 964 binary_deserialize(ttype, transport, &rv, fieldspec); in binary_deserialize_spec()
|