Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_types.h30 constexpr StringIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {} in StringIndex() function
31 explicit constexpr StringIndex(uint32_t idx) : index_(idx) {} in StringIndex() function