Lines Matching refs:state_
132 client_.GetChannel()->FreeTransactionState(state_); in ~Transaction()
137 state_ = client_.GetChannel()->AllocateTransactionState(); in EnsureStateAllocated()
157 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
183 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
204 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
225 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
232 return client_.GetChannel()->PushFileHandle(state_, handle); in PushFileHandle()
239 return client_.GetChannel()->PushFileHandle(state_, handle); in PushFileHandle()
250 return client_.GetChannel()->PushChannelHandle(state_, handle); in PushChannelHandle()
257 return client_.GetChannel()->PushChannelHandle(state_, handle); in PushChannelHandle()
268 client_.GetChannel()->GetFileHandle(state_, ref, handle); in GetFileHandle()
274 client_.GetChannel()->GetChannelHandle(state_, ref, handle); in GetChannelHandle()
281 client_.GetChannel()->FreeTransactionState(state_); in CheckDisconnect()
282 state_ = nullptr; in CheckDisconnect()