OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:alloc_set
(Results
1 - 1
of
1
) sorted by null
/external/stlport/test/eh/
nc_alloc.cpp
98
static allocation_set&
alloc_set
() {
function
195
bool inserted =
alloc_set
().insert(p).second;
254
allocation_set::iterator p =
alloc_set
().find( (char*)s );
255
EH_ASSERT( p !=
alloc_set
().end() );
256
alloc_set
().erase( p );
276
alloc_set
().clear();
285
EH_ASSERT( !using_alloc_set || (alloc_count == static_cast<int>(
alloc_set
().size())) );
Completed in 79 milliseconds