Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_types.h34 constexpr DexIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in DexIndex() function
35 explicit constexpr DexIndex(T idx) : index_(idx) {} in DexIndex() function