Home
last modified time | relevance | path

Searched refs:cRefCount_ (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dgui_dwrite.cpp410 cRefCount_(0), in TextRenderer()
549 return InterlockedIncrement(&cRefCount_); in IFACEMETHOD_()
554 long newCount = InterlockedDecrement(&cRefCount_); in IFACEMETHOD_()
590 long cRefCount_; member in FINAL
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt2853 Solution: Remove "unsigned" from the cRefCount_ declaration.