Home
last modified time | relevance | path

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

/external/webrtc/src/system_wrappers/source/
Dlist_unittest.cc35 static ListWrapperSimple* Create(bool static_allocation);
230 ListWrapperSimple* ListWrapperSimple::Create(bool static_allocation) { in Create() argument
231 if(static_allocation) in Create()
238 ListWrapperSimple* CreateAscendingList(bool static_allocation) { in CreateAscendingList() argument
240 static_allocation); in CreateAscendingList()
254 ListWrapperSimple* CreateDescendingList(bool static_allocation) { in CreateDescendingList() argument
256 static_allocation); in CreateDescendingList()
272 ListWrapperSimple* CreateInterleavedList(bool static_allocation) { in CreateInterleavedList() argument
274 static_allocation); in CreateInterleavedList()