OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_heap
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uheap.h
30
bool
is_heap
(RandomAccessIterator first, RandomAccessIterator last, Compare comp)
function in namespace:ustl
40
/// At completion,
is_heap
(first, last, comp) is true.
113
HEAP_FN_WITH_LESS (bool,
is_heap
)
/external/stlport/stlport/stl/
_algo.c
1985
bool
is_heap
(_RandomAccessIter __first, _RandomAccessIter __last) {
function
1991
bool
is_heap
(_RandomAccessIter __first, _RandomAccessIter __last,
function
[
all
...]
Completed in 717 milliseconds