OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFileAlloc
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
FactoriesTest.h
43
FileAlloc *
m_pFileAlloc
;
FactoriesTest.cpp
21
m_pFileAlloc
= new FileAlloc();
28
delete
m_pFileAlloc
;
173
MCLDFile* file =
m_pFileAlloc
->produce();
174
ASSERT_EQ(counter,
m_pFileAlloc
->size());
175
ASSERT_FALSE(
m_pFileAlloc
->empty());
186
MCLDFile* file =
m_pFileAlloc
->produce( string(name),
189
ASSERT_EQ(counter,
m_pFileAlloc
->size());
190
ASSERT_FALSE(
m_pFileAlloc
->empty());
203
MCLDFile* file =
m_pFileAlloc
->produce( string(name),
208
ASSERT_EQ(counter-1,
m_pFileAlloc
->size())
[
all
...]
Completed in 3367 milliseconds