Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/php/src/ext/thrift_protocol/
Dphp_thrift_protocol.stub.php6 … $protocol, string $method_name, int $msgtype, object $request_struct, int $seqID, bool $strict_wr…
Dphp_thrift_protocol.cpp852 …ocol_writeMessageBegin(zval* transport, zend_string* method_name, int32_t msgtype, int32_t seqID) { in protocol_writeMessageBegin()
1025 long msgtype, seqID; in PHP_FUNCTION() local
/thrift-3.4.0/lib/swift/Sources/
DTBinaryProtocol.swift94 let seqID: Int32 = try read() in readMessageBegin() variable