Searched refs:work_ (Results 1 – 6 of 6) sorted by relevance
97 if (work_ == nullptr) { in Compute()111 work_(ctx, in, out, use_truncation_); in Compute()128 work_ = nullptr; // Identity in Prepare()132 work_ = GetCpuCastFromBool(dst_dtype_); in Prepare()134 work_ = GetCpuCastFromUint8(dst_dtype_); in Prepare()136 work_ = GetCpuCastFromUint16(dst_dtype_); in Prepare()138 work_ = GetCpuCastFromUint32(dst_dtype_); in Prepare()140 work_ = GetCpuCastFromUint64(dst_dtype_); in Prepare()142 work_ = GetCpuCastFromInt8(dst_dtype_); in Prepare()144 work_ = GetCpuCastFromInt16(dst_dtype_); in Prepare()[all …]
105 CastFunctorType work_ = nullptr; variable
52 work_.clear(); in ResetLocked()92 work_ = GetNextWorkLocked(queue, context); in ReadUpTo()158 work_ = GetNextWorkLocked(queue, context); in Read()231 state->set_current_work(work_); in SaveBaseState()242 work_ = state.current_work(); in RestoreBaseState()
86 const string& current_work() const { return work_; } in current_work()133 string work_; variable
39 work_(new asio::io_service::work(*work_io_service_)),51 work_.reset();
109 asio::detail::scoped_ptr<asio::io_service::work> work_; member in asio::detail::resolver_service_base