Home
last modified time | relevance | path

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

/external/llvm-project/pstl/include/pstl/internal/
Dglue_algorithm_impl.h1049 is_heap(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last, _Co… in is_heap() function
1056 is_heap(_ExecutionPolicy&& __exec, _RandomAccessIterator __first, _RandomAccessIterator __last) in is_heap() function
/external/rust/crates/tinyvec/src/
Dtinyvec.rs184 pub fn is_heap(&self) -> bool { in is_heap() method