Home
last modified time | relevance | path

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

/external/cronet/base/containers/
Dintrusive_heap.h534 size_type ToIndex(HeapHandle handle) { return handle.index(); } in ToIndex() function
542 size_type ToIndex(I pos) { in ToIndex() function
908 IntrusiveHeap<T, Compare, HeapHandleAccessor>::ToIndex(const_iterator pos) { in ToIndex() function
918 IntrusiveHeap<T, Compare, HeapHandleAccessor>::ToIndex( in ToIndex() function
Denum_set.h318 static constexpr size_t ToIndex(E value) { in ToIndex() function
/external/clang/lib/Sema/
DSemaDeclCXX.cpp10039 SubscriptBuilder ToIndex(To, IterationVarRefRVal); in buildSingleCopyAssignRecursively() local