OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElementForIndex
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
enumeration.h
58
using
ElementForIndex
= decltype(detail::SelectElementByIndex<I>(
/art/runtime/base/
hash_set.h
93
return hash_set_->
ElementForIndex
(this->index_);
183
ElementForIndex
(i) = other.data_[i];
324
T& next_element =
ElementForIndex
(next_index);
327
emptyfn_.MakeEmpty(
ElementForIndex
(empty_index));
349
ElementForIndex
(empty_index) = std::move(next_element);
448
const T& element =
ElementForIndex
(i);
521
T&
ElementForIndex
(size_t index) {
527
const T&
ElementForIndex
(size_t index) const {
560
const T& slot =
ElementForIndex
(index);
572
return emptyfn_.IsEmpty(
ElementForIndex
(index))
[
all
...]
Completed in 66 milliseconds