OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_PageSize
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/include/mcld/MC/
ZOption.h
57
uint64_t pageSize() const { return
m_PageSize
; }
59
void setPageSize(uint64_t pPageSize) {
m_PageSize
= pPageSize; }
63
uint64_t
m_PageSize
;
/frameworks/compile/mclinker/lib/MC/
ZOption.cpp
23
: m_Kind(pKind),
m_PageSize
(pPageSize) {
Completed in 2471 milliseconds