OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nRefCount
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp
132
m_nRefCount
(0),
184
FXSYS_assert(
m_nRefCount
> 0);
186
if (
m_nRefCount
< 1) {
357
if (
m_nRefCount
< 0) {
381
if (
m_nRefCount
> 0) {
382
m_nRefCount
++;
383
return
m_nRefCount
;
555
m_nRefCount
= 1;
560
FXSYS_assert(
m_nRefCount
> 0);
561
m_nRefCount
--;
[
all
...]
fde_txtedtpage.h
143
int32_t
m_nRefCount
;
Completed in 34 milliseconds