Searched refs:in_async_mode_ (Results 1 – 2 of 2) sorted by relevance
629 in_async_mode_(false), in DataObjectImpl()713 if (!in_async_mode_ || async_operation_started_) in GetData()824 *is_op_async = in_async_mode_ ? TRUE : FALSE; in GetAsyncMode()834 in_async_mode_ = (do_op_async == TRUE); in SetAsyncMode()851 } else if (in_async_mode_ && in QueryInterface()
122 bool in_async_mode_; variable