OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nRefs
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fxcrt/
cfx_string_data_template.h
54
void Retain() { ++
m_nRefs
; }
56
if (--
m_nRefs
<= 0)
61
return
m_nRefs
<= 1 && nTotalLen <= m_nAllocLength;
89
intptr_t
m_nRefs
;
104
:
m_nRefs
(0), m_nDataLength(dataLen), m_nAllocLength(allocLen) {
fx_basic_bstring.cpp
312
ASSERT(m_pData->
m_nRefs
== 1);
fx_basic_wstring.cpp
261
ASSERT(m_pData->
m_nRefs
== 1);
Completed in 827 milliseconds