Home
last modified time | relevance | path

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

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