Home
last modified time | relevance | path

Searched defs:is_heap (Results 1 – 2 of 2) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__algorithm/
Dis_heap.h28 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last, _Compare __comp) in is_heap() function
37 is_heap(_RandomAccessIterator __first, _RandomAccessIterator __last) in is_heap() function
/external/rust/crates/tinyvec/src/
Dtinyvec.rs245 pub fn is_heap(&self) -> bool { in is_heap() method