Home
last modified time | relevance | path

Searched refs:_loadIndex (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/xchm/xchm-1.23/src/
H A Dchmframe.h268 bool _loadIndex; variable
H A Dchmframe.cpp140 _loadIndex(loadIndex), _fullScreen(false) in CHMFrame()
734 if(_loadIndex) in UpdateCHMInfo()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Common/src/System/Data/
H A DDataTable.cs102 private Index _loadIndex; field in System.Data.DataTable
1673 if (null != _loadIndex)
1675 _loadIndex.RemoveRef();
1676 _loadIndex = null;
4589 _loadIndex = null; in BeginLoadData()
4605 if (_loadIndex != null) in BeginLoadData()
4607 _loadIndex.AddRef(); in BeginLoadData()
4637 if (_loadIndex != null) in EndLoadData()
4639 _loadIndex.RemoveRef(); in EndLoadData()
4650 _loadIndex = null; in EndLoadData()
[all …]