Home
last modified time | relevance | path

Searched defs:HeapType (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java98 public enum HeapType { enum in MinMaxPriorityQueueBenchmark
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DMinMaxPriorityQueueBenchmark.java98 public enum HeapType { enum in MinMaxPriorityQueueBenchmark
/external/v8/src/wasm/
Dvalue-type.h86 explicit constexpr HeapType(Representation repr) : representation_(repr) { in HeapType() function
89 explicit constexpr HeapType(uint32_t repr) in HeapType() function